mirror of https://github.com/apache/openjpa.git
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:
parent
b54c79fb11
commit
903e243af2
38
pom.xml
38
pom.xml
|
@ -139,45 +139,11 @@
|
||||||
<!-- Build Profiles -->
|
<!-- Build Profiles -->
|
||||||
<!-- ================ -->
|
<!-- ================ -->
|
||||||
|
|
||||||
<!-- Inherited from parent apache-7.pom
|
<!-- Release profile is inherited from parent apache-7.pom
|
||||||
<profile>
|
<profile>
|
||||||
<id>apache-release</id>
|
<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>
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<profile>
|
<profile>
|
||||||
<id>sign-release</id>
|
<id>sign-release</id>
|
||||||
|
|
Loading…
Reference in New Issue