@@ -24,14 +24,49 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
24
24
</goals >
25
25
</action >
26
26
<action >
27
- <actionName >CUSTOM-QA</actionName >
28
- <displayName >QA</displayName >
29
- <goals >
30
- <goal >test</goal >
31
- </goals >
32
- <activatedProfiles >
33
- <activatedProfile >qa</activatedProfile >
34
- <activatedProfile >reporting</activatedProfile >
35
- </activatedProfiles >
36
- </action >
27
+ <actionName >CUSTOM-QA</actionName >
28
+ <displayName >QA</displayName >
29
+ <goals >
30
+ <goal >test</goal >
31
+ </goals >
32
+ <activatedProfiles >
33
+ <activatedProfile >qa</activatedProfile >
34
+ <activatedProfile >reporting</activatedProfile >
35
+ </activatedProfiles >
36
+ </action >
37
+ <action >
38
+ <actionName >CUSTOM-ExecApp</actionName >
39
+ <displayName >Run</displayName >
40
+ <goals >
41
+ <goal >exec:java</goal >
42
+ <goal >-pl kriolos-opos-app</goal >
43
+ </goals >
44
+ <properties >
45
+ <exec .vmArgs></exec .vmArgs>
46
+ <exec .args>${exec.vmArgs} -classpath %classpath ${exec.mainClass} ${exec.appArgs}</exec .args>
47
+ <exec .mainClass>com.openbravo.pos.forms.StartPOS</exec .mainClass>
48
+ <exec .executable>java</exec .executable>
49
+ <exec .appArgs></exec .appArgs>
50
+ </properties >
51
+ </action >
52
+ <action >
53
+ <actionName >CUSTOM-debug</actionName >
54
+ <displayName >Debug</displayName >
55
+ <packagings >
56
+ <packaging >jar</packaging >
57
+ </packagings >
58
+ <goals >
59
+ <goal >process-classes</goal >
60
+ <goal >exec:java</goal >
61
+ <goal >-pl kriolos-opos-app</goal >
62
+ </goals >
63
+ <properties >
64
+ <exec .args>-agentlib:jdwp=transport=dt_socket,server=n,address=${jpda.address} -classpath %classpath ${exec.mainClass} ${exec.appArgs}</exec .args>
65
+ <exec .mainClass>com.openbravo.pos.forms.StartPOS</exec .mainClass>
66
+ <exec .executable>java</exec .executable>
67
+ <exec .appArgs></exec .appArgs>
68
+ <jpda .listen>true</jpda .listen>
69
+ </properties >
70
+ </action >
71
+
37
72
</actions >
0 commit comments