o Moved configuration to proper place

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@819151 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2009-09-26 15:19:11 +00:00
parent 440ce09681
commit ab6fd434b1
1 changed files with 8 additions and 3 deletions

11
pom.xml
View File

@ -291,8 +291,8 @@
<!--
<dependency>
<groupId>org.jsecurity</groupId>
<artifactId>jsecurity</artifactId>
<version>0.9.0-RC2</version>
<artifactId>jsecurity</artifactId>
<version>0.9.0-RC2</version>
</dependency>
-->
<!--bootstrap-start-comment-->
@ -349,6 +349,12 @@
<tagBase>https://svn.apache.org/repos/asf/maven/components/tags</tagBase>
</configuration>
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<argLine>-Xmx256m</argLine>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.modello</groupId>
<artifactId>modello-maven-plugin</artifactId>
@ -442,7 +448,6 @@
<value>${maven.repo.local}</value>
</property>
</systemProperties>
<argLine>-Xmx256m</argLine>
</configuration>
</plugin>
</plugins>