You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by dw...@apache.org on 2010/08/19 19:32:28 UTC

svn commit: r987239 - /openjpa/branches/2.0.x/pom.xml

Author: dwoods
Date: Thu Aug 19 17:32:28 2010
New Revision: 987239

URL: http://svn.apache.org/viewvc?rev=987239&view=rev
Log:
OPENJPA-1712 remove/cleanup comments

Modified:
    openjpa/branches/2.0.x/pom.xml

Modified: openjpa/branches/2.0.x/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/2.0.x/pom.xml?rev=987239&r1=987238&r2=987239&view=diff
==============================================================================
--- openjpa/branches/2.0.x/pom.xml (original)
+++ openjpa/branches/2.0.x/pom.xml Thu Aug 19 17:32:28 2010
@@ -139,45 +139,11 @@
         <!--  Build Profiles  -->
         <!-- ================ -->
 
-<!-- Inherited from parent apache-7.pom
+        <!-- Release profile is inherited from parent apache-7.pom
         <profile>
             <id>apache-release</id>
-            <build>
-                <plugins>
-                    <plugin>
-                        <groupId>org.apache.maven.plugins</groupId>
-                        <artifactId>maven-antrun-plugin</artifactId>
-                        <executions>
-                            <execution>
-                                <id>javadoc.resources</id>
-                                <phase>package</phase>
-                                <goals>
-                                    <goal>run</goal>
-                                </goals>
-                                <configuration>
-                                    <tasks>
-                                        <mkdir dir="${project.build.directory}" />
-                                        <unzip dest="${project.build.directory}/apidocs">
-                                            <patternset>
-                                                <include name="META-INF/*.txt" />
-                                            </patternset>
-                                            <fileset dir="${project.build.directory}">
-                                                <include name="${artifactId}-${project.version}.jar" />
-                                            </fileset>
-                                        </unzip>
-                                    </tasks>
-                                </configuration>
-                            </execution>
-                        </executions>
-                    </plugin>
-                    <plugin>
-                        <groupId>org.apache.rat</groupId>
-                        <artifactId>apache-rat-plugin</artifactId>
-                    </plugin>
-                </plugins>
-            </build>
         </profile>
--->
+        -->
 
         <profile>
             <id>sign-release</id>