source: vlo/branches/to-wicket-1.6/vlo_importer/nbactions.xml @ 4220

Last change on this file since 4220 was 4220, checked in by twagoo, 10 years ago

Merged twagoo branch of to-wicket-1.6 back to original, removed this branch

File size: 2.3 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<actions>
3        <action>
4            <actionName>run</actionName>
5            <goals>
6                <goal>process-classes</goal>
7                <goal>org.codehaus.mojo:exec-maven-plugin:1.2:exec</goal>
8            </goals>
9            <properties>
10                <exec.args>-DconfigFile=/home/keeloo/vlo/config/VloConfig.Netbeans.xml -classpath %classpath eu.clarin.cmdi.vlo.importer.MetadataImporter -c /Users/twagoo/vlo/VloConfig.xml</exec.args>
11                <exec.executable>java</exec.executable>
12                <exec.classpathScope>runtime</exec.classpathScope>
13            </properties>
14        </action>
15        <action>
16            <actionName>debug</actionName>
17            <goals>
18                <goal>process-classes</goal>
19                <goal>org.codehaus.mojo:exec-maven-plugin:1.2:exec</goal>
20            </goals>
21            <properties>
22                <exec.args>-Xdebug -Xrunjdwp:transport=dt_socket,server=n,address=${jpda.address} -DconfigFile=/home/keeloo/vlo/config/VloConfig.Netbeans.xml -classpath %classpath eu.clarin.cmdi.vlo.importer.MetadataImporter -c /Users/twagoo/vlo/VloConfig.xml</exec.args>
23                <exec.executable>java</exec.executable>
24                <exec.classpathScope>runtime</exec.classpathScope>
25                <jpda.listen>true</jpda.listen>
26            </properties>
27        </action>
28        <action>
29            <actionName>profile</actionName>
30            <goals>
31                <goal>process-classes</goal>
32                <goal>org.codehaus.mojo:exec-maven-plugin:1.2:exec</goal>
33            </goals>
34            <properties>
35                <exec.args>-DconfigFile=/home/keeloo/vlo/config/VloConfig.Netbeans.xml -classpath %classpath eu.clarin.cmdi.vlo.importer.MetadataImporter -c /Users/twagoo/vlo/VloConfig.xml</exec.args>
36                <exec.executable>${profiler.java}</exec.executable>
37            </properties>
38        </action>
39        <action>
40            <actionName>CUSTOM-build - skip tests</actionName>
41            <displayName>build - skip tests</displayName>
42            <goals>
43                <goal>install</goal>
44            </goals>
45            <properties>
46                <skipTests>true</skipTests>
47            </properties>
48        </action>
49       
50           
51</actions>
Note: See TracBrowser for help on using the repository browser.