Author: etnu
Date: Wed Jan 23 18:57:06 2008
New Revision: 614777

URL: http://svn.apache.org/viewvc?rev=614777&view=rev
Log:
Modified jar generation to also generate a sources jar for cleaner IDE 
integration.


Modified:
    incubator/shindig/trunk/java/gadgets/pom.jar.xml

Modified: incubator/shindig/trunk/java/gadgets/pom.jar.xml
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/java/gadgets/pom.jar.xml?rev=614777&r1=614776&r2=614777&view=diff
==============================================================================
--- incubator/shindig/trunk/java/gadgets/pom.jar.xml (original)
+++ incubator/shindig/trunk/java/gadgets/pom.jar.xml Wed Jan 23 18:57:06 2008
@@ -31,6 +31,22 @@
         <groupId>org.mortbay.jetty</groupId>
         <artifactId>maven-jetty-plugin</artifactId>
       </plugin>
+      <plugin>
+        <artifactId>maven-source-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>attach-sources</id>
+            <phase>package</phase>
+            <goals>
+              <goal>jar</goal>
+            </goals>
+          </execution>
+        </executions>
+        <configuration>
+          <excludeResources>true</excludeResources>
+          <attach>true</attach>
+        </configuration>
+      </plugin>
     </plugins>
     <resources>
       <resource>


Reply via email to