perfsonar-dev - perfsonar: r5254 - trunk/perfsonar-web-admin
Subject: perfsonar development work
List archive
- From:
- To:
- Subject: perfsonar: r5254 - trunk/perfsonar-web-admin
- Date: Fri, 7 Aug 2009 08:41:55 -0400
Author: wiku
Date: 2009-08-07 08:41:55 -0400 (Fri, 07 Aug 2009)
New Revision: 5254
Modified:
trunk/perfsonar-web-admin/pom.xml
Log:
improved pom script
Modified: trunk/perfsonar-web-admin/pom.xml
===================================================================
--- trunk/perfsonar-web-admin/pom.xml 2009-08-07 12:03:09 UTC (rev 5253)
+++ trunk/perfsonar-web-admin/pom.xml 2009-08-07 12:41:55 UTC (rev 5254)
@@ -330,6 +330,34 @@
<target>1.6</target>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <executions>
+ <execution>
+ <goals>
+ <goal>
+ jar
+ </goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+
<useDefaultManifestFile>true</useDefaultManifestFile>
+ <excludes>
+ <exclude>
+ perfsonar/**
+ </exclude>
+ <exclude>
+ extService/**
+ </exclude>
+ </excludes>
+ </configuration>
+ </plugin>
</plugins>
</build>
+
+
+
+
</project>
- perfsonar: r5254 - trunk/perfsonar-web-admin, svnlog, 08/07/2009
Archive powered by MHonArc 2.6.16.