blob: 832e4ea90caf777e8d7bfbb111831d3c58c0240c [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<actions>
<action>
<actionName>run</actionName>
<packagings>
<packaging>jar</packaging>
</packagings>
<goals>
<goal>process-classes</goal>
<goal>org.codehaus.mojo:exec-maven-plugin:1.5.0:exec</goal>
</goals>
<properties>
<exec.args>-classpath %classpath wikimedia.html.conversion.Converter ../wiki-export/wiki-wikimedia wiki-html</exec.args>
<exec.executable>java</exec.executable>
<exec.workingdir>/home/antonio/WORK/REPOSITORIES/incubator-netbeans-tools/wiki-convert</exec.workingdir>
</properties>
</action>
<action>
<actionName>debug</actionName>
<packagings>
<packaging>jar</packaging>
</packagings>
<goals>
<goal>process-classes</goal>
<goal>org.codehaus.mojo:exec-maven-plugin:1.5.0:exec</goal>
</goals>
<properties>
<exec.args>-agentlib:jdwp=transport=dt_socket,server=n,address=${jpda.address} -classpath %classpath wikimedia.html.conversion.Converter ../wiki-export/wiki-wikimedia wiki-html</exec.args>
<exec.executable>java</exec.executable>
<jpda.listen>true</jpda.listen>
<exec.workingdir>/home/antonio/WORK/REPOSITORIES/incubator-netbeans-tools/wiki-convert</exec.workingdir>
</properties>
</action>
<action>
<actionName>profile</actionName>
<packagings>
<packaging>jar</packaging>
</packagings>
<goals>
<goal>process-classes</goal>
<goal>org.codehaus.mojo:exec-maven-plugin:1.5.0:exec</goal>
</goals>
<properties>
<exec.args>-classpath %classpath wikimedia.html.conversion.Converter ../wiki-export/wiki-wikimedia wiki-html</exec.args>
<exec.executable>java</exec.executable>
<exec.workingdir>/home/antonio/WORK/REPOSITORIES/incubator-netbeans-tools/wiki-convert</exec.workingdir>
</properties>
</action>
</actions>