Fix JSR-303 pom.xml for release

git-svn-id: https://svn.apache.org/repos/asf/servicemix/smx4/specs/trunk@939245 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/jsr303-api-1.0.0/pom.xml b/jsr303-api-1.0.0/pom.xml
index 86b35c7..e0cd977 100644
--- a/jsr303-api-1.0.0/pom.xml
+++ b/jsr303-api-1.0.0/pom.xml
@@ -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>