[
http://jira.codehaus.org/browse/MRRESOURCES-37?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=188978#action_188978
]
John Casey edited comment on MRRESOURCES-37 at 8/28/09 4:28 PM:
----------------------------------------------------------------
When adding the following to the pluginManagement sections in both POMs, I
cannot reproduce the problem:
{code:xml}
<plugin>
<artifactId>maven-remote-resources-plugin</artifactId>
<version>1.1-SNAPSHOT</version>
</plugin>
{code}
Actually, even if I add this section below to the top-level POMs (as above), I
still cannot reproduce the problem:
{code:xml}
<plugin>
<artifactId>maven-remote-resources-plugin</artifactId>
<version>1.0</version>
</plugin>
{code}
If I remove the directory completely and remove all com/acme/** from the local
repository, then unarchive the testing.zip file again, only then can I
reproduce the problem.
I'm not sure what to do with this, but it seems plain to me that this is
working if you specify 1.1-SNAPSHOT for the version of the remote-resources
plugin (the version we're working on now).
was (Author: jdcasey):
When adding the following to the pluginManagement sections in both POMs, I
cannot reproduce the problem:
{code:xml}
<plugin>
<artifactId>maven-remote-resources-plugin</artifactId>
<version>1.1-SNAPSHOT</version>
</plugin>
{code}
Actually, even if I add this section below to the top-level POMs (as above), I
still cannot reproduce the problem.
If I remove the directory completely and remove all com/acme/** from the local
repository, then unarchive the testing.zip file again, only then can I
reproduce the problem.
I'm not sure what to do with this, but it seems plain to me that this is
working if you specify 1.1-SNAPSHOT for the version of the remote-resources
plugin (the version we're working on now).
> embedded error with maven-remote-resources-plugin; maven build order?
> ---------------------------------------------------------------------
>
> Key: MRRESOURCES-37
> URL: http://jira.codehaus.org/browse/MRRESOURCES-37
> Project: Maven 2.x Remote Resources Plugin
> Issue Type: Bug
> Affects Versions: 1.0
> Environment: [INFO] [enforcer:display-info {execution: default}]
> [INFO] Maven Version: 2.0.10
> [INFO] JDK Version: 1.5.0_16 normalized as: 1.5.0-16
> [INFO] OS Info: Arch: i386 Family: unix Name: linux Version: 2.6.28.8
> Reporter: jieryn
> Assignee: John Casey
> Fix For: 1.1
>
> Attachments: MNG-4094.zip, testing.zip
>
>
> I am attaching a sample project which exhibits the error. Please run mvn -f
> pom-firstTime.xml to prime your .m2/repository so that the real pom.xml's
> <build> finds the artifacts properly. Now, run mvn (default goal install is
> coded) and notice the Embedded error. I scan the previously created JARs in
> my .m2/repository and the maven-remote-resources-plugin files are definitely
> in the JAR.....
> I am at a loss, not convinced this is a bug, but need better minds to examine
> this. Thank you!
--
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