[ http://jira.codehaus.org/browse/MNG-2168?page=comments#action_61784 ]
Guillaume Boissier commented on MNG-2168: ----------------------------------------- ok after investigation I realize that compile scope means compile and runtime ... so there is no way to say taht some elements are not needed during runtime ... but I gess this is then not related to this any more ... sorry > 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