You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
108 lines
4.4 KiB
XML
108 lines
4.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<actions>
|
|
<action>
|
|
<actionName>test</actionName>
|
|
<packagings>
|
|
<packaging>*</packaging>
|
|
</packagings>
|
|
<goals>
|
|
<goal>test</goal>
|
|
</goals>
|
|
<properties>
|
|
<argLine>"-DredisBinary=/Applications/EAPManager.app/Contents/Resources/redis/redis-server"</argLine>
|
|
</properties>
|
|
</action>
|
|
<action>
|
|
<actionName>test.single</actionName>
|
|
<packagings>
|
|
<packaging>*</packaging>
|
|
</packagings>
|
|
<goals>
|
|
<goal>test-compile</goal>
|
|
<goal>surefire:test</goal>
|
|
</goals>
|
|
<properties>
|
|
<test>${packageClassName}</test>
|
|
<argLine>"-DredisBinary=/Applications/EAPManager.app/Contents/Resources/redis/redis-server"</argLine>
|
|
</properties>
|
|
</action>
|
|
<action>
|
|
<actionName>run.single.main</actionName>
|
|
<packagings>
|
|
<packaging>*</packaging>
|
|
</packagings>
|
|
<goals>
|
|
<goal>process-classes</goal>
|
|
<goal>org.codehaus.mojo:exec-maven-plugin:1.2.1:exec</goal>
|
|
</goals>
|
|
<properties>
|
|
<exec.args>-classpath %classpath ${packageClassName}</exec.args>
|
|
<exec.executable>java</exec.executable>
|
|
<exec.classpathScope>${classPathScope}</exec.classpathScope>
|
|
<argLine>"-DredisBinary=/Applications/EAPManager.app/Contents/Resources/redis/redis-server"</argLine>
|
|
</properties>
|
|
</action>
|
|
<action>
|
|
<actionName>debug</actionName>
|
|
<properties>
|
|
<argLine>"-DredisBinary=/Applications/EAPManager.app/Contents/Resources/redis/redis-server"</argLine>
|
|
</properties>
|
|
</action>
|
|
<action>
|
|
<actionName>debug.single.main</actionName>
|
|
<packagings>
|
|
<packaging>*</packaging>
|
|
</packagings>
|
|
<goals>
|
|
<goal>process-classes</goal>
|
|
<goal>org.codehaus.mojo:exec-maven-plugin:1.2.1:exec</goal>
|
|
</goals>
|
|
<properties>
|
|
<exec.args>-Xdebug -Xrunjdwp:transport=dt_socket,server=n,address=${jpda.address} -classpath %classpath ${packageClassName}</exec.args>
|
|
<exec.executable>java</exec.executable>
|
|
<exec.classpathScope>${classPathScope}</exec.classpathScope>
|
|
<jpda.listen>true</jpda.listen>
|
|
<argLine>"-DredisBinary=/Applications/EAPManager.app/Contents/Resources/redis/redis-server"</argLine>
|
|
</properties>
|
|
</action>
|
|
<action>
|
|
<actionName>debug.test.single</actionName>
|
|
<packagings>
|
|
<packaging>*</packaging>
|
|
</packagings>
|
|
<goals>
|
|
<goal>test-compile</goal>
|
|
<goal>surefire:test</goal>
|
|
</goals>
|
|
<properties>
|
|
<test>${packageClassName}</test>
|
|
<forkMode>once</forkMode>
|
|
<maven.surefire.debug>-Xdebug -Xrunjdwp:transport=dt_socket,server=n,address=${jpda.address}</maven.surefire.debug>
|
|
<jpda.listen>true</jpda.listen>
|
|
<argLine>"-DredisBinary=/Applications/EAPManager.app/Contents/Resources/redis/redis-server"</argLine>
|
|
</properties>
|
|
</action>
|
|
<action>
|
|
<actionName>profile</actionName>
|
|
<properties>
|
|
<argLine>"-DredisBinary=/Applications/EAPManager.app/Contents/Resources/redis/redis-server"</argLine>
|
|
</properties>
|
|
</action>
|
|
<action>
|
|
<actionName>profile.single.main</actionName>
|
|
<packagings>
|
|
<packaging>*</packaging>
|
|
</packagings>
|
|
<goals>
|
|
<goal>process-classes</goal>
|
|
<goal>org.codehaus.mojo:exec-maven-plugin:1.2.1:exec</goal>
|
|
</goals>
|
|
<properties>
|
|
<exec.args>-classpath %classpath ${packageClassName}</exec.args>
|
|
<exec.executable>java</exec.executable>
|
|
<exec.classpathScope>${classPathScope}</exec.classpathScope>
|
|
<argLine>"-DredisBinary=/Applications/EAPManager.app/Contents/Resources/redis/redis-server"</argLine>
|
|
</properties>
|
|
</action>
|
|
</actions>
|