You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Guillaume Boissier (JIRA)" <ji...@codehaus.org> on 2006/03/23 16:16:11 UTC

[jira] Closed: (MNG-2168) Manifest dependency includes any scope

     [ 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