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

Brett Porter moved MNG-2168 to MSHARED-37:
------------------------------------------

    Component/s:     (was: maven-archiver)
                 maven-archiver
            Key: MSHARED-37  (was: MNG-2168)
        Project: Maven Shared Components  (was: Maven 2)

> Manifest dependency includes any scope
> --------------------------------------
>
>                 Key: MSHARED-37
>                 URL: http://jira.codehaus.org/browse/MSHARED-37
>             Project: Maven Shared Components
>          Issue Type: Bug
>          Components: maven-archiver
>         Environment: any
>            Reporter: Guillaume Boissier
>
> There is no way to specify what classpath dependency need to be taken into 
> account
> I just need the runtime dependency not the compilation on.
> <build>
>     <plugins>
>       <plugin>
>         <groupId>org.apache.maven.plugins</groupId>
>         <artifactId>maven-jar-plugin</artifactId>
>         <configuration>
>           <archive>
>             <manifest>
>                   <addClasspath>true</addClasspath>
>             <addExtensions>true</addExtensions>
>             </manifest>
>           </archive>
>         </configuration>
>       </plugin>
>     </plugins>
>   </build>

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