[ http://jira.codehaus.org/browse/MNG-1598?page=all ]
Emmanuel Venisse closed MNG-1598:
---------------------------------
Resolution: Fixed
Fix Version: 2.0.1
Done. it's configurable in archive configuration like this :
<project>
...
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<addMavenDescriptor>false</addMavenDescriptor>
</archive>
</configuration>
</plugin>
</plugins>
</build>
...
</project>
> It should be possible not to include the META-INF/maven directory in produced
> jars
> ----------------------------------------------------------------------------------
>
> Key: MNG-1598
> URL: http://jira.codehaus.org/browse/MNG-1598
> Project: Maven 2
> Type: Wish
> Components: maven-archiver
> Versions: 2.0
> Reporter: Julien S
> Assignee: Emmanuel Venisse
> Fix For: 2.0.1
>
>
> When packaging a jar, Maven includes several files (currently pom.xml and
> pom.properties) in the META-INF directory.
> Several people on the mailling list (including myself) indicated they wished
> to be able to make this inclusion conditionnal.
--
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]