Author: aheritier
Date: 2009-10-15 09:03:26 -0400 (Thu, 15 Oct 2009)
New Revision: 355
Modified:
tools/maven/parent/trunk/pom.xml
Log:
GTNPORTAL-27 : Do not add useless Classpath (in our case) in the manifest. It creates a
problem of speed of the build within jdk 6 on windows
Modified: tools/maven/parent/trunk/pom.xml
===================================================================
--- tools/maven/parent/trunk/pom.xml 2009-10-14 22:46:07 UTC (rev 354)
+++ tools/maven/parent/trunk/pom.xml 2009-10-15 13:03:26 UTC (rev 355)
@@ -61,7 +61,6 @@
<archive>
<manifest>
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
- <addClasspath>true</addClasspath>
</manifest>
</archive>
</configuration>
Show replies by date