[ 
http://jira.codehaus.org/browse/MNG-4574?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Benjamin Bentmann updated MNG-4574:
-----------------------------------

    Summary: [regression] invoker:install uses wrong local repo path when 
settings.xml contains wildcard mirror  (was: Final JAR artifact for archetype 
not install(ed) into localRepositoryUrl on Mavne 3.0-alpha-6)

> [regression] invoker:install uses wrong local repo path when settings.xml 
> contains wildcard mirror
> --------------------------------------------------------------------------------------------------
>
>                 Key: MNG-4574
>                 URL: http://jira.codehaus.org/browse/MNG-4574
>             Project: Maven 2 & 3
>          Issue Type: Bug
>    Affects Versions: 3.0-alpha-6
>         Environment: MacOS 10.6.2 with Maven 3.0-alpha6
>            Reporter: Matthew McCullough
>            Assignee: Benjamin Bentmann
>         Attachments: Maven2MainBuild.log, Maven2Success_BUILD-quickstart.xml, 
> Maven2Success_build.log, Maven3Failure_BUILD-quickstart.xml, 
> Maven3Failure_build.log, Maven3MainBuild.log, 
> quickstart-itbrokenonmaven3.zip, settings.xml
>
>
> I'm coding on an archetype project 
> (http://github.com/sonatype/sonatype-archetype) and am using the install goal 
> of Invoker 1.5.  If I use an alternate repo with the <localRepositoryUrl>, 
> the archetype JAR is not copied into the local repo location.  If I use Maven 
> 2.2.1, the resource is copied into the localRepositoryUrl location with no 
> problem.
> I've commented out the <install> and <localRepositoryUrl> tags in the 
> committed version so that it passes when built with Maven 3.0-alpha-6.
> File:
> http://github.com/sonatype/sonatype-archetype/blob/master/archetype-archetypes/quickstart/pom.xml
> To reproduce this.
> 1) Download Maven 3.0-alpha-6
> 2) Set it to be your active maven version
> 3) git clone g...@github.com:sonatype/sonatype-archetype.git
> 4) Hijack and uncomment the <goal>install</goal> and 
> <localRepositoryPath>${project.build.directory}/it/repo</localRepositoryPath> 
> in the file archetype-archetypes/quickstart/pom.xml
> 5) build the entire source tree with "mvn install"
> 5) It will fail with the following error:
> [INFO] [INFO] 
> ------------------------------------------------------------------------
> [INFO] [INFO] BUILD FAILURE
> [INFO] [INFO] 
> ------------------------------------------------------------------------
> [INFO] [INFO] Total time: 15.576s
> [INFO] [INFO] Finished at: Mon Feb 15 19:49:33 MST 2010
> [INFO] [INFO] Final Memory: 6M/80M
> [INFO] [INFO] 
> ------------------------------------------------------------------------
> [INFO] [ERROR] Failed to execute goal 
> org.apache.maven.plugins:maven-archetype-plugin:2.0-alpha-4:generate 
> (default-cli) on project standalone-pom: The desired archetype does not exist 
> (org.sonatype.maven.archetype:quickstart:0.8.4-SNAPSHOT) -> [Help 1]
> [INFO] [ERROR] 
> [INFO] [ERROR] To see the full stack trace of the errors, re-run Maven with 
> the -e switch.
> [INFO] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [INFO] [ERROR] 
> [INFO] [ERROR] For more information about the errors and possible solutions, 
> please read the following articles:
> [INFO] [ERROR] [Help 1] 
> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
> [INFO] ..FAILED (16.8 s)
> [INFO]   The build exited with code 1. See 
> /Users/mccm06/Documents/Code/OpenSourceContribs/sonatype-archetype_git/archetype-archetypes/quickstart/target/it/projects/quickstart/build.log
>  for details.
> [INFO] -------------------------------------------------
> [INFO] Build Summary:
> [INFO]   Passed: 0, Failed: 1, Errors: 0, Skipped: 0
> [INFO] -------------------------------------------------
> [ERROR] The following builds failed:
> [ERROR] *  quickstart
> [INFO] -------------------------------------------------
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Total time: 21.310s
> [INFO] Finished at: Mon Feb 15 19:49:34 MST 2010
> [INFO] Final Memory: 8M/80M
> [INFO] 
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal 
> org.apache.maven.plugins:maven-invoker-plugin:1.5:run (integration-test) on 
> project quickstart: 1 build failed. -> [Help 1]

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to