Under a single aggregate project, I have two projects. Project 1 builds an extra artifact with a classifier.
Project 2 uses dependency:unpack to unpack it for inclusion in a, yes, larger artifact. All's well until I try to run the release:prepare goal, at which point, the first artifact is missing when the second project asks for it. any ideas? Why is the :prepare run different? [INFO] Embedded error: Unable to download the artifact from any repository [INFO] [INFO] Try downloading the file manually from the project website. [INFO] [INFO] Then, install it using the command: [INFO] mvn install:install-file -DgroupId=com.basistech.jug -DartifactId=rlp-gate-plugin -Dversion=8 -Dclassifier=gate-plugin -Dpackaging=zip -Dfile=/path/to/file [INFO] [INFO] Alternatively, if you host your own repository you can deploy the file there: [INFO] mvn deploy:deploy-file -DgroupId=com.basistech.jug -DartifactId=rlp-gate-plugin -Dversion=8 -Dclassifier=gate-plugin -Dpackaging=zip -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] [INFO] [INFO] [INFO] com.basistech.jug:rlp-gate-plugin:zip:8 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
