You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ge...@apache.org on 2010/04/29 11:56:49 UTC

svn commit: r939245 - /servicemix/smx4/specs/trunk/jsr303-api-1.0.0/pom.xml

Author: gertv
Date: Thu Apr 29 09:56:49 2010
New Revision: 939245

URL: http://svn.apache.org/viewvc?rev=939245&view=rev
Log:
Fix JSR-303 pom.xml for release

Modified:
    servicemix/smx4/specs/trunk/jsr303-api-1.0.0/pom.xml

Modified: servicemix/smx4/specs/trunk/jsr303-api-1.0.0/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/specs/trunk/jsr303-api-1.0.0/pom.xml?rev=939245&r1=939244&r2=939245&view=diff
==============================================================================
--- servicemix/smx4/specs/trunk/jsr303-api-1.0.0/pom.xml (original)
+++ servicemix/smx4/specs/trunk/jsr303-api-1.0.0/pom.xml Thu Apr 29 09:56:49 2010
@@ -121,6 +121,19 @@
                         <artifactId>maven-source-plugin</artifactId>
                         <executions>
                             <execution>
+                                <id>attach-sources</id>
+                                <phase>process-classes</phase>
+                                <goals>
+                                    <goal>jar</goal>
+                                </goals>
+                            </execution>
+                        </executions>
+                    </plugin>
+                    <plugin>
+                        <groupId>org.apache.maven.plugins</groupId>
+                        <artifactId>maven-dependency-plugin</artifactId>
+                        <executions>
+                            <execution>
                                 <id>unpack-sources</id>
                                 <phase>generate-sources</phase>
                                 <goals>
@@ -162,4 +175,4 @@
         </profile>
     </profiles>
 
-</project>
\ No newline at end of file
+</project>