|
||||||||
|
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 |
||||||||
- [mojo-dev] [jira] (MEXEC-91) exec:java causes mvn... Nicholas Williams (JIRA)
- [mojo-dev] [jira] (MEXEC-91) exec:java cause... Robert Scholte (JIRA)
- [mojo-dev] [jira] (MEXEC-91) exec:java cause... Nicholas Williams (JIRA)

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:filesAdded to original:
mvn test-compile package javadoc:aggregate-jar assembly:single checksum:filesTried simpler (skip Javadoc, assembly, checksum):
mvn test-compile packageTried compile only: