Der Quellcode wird ab sofort mitveröffentlicht
authorKai Moritz <kai@coolibri.de>
Mon, 11 Jul 2011 15:43:29 +0000 (17:43 +0200)
committerKai Moritz <kai@coolibri.de>
Sat, 28 Jan 2012 12:03:29 +0000 (13:03 +0100)
pom.xml

diff --git a/pom.xml b/pom.xml
index c82fe9e..1bdbf17 100644 (file)
--- a/pom.xml
+++ b/pom.xml
           </execution>
         </executions>
       </plugin>
           </execution>
         </executions>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-source-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>attach-sources</id>
+            <phase>verify</phase>
+            <goals>
+              <goal>jar</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
     </plugins>
   </build>
 
     </plugins>
   </build>