[portal-commits] JBoss Portal SVN: r11912 - modules/portlet/trunk/build.

portal-commits at lists.jboss.org portal-commits at lists.jboss.org
Wed Sep 17 04:16:55 EDT 2008


Author: thomas.heute at jboss.com
Date: 2008-09-17 04:16:55 -0400 (Wed, 17 Sep 2008)
New Revision: 11912

Modified:
   modules/portlet/trunk/build/pom.xml
Log:
Don't include classpath in the manifest

Modified: modules/portlet/trunk/build/pom.xml
===================================================================
--- modules/portlet/trunk/build/pom.xml	2008-09-16 20:50:00 UTC (rev 11911)
+++ modules/portlet/trunk/build/pom.xml	2008-09-17 08:16:55 UTC (rev 11912)
@@ -97,6 +97,18 @@
                <skip>true</skip>
             </configuration>
          </plugin>
+         <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-jar-plugin</artifactId>
+            <version>2.1</version>
+            <configuration>
+              <archive>
+              <manifest>
+               <addClasspath>false</addClasspath>
+             </manifest>
+              </archive>
+            </configuration>
+         </plugin>
       </plugins>
       <pluginManagement>
          <plugins>




More information about the portal-commits mailing list