[ http://jira.codehaus.org/browse/MNG-2168?page=all ]
     
Guillaume Boissier closed MNG-2168:
-----------------------------------

    Resolution: Incomplete

> Manifest dependency includes any scope
> --------------------------------------
>
>          Key: MNG-2168
>          URL: http://jira.codehaus.org/browse/MNG-2168
>      Project: Maven 2
>         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