Is there any update on this? It has been a year since anyone said anything about it. I have what I thought was a simple project structure, but I cannot get it to build:

core
licensor-base depends on core:jar (compile) and core:test-jar (test)
licensor-ui-core depends on core:jar (compile), licensor-base:jar (compile) and core:test-jar (test)
licensor-ui-cli depends on core:jar (compile), licensor-base:jar (compile), licensor-ui-core:jar (compile) and core:test-jar (test)
licensor-ui-desktop depends on core:jar (compile), licensor-base:jar (compile), licensor-ui-core:jar (compile) and core:test-jar (test)

[ERROR] Failed to execute goal on project licensor-base: Could not resolve dependencies for project net.nicholaswilliams.java.licensing:licensor-base:jar:1.1.0-SNAPSHOT: Could not find artifact net.nicholaswilliams.java.licensing:core:jar:tests:1.1.0-SNAPSHOT -> [Help 1]

I have tried the following executions:

Original:

mvn package javadoc:aggregate-jar assembly:single checksum:files

Added to original:
mvn test-compile package javadoc:aggregate-jar assembly:single checksum:files

Tried simpler (skip Javadoc, assembly, checksum):
mvn test-compile package

Tried compile only:
mvn test-compile


Only the last one worked. But this is useless, because I need to test, package, document, assemble and checksum my projects.

IMO, this is NOT a feature request, it is a serious bug.

Can somebody provide some insight? Is there some workaround I have not tried yet?

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to