Vincent Massol created MNG-5542: ----------------------------------- Summary: Resolution issue when using -pl on the command line Key: MNG-5542 URL: https://jira.codehaus.org/browse/MNG-5542 Project: Maven 2 & 3 Issue Type: Bug Components: Dependencies Affects Versions: 3.1.1 Reporter: Vincent Massol
When I build using -pl and one of the pom has a parent that isn't in my local repository, I get a failure: {noformat} Caused by: org.eclipse.aether.transfer.ArtifactNotFoundException: Could not find artifact org.xwiki.platform:xwiki-platform-core:pom:5.3-SNAPSHOT in local.central (file:///Users/vmassol/.m2/repository) at org.eclipse.aether.connector.wagon.WagonRepositoryConnector$6.wrap(WagonRepositoryConnector.java:1012) at org.eclipse.aether.connector.wagon.WagonRepositoryConnector$6.wrap(WagonRepositoryConnector.java:1004) at org.eclipse.aether.connector.wagon.WagonRepositoryConnector$GetTask.run(WagonRepositoryConnector.java:725) at org.eclipse.aether.util.concurrency.RunnableErrorForwarder$1.run(RunnableErrorForwarder.java:67) {noformat} I think Maven should download it from the remote repository. To reproduce: * Git clone https://github.com/xwiki/xwiki-platform.git in some directory (let's call it XWIKIHOME) * Add the XWiki remote repository to your settings.xml, see http://dev.xwiki.org/xwiki/bin/view/Community/Building#HInstallingMaven * cd in /tmp * Execute: {noformat} mvn -B -f XWIKIHOME/xwiki-platform/pom.xml -amd -pl org.xwiki.platform:xwiki-platform-tool-packager-plugin,org.xwiki.platform:xwiki-platform-administration-test-tests,org.xwiki.platform:xwiki-platform-messagestream-test-tests,org.xwiki.platform:xwiki-platform-panels-test-tests,org.xwiki.platform:xwiki-platform-wysiwyg-test-tests clean deploy -Plegacy,integration-tests -U -e {noformat} -- 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