Commit in GeomConverter on MAIN
pom2.xml+19-111.1 -> 1.2
JM: Add argLine to increase memory for maven 2 tests (from MD).

GeomConverter
pom2.xml 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- pom2.xml	8 Aug 2007 17:37:22 -0000	1.1
+++ pom2.xml	8 Aug 2007 18:45:05 -0000	1.2
@@ -30,17 +30,24 @@
     </testResource>
   </testResources>    
   <defaultGoal>install</defaultGoal>
-  <pluginManagement>
-    <plugins>
-      <plugin>
-	<artifactId>maven-compiler-plugin</artifactId>
-	<configuration>
-	  <source>1.5</source>
-	  <target>1.5</target>
-	</configuration>
-      </plugin>
-    </plugins>
-  </pluginManagement>
+
+  <plugins>
+    <plugin>
+      <artifactId>maven-compiler-plugin</artifactId>
+      <configuration>
+	<source>1.5</source>
+	<target>1.5</target>
+      </configuration>
+    </plugin>
+    
+    <plugin>
+      <groupId>org.apache.maven.plugins</groupId>
+      <artifactId>maven-surefire-plugin</artifactId>
+      <configuration>
+	<argLine>-Xmx1024m</argLine>
+      </configuration>
+    </plugin>
+  </plugins>
 </build>
 <repositories>
   <repository>
@@ -95,6 +102,7 @@
   </dependency>
   
 </dependencies>
+
 <reporting>
   <plugins>
     <plugin>
CVSspam 0.2.8