
Some parts of this message have been removed.
Learn more about Nabble's
security policy.
I realize this is probably a bug with the surefire plugin:
The presence of <argLine> inputs in the surefire
config causes netbeans/mavenide to ignore breakpoints.
For example:
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.4.2</version>
<executions>
<execution>
<id>runtests</id>
<phase>test</phase>
</execution>
</executions>
<configuration>
<systemProperties>
<property>
<name>test.remote</name>
<value>${test.remote}</value>
</property>
</systemProperties>
<argLine>-Xmx512m
-XX:MaxPermSize=256m</argLine>
</configuration>
I wondered if anyone has experienced the behavior and/or
has suggestions?
Thanks