Author: andygumbrecht
Date: Thu May 8 07:43:38 2014
New Revision: 1593198
URL: http://svn.apache.org/r1593198
Log:
Trim
Modified:
tomee/deps/tags/openjpa-2.4.0-1591689/pom.xml
Modified: tomee/deps/tags/openjpa-2.4.0-1591689/pom.xml
URL:
http://svn.apache.org/viewvc/tomee/deps/tags/openjpa-2.4.0-1591689/pom.xml?rev=1593198&r1=1593197&r2=1593198&view=diff
==============================================================================
--- tomee/deps/tags/openjpa-2.4.0-1591689/pom.xml (original)
+++ tomee/deps/tags/openjpa-2.4.0-1591689/pom.xml Thu May 8 07:43:38 2014
@@ -52,7 +52,6 @@
<checkstyle.config.location>${project.basedir}${file.separator}..${file.separator}openjpa-project${file.separator}checkstyle.xml</checkstyle.config.location>
<checkstyle.suppressions.location>${project.basedir}${file.separator}..${file.separator}openjpa-project${file.separator}suppressions.xml</checkstyle.suppressions.location>
-
<site.deploy.url>scp://people.apache.org/home/${site.deploy.user.name}/public_html/openjpa/${project.version}/staging-site</site.deploy.url>
<!-- the test settings can be overridden my specific profiles -->
<test.jvm.maxpermsize>512m</test.jvm.maxpermsize>
<test.jvm.maxheapsize>1024m</test.jvm.maxheapsize>
@@ -141,13 +140,6 @@
</mailingList>
</mailingLists>
- <distributionManagement>
- <site>
- <id>people.apache.org</id>
- <url>${site.deploy.url}</url>
- </site>
- </distributionManagement>
-
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/tomee/deps/branches/openjpa-2.4.0-1591689</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/tomee/deps/branches/openjpa-2.4.0-1591689</developerConnection>
@@ -166,7 +158,6 @@
<module>openjpa-jest</module>
<module>openjpa</module>
<module>openjpa-project</module>
- <module>openjpa-integration</module>
<module>openjpa-all</module>
<module>openjpa-tools</module>
</modules>
@@ -739,7 +730,7 @@
<version>2.5</version>
<configuration>
<useReleaseProfile>false</useReleaseProfile>
- <goals>deploy site site-deploy</goals>
+ <goals>deploy</goals>
<arguments>-Papache-release,docbook-profile,test-derby,bval
-DskipTests</arguments>
<autoVersionSubmodules>true</autoVersionSubmodules>
</configuration>
@@ -866,13 +857,13 @@
<executions>
<execution>
<id>attach-javadoc</id>
- <phase>package</phase>
+ <phase>none</phase>
<goals>
<goal>jar</goal>
</goals>
</execution>
<execution>
- <phase>process-classes</phase>
+ <phase>none</phase>
<goals>
<goal>javadoc</goal>
</goals>