[ 
http://jira.codehaus.org/browse/MNG-2426?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=167045#action_167045
 ] 

Nigel Magnay commented on MNG-2426:
-----------------------------------

I've also now tested it on 2.1.0-M1 - and that disappointingly also fails.
3.0-alpha-2 also fails (hard - it doesn't even create any artifacts at all) - 
but the 'alpha-2' is the hint here :-)

This is similar to the behaviour I saw in MNG-1682 way back in Nov 2005 (though 
this bug is getting pretty close to it's 3rd birthday too...) - but I think 
then it could be produced with only 1 plugin-with-extensions, rather than the 2 
here. It's a particularly nasty one, as it's come back to bite after lying 
dormant because we recently switched to flex-mojos which seems to have 
re-ignited this bug in our build. It took a few hours to track down why all of 
a sudden our artefacts were containing old build items (reason - the new ones 
had the wrong names in the repo, and those artifacts are later re-used in other 
artifacts further on).



> Artifact copied to local repository with wrong file extension when using 
> jboss-packaging plugin
> -----------------------------------------------------------------------------------------------
>
>                 Key: MNG-2426
>                 URL: http://jira.codehaus.org/browse/MNG-2426
>             Project: Maven 2
>          Issue Type: Bug
>          Components: Artifacts and Repositories
>    Affects Versions: 2.0.4
>         Environment: jdk 1.5.0_06, maven 2.0.4, jboss-package-maven-plugin 
> 2.0-SNAPSHOT (from mojo-sandbox SVN r2088)
>            Reporter: Fredrik Vraalsen
>             Fix For: 2.0.x
>
>         Attachments: bug.zip
>
>
> When using the jboss-packaging plugin and setting <packaging> to jboss-sar in 
> my pom, the artifact is copied into the local repository with the wrong file 
> extension (.jboss-sar instead of .sar).  The jboss-packaging components.xml 
> has <extension> set to sar.  The file in the build target directory has the 
> correct .sar extension.
> Here's the relevant excerpt from my pom.xml:
> <packaging>jboss-sar</packaging>
> ...
> <build>
> <plugins>
> <plugin>
> <groupId>org.codehaus.mojo</groupId>
> <artifactId>jboss-packaging-maven-plugin</artifactId>
> <version>2.0-SNAPSHOT</version>
> <extensions>true</extensions>
> ...

-- 
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