diff options
| author | Brian S. O'Neill <bronee@gmail.com> | 2007-04-29 17:47:50 +0000 |
|---|---|---|
| committer | Brian S. O'Neill <bronee@gmail.com> | 2007-04-29 17:47:50 +0000 |
| commit | d65f58eeaf555232cca7af814bcd8e073cc55499 (patch) | |
| tree | ce554eecef6b946c6606506a517e62eaf3b44173 /pom.xml | |
| parent | 68eadc8658ed1dc016c914e1a718d70533828a8b (diff) | |
Merged in support for derived properties.
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -121,6 +121,14 @@ <plugin>
<groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <argLine>-Xmx400M</argLine>
+ </configuration>
+ </plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<reportSets>
<reportSet>
|
