[ http://jira.codehaus.org/browse/MNG-816?page=comments#action_47745 ] 

Brett Porter commented on MNG-816:
----------------------------------

actually, configuring the plugin might be the best solution after all

<profile>
  ...
  <plugin>
    <artifactId>maven-jar-plugin</artifactId>
    <executions>
      <execution>
        <phase>package</phase>
        <configuration>
          <attached>true</attached>
          <classifier>all</classifier>
        </configuration>
        <goals>
          <goal>jar</goal>
        </goals>
      <execution>
    </executions>
        

> need to be able to attach new artifacts via profile
> ---------------------------------------------------
>
>          Key: MNG-816
>          URL: http://jira.codehaus.org/browse/MNG-816
>      Project: Maven 2
>         Type: Bug
>   Components: maven-artifact
>     Reporter: Brett Porter
>      Fix For: 2.0-beta-3

>
>
> eg, see maven-model. We can change finalName, but that doesn't affect the 
> installed/deployed artifact.
> Basically, a profile should be able to generate an additional artifact with a 
> classifier that is attached to the original.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to