[Schmitzm-commits] r798 - trunk

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Wed Apr 14 12:25:00 CEST 2010


Author: alfonx
Date: 2010-04-14 12:25:00 +0200 (Wed, 14 Apr 2010)
New Revision: 798

Modified:
   trunk/pom.xml
Log:
pom.xml erstellt und deployed jetzt auch immer eine ...sources.jar

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2010-04-10 16:12:40 UTC (rev 797)
+++ trunk/pom.xml	2010-04-14 10:25:00 UTC (rev 798)
@@ -246,6 +246,18 @@
 
 
 		<plugins>
+ <plugin>
+    <groupId>org.apache.maven.plugins</groupId>
+    <artifactId>maven-source-plugin</artifactId>
+    <executions>
+        <execution>
+            <id>attach-sources</id>
+            <goals>
+                <goal>jar</goal>
+            </goals>
+         </execution>
+     </executions>
+ </plugin>
 
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>



More information about the Schmitzm-commits mailing list