You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by db...@apache.org on 2011/09/04 01:23:57 UTC

svn commit: r1164943 - /openejb/trunk/javaee-api/pom.xml

Author: dblevins
Date: Sat Sep  3 23:23:57 2011
New Revision: 1164943

URL: http://svn.apache.org/viewvc?rev=1164943&view=rev
Log:
Produce source jars

Modified:
    openejb/trunk/javaee-api/pom.xml

Modified: openejb/trunk/javaee-api/pom.xml
URL: http://svn.apache.org/viewvc/openejb/trunk/javaee-api/pom.xml?rev=1164943&r1=1164942&r2=1164943&view=diff
==============================================================================
--- openejb/trunk/javaee-api/pom.xml (original)
+++ openejb/trunk/javaee-api/pom.xml Sat Sep  3 23:23:57 2011
@@ -16,8 +16,7 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
@@ -29,7 +28,7 @@
   <artifactId>javaee-api</artifactId>
   <packaging>jar</packaging>
   <name>OpenEJB :: JavaEE Full API (zip file)</name>
-  <version>6.0-SNAPSHOT</version>
+  <version>6.0-1</version>
 
   <build>
     <resources>
@@ -89,6 +88,7 @@
               <goal>shade</goal>
             </goals>
             <configuration>
+              <createSourcesJar>true</createSourcesJar>
               <shadedArtifactAttached>true</shadedArtifactAttached>
               <shadedClassifierName>tomcat</shadedClassifierName>
               <artifactSet>
@@ -134,6 +134,7 @@
               <goal>shade</goal>
             </goals>
             <configuration>
+              <createSourcesJar>true</createSourcesJar>
               <transformers>
                 <transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
                   <manifestEntries>
@@ -179,8 +180,7 @@
              </goals>
              <configuration>
                <tasks>
-                 <unzip src="${project.build.directory}/javaee-api-${project.version}.jar"
-                        dest="${project.build.directory}/classes"/>
+                 <unzip src="${project.build.directory}/javaee-api-${project.version}.jar" dest="${project.build.directory}/classes" />
                </tasks>
              </configuration>
            </execution>
@@ -330,4 +330,10 @@
 
   </dependencies>
 
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/pom/tags/javaee-api-6.0-1</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/pom/tags/javaee-api-6.0-1</developerConnection>
+    <url>http://svn.apache.org/viewvc/maven/pom/tags/javaee-api-6.0-1</url>
+  </scm>
 </project>