Author: sshafroi
Date: 2008-04-03 13:56:10 +0200 (Thu, 03 Apr 2008)
New Revision: 6336

Modified:
   branches/2.16/pom.xml
Log:
build sources jar packages for all modules

Modified: branches/2.16/pom.xml
===================================================================
--- branches/2.16/pom.xml       2008-04-03 11:11:57 UTC (rev 6335)
+++ branches/2.16/pom.xml       2008-04-03 11:56:10 UTC (rev 6336)
@@ -181,6 +181,20 @@
                         <overWriteSnapshots>true</overWriteSnapshots>
                     </configuration>
                 </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>
         <!--/pluginManagement--> <!-- See 
http://jira.codehaus.org/browse/MNG-3018 .Uncomment when fixed. -->
     </build>

_______________________________________________
Kernel-commits mailing list
[email protected]
http://sesat.no/mailman/listinfo/kernel-commits

Reply via email to