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 2013/11/08 20:39:09 UTC

svn commit: r1540162 - /tomee/sandbox/patched-libraries/openjpa-2.3.0/pom.xml

Author: dblevins
Date: Fri Nov  8 19:39:08 2013
New Revision: 1540162

URL: http://svn.apache.org/r1540162
Log:
no need to do the site and other things for publishing this

Modified:
    tomee/sandbox/patched-libraries/openjpa-2.3.0/pom.xml

Modified: tomee/sandbox/patched-libraries/openjpa-2.3.0/pom.xml
URL: http://svn.apache.org/viewvc/tomee/sandbox/patched-libraries/openjpa-2.3.0/pom.xml?rev=1540162&r1=1540161&r2=1540162&view=diff
==============================================================================
--- tomee/sandbox/patched-libraries/openjpa-2.3.0/pom.xml (original)
+++ tomee/sandbox/patched-libraries/openjpa-2.3.0/pom.xml Fri Nov  8 19:39:08 2013
@@ -740,8 +740,8 @@
                     <version>2.4.2</version>
                     <configuration>
                         <useReleaseProfile>false</useReleaseProfile>
-                        <goals>deploy javadoc:aggregate site site-deploy</goals>
-                        <arguments>-Papache-release,docbook-profile,test-derby,bval</arguments>
+                        <goals>deploy javadoc:aggregate</goals>
+                        <arguments>-Papache-release ${arguments}</arguments>
                         <autoVersionSubmodules>true</autoVersionSubmodules>
                     </configuration>
                 </plugin>