I have two problems I need to solve :-

Test plugin properties :-

maven.junit.jvmargs=-Djava.security.policy=${basedir}/src/cfg/java.policy
-Djava.rmi.server.codebase="file:${maven.build.dest}/
file:${plugin.getDependencyPath('mtcom:mt-anite')}"

Maven debug output :-

 [junit] [DEBUG] Execute:Java13CommandLauncher: Executing
'/usr/j2se/jre/bin/java' with arguments:
'-Djava.security.policy=/export/home/users/pbateman/cvs/OR4092/mtcom-java/mt
-epm/src/cfg/java.policy'
'-Djava.rmi.server.codebase="file:/export/home/users/pbateman/cvs/OR4092/mtc
om-java/mt-epm/target/classes/'
'file:"'

Questions :-

1. The maven.junit.jvmargs is space delimited, but for the
java.rmi.server.codebase situation I want to provide a list of URIs
separated by space. The Jelly script tokenizes by space and thus treats each
URI as a separate JVM argument. How do I escape the space so that the Test
plugin does not attempt to split this argument into many arguments?

2. plugin.getDependencyPath() is not returning a dependency path for the
specified group and artefact ids. This dependency does exist in the current
POM. Any pointers would be greatfully recieved.

Thanks

Pat
  
This email and any files transmitted with it are confidential and intended
solely for the use of the individual or entity to whom they are addressed.
If you have received this email in error please notify the system manager. 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to