Skip to content

Commit

Permalink
options for maven exec:exec
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Diaz committed Apr 22, 2012
1 parent 052b777 commit af2379e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<executable>java</executable> <executable>java</executable>
<arguments> <arguments>
<!-- <argument>-Dmyproperty=myvalue</argument> --> <!-- <argument>-Dmyproperty=myvalue</argument> -->
<argument>-javaagent:${settings.localRepository}/info/danidiaz/xanela/xanela-driver/${myprops.xanela-driver.version}/xanela-driver-${myprops.xanela-driver.version}.jar=agentoptionsgohere</argument> <argument>-javaagent:${settings.localRepository}/info/danidiaz/xanela/xanela-driver/${myprops.xanela-driver.version}/xanela-driver-${myprops.xanela-driver.version}.jar=</argument>
<!-- automatically creates the classpath using all project dependencies, <!-- automatically creates the classpath using all project dependencies,
also adding the project build directory --> also adding the project build directory -->
<argument>-classpath</argument> <argument>-classpath</argument>
Expand Down

0 comments on commit af2379e

Please sign in to comment.