source: ComponentRegistry/trunk/ComponentRegistry/nbactions.xml @ 2531

Last change on this file since 2531 was 2531, checked in by twagoo, 11 years ago

Renamed existing context parameters so that they start with eu.clarin.cmdi.componentregistry prefix. Moved effective META-INF from webresources to webapp dir

File size: 1.3 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<actions>
3        <action>
4            <actionName>run</actionName>
5            <goals>
6                <goal>package</goal>
7            </goals>
8            <properties>
9                <netbeans.deploy>true</netbeans.deploy>
10                <skipTests>true</skipTests>
11                <netbeans.deploy.clientUrlPart></netbeans.deploy.clientUrlPart>
12            </properties>
13        </action>
14        <action>
15            <actionName>debug</actionName>
16            <goals>
17                <goal>package</goal>
18            </goals>
19            <properties>
20                <netbeans.deploy.debugmode>true</netbeans.deploy.debugmode>
21                <netbeans.deploy>true</netbeans.deploy>
22                <skipTests>true</skipTests>
23                <netbeans.deploy.clientUrlPart></netbeans.deploy.clientUrlPart>
24            </properties>
25        </action>
26        <action>
27            <actionName>profile</actionName>
28            <goals>
29                <goal>package</goal>
30            </goals>
31            <properties>
32                <netbeans.deploy>true</netbeans.deploy>
33                <netbeans.deploy.profilemode>true</netbeans.deploy.profilemode>
34                <netbeans.deploy.clientUrlPart></netbeans.deploy.clientUrlPart>
35            </properties>
36        </action>
37    </actions>
Note: See TracBrowser for help on using the repository browser.