dev@glassfish.java.net

Pom review

From: Jean Drolet <jean.drolet_at_oracle.com>
Date: Fri, 1 Mar 2013 16:21:19 -0800

I just want try how this affects building on some macs. I also disabled the test that required the agent. We should also consider upgrading JMockit since we quite behind the latest stable version (1.1 vs 0.999.15)

jdrolet context-propagation > svn diff --diff-cmd diff pom.xml
Index: pom.xml
===================================================================
--- pom.xml (revision 59969)
+++ pom.xml (working copy)
@@ -70,7 +70,7 @@
 
         <build>
                 <plugins>
- <plugin>
+ <!-- plugin>
                                 <artifactId>maven-surefire-plugin</artifactId>
                                 <configuration>
                                         <argLine>
@@ -78,7 +78,7 @@
                                         </argLine>
                                         <forkMode>always</forkMode>
                                 </configuration>
- </plugin>
+ </plugin -->
                         <plugin>
                                 <groupId>org.apache.maven.plugins</groupId>
                                 <artifactId>maven-jar-plugin</artifactId>

                        <!-- plugin>
                                <artifactId>maven-surefire-plugin</artifactId>
                                <configuration>
                                        <argLine>
                                                -javaagent:"${settings.localRepository}"/com/googlecode/jmockit/jmockit/0.999.15/jmockit-0.999.15.jar
                                        </argLine>
                                        <forkMode>always</forkMode>
                                </configuration>
                        </plugin -->

Jean Drolet
951.251.5326