Author: ieb
Date: Sun Dec 14 23:10:24 2008
New Revision: 726629

URL: http://svn.apache.org/viewvc?rev=726629&view=rev
Log:
Updated pom to conform to maven release process.

Modified:
    incubator/shindig/trunk/pom.xml

Modified: incubator/shindig/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/pom.xml?rev=726629&r1=726628&r2=726629&view=diff
==============================================================================
--- incubator/shindig/trunk/pom.xml (original)
+++ incubator/shindig/trunk/pom.xml Sun Dec 14 23:10:24 2008
@@ -283,14 +283,6 @@
         <module>java</module>
       </modules>
     </profile>
-    <profile>
-      <id>release-all</id>
-      <modules>
-        <module>java</module>
-        <module>java/samples</module>
-        <module>assembly</module>
-      </modules>
-    </profile>
 
     <!-- profile to build features jar -->
     <profile>
@@ -477,6 +469,18 @@
           </plugin>
           <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>
             <artifactId>maven-javadoc-plugin</artifactId>
             <executions>
               <execution>
@@ -489,6 +493,11 @@
           </plugin>
         </plugins>
       </build>
+      <modules>
+        <module>java</module>
+        <module>java/samples</module>
+        <module>assembly</module>
+      </modules>
     </profile>
 
     <profile>
@@ -540,7 +549,7 @@
               <goal>verify-legal-files</goal>
             </goals>
             <configuration>
-              <strict>true</strict>
+              <strict>false</strict>
             </configuration>
           </execution>
         </executions>


Reply via email to