Hi,

I wonder how people work out the issue with passing properties to
surefire plugin's argLine attribute? I'd like to execute tests with
Cayenne's java agent and don't know how to point it out to the
artifact in the m2 local repo.

I'd like to run m2-ized project with the following in its pom.xml:

 <plugin>
   <artifactId>maven-surefire-plugin</artifactId>
   <configuration>
     <forkMode>once</forkMode>
     
<argLine>-javaagent:${maven.repo.local}/org/apache/cayenne/cayenne-agent/3.0-SNAPSHOT/cayenne-agent-3.0-SNAPSHOT.jar</argLine>
   </configuration>
 </plugin>

maven.repo.local property's not resolved. How can I achieve that it is.

Any help appreciated.

Jacek

--
Jacek Laskowski
http://www.JacekLaskowski.pl

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

Reply via email to