[ http://jira.codehaus.org/browse/MEAR-36?page=comments#action_73989 ] 
            
Stephane Nicoll commented on MEAR-36:
-------------------------------------

Eric, the issue is in progress because I started the implementation before 
going on holiday. It's implemented in my local sandbox, sorry for not 
menitionning it. I am not resolving it because I am busy writing test cases for 
the EAR plugin (namely this classifier fonctionnality) and I am stuck on some 
major points.

I will make sure that the changes does not break your patch if possible.



> Add classifier fonctionnality to Maven EAR Plugin
> -------------------------------------------------
>
>                 Key: MEAR-36
>                 URL: http://jira.codehaus.org/browse/MEAR-36
>             Project: Maven 2.x Ear Plugin
>          Issue Type: Improvement
>    Affects Versions: 2.2
>         Environment: Any
>            Reporter: Mathieu Rozieres
>         Assigned To: Stephane Nicoll
>             Fix For: 2.3
>
>         Attachments: MEAR-36-maven-ear-plugin.patch
>
>
> The <classifier> tag is not implemented into Maven EAR Plugin.
> For example, while using this configuration :
> <plugin>
>    <groupId>org.apache.maven.plugins</groupId>
>    <artifactId>maven-ear-plugin</artifactId>
>    <configuration>
>       <classifier>dev</classifier>
>    </configuration>
> </plugin>
> The artefact produced is still named ${pom.artifactId}-${pom.version} ...

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