mirror of https://github.com/apache/openjpa.git
OPENJPA-1911: committing previous version of pom.xml, mistakenly committed local changes to pom.xml.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/2.0.x@1069928 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2269ea2fab
commit
983b7689df
6
pom.xml
6
pom.xml
|
@ -50,7 +50,7 @@
|
|||
<site.deploy.url>scp://people.apache.org/home/${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>768m</test.jvm.maxheapsize>
|
||||
<test.jvm.maxheapsize>1024m</test.jvm.maxheapsize>
|
||||
<test.jvm.arguments>-Xmx${test.jvm.maxheapsize} -XX:MaxPermSize=${test.jvm.maxpermsize}</test.jvm.arguments>
|
||||
<surefire.jvm.args>${test.jvm.arguments}</surefire.jvm.args>
|
||||
<dbcp.maxActive>10</dbcp.maxActive>
|
||||
|
@ -187,7 +187,7 @@
|
|||
</executions>
|
||||
<configuration>
|
||||
<excludeSubProjects>false</excludeSubProjects>
|
||||
<numUnapprovedLicenses>100</numUnapprovedLicenses>
|
||||
<numUnapprovedLicenses>0</numUnapprovedLicenses>
|
||||
<excludes>
|
||||
<!-- comments are usupported in services files -->
|
||||
<exclude>**/javax.persistence.spi.PersistenceProvider</exclude>
|
||||
|
@ -938,7 +938,7 @@
|
|||
</executions>
|
||||
<configuration>
|
||||
<excludeSubProjects>false</excludeSubProjects>
|
||||
<numUnapprovedLicenses>100</numUnapprovedLicenses>
|
||||
<numUnapprovedLicenses>0</numUnapprovedLicenses>
|
||||
<excludes>
|
||||
<!-- generated content -->
|
||||
<exclude>**/.*/**</exclude>
|
||||
|
|
Loading…
Reference in New Issue