Project

General

Profile

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
                <netbeans.deploy.clientUrlPart>index.html</netbeans.deploy.clientUrlPart>
11
            </properties>
12
        </action>
13
        <action>
14
            <actionName>debug</actionName>
15
            <goals>
16
                <goal>package</goal>
17
            </goals>
18
            <properties>
19
                <netbeans.deploy.debugmode>true</netbeans.deploy.debugmode>
20
                <netbeans.deploy>true</netbeans.deploy>
21
                <netbeans.deploy.clientUrlPart>index.html</netbeans.deploy.clientUrlPart>
22
            </properties>
23
        </action>
24
        <action>
25
            <actionName>profile</actionName>
26
            <goals>
27
                <goal>package</goal>
28
            </goals>
29
            <properties>
30
                <netbeans.deploy>true</netbeans.deploy>
31
                <netbeans.deploy.profilemode>true</netbeans.deploy.profilemode>
32
                <netbeans.deploy.clientUrlPart>index.html</netbeans.deploy.clientUrlPart>
33
            </properties>
34
        </action>
35
    </actions>
(2-2/3)