OPENJPA-1712 remove/cleanup comments

git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/2.0.x@987239 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Donald Woods 2010-08-19 17:32:28 +00:00
parent b54c79fb11
commit 903e243af2
1 changed files with 2 additions and 36 deletions

38
pom.xml
View File

@ -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>