-
Notifications
You must be signed in to change notification settings - Fork 0
/
nbactions-crisma.xml
150 lines (149 loc) · 5.87 KB
/
nbactions-crisma.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
<?xml version="1.0" encoding="UTF-8"?>
<actions>
<action>
<actionName>run</actionName>
<goals>
<goal>process-classes</goal>
<goal>org.codehaus.mojo:exec-maven-plugin:1.2:exec</goal>
</goals>
<properties>
<jalopy.skip>true</jalopy.skip>
<exec.args>-Dcids-server-rest.fscore.caseSensitivityOverride=true -classpath %classpath de.cismet.cids.server.rest.domain.Starter 8890 http://localhost:8890 D:\work\temp\crisma-api-pilot-d</exec.args>
<exec.executable>java</exec.executable>
<exec.classpathScope>runtime</exec.classpathScope>
</properties>
</action>
<action>
<actionName>debug</actionName>
<goals>
<goal>process-classes</goal>
<goal>org.codehaus.mojo:exec-maven-plugin:1.2:exec</goal>
</goals>
<properties>
<jalopy.skip>true</jalopy.skip>
<exec.args>-Xdebug -Xrunjdwp:transport=dt_socket,server=n,address=${jpda.address} -Dcids-server-rest.fscore.caseSensitivityOverride=true -classpath %classpath de.cismet.cids.server.rest.domain.Starter 8890 http://localhost:8890 D:\work\temp\crisma-api-pilot-d</exec.args>
<exec.executable>java</exec.executable>
<exec.classpathScope>runtime</exec.classpathScope>
<jpda.listen>true</jpda.listen>
</properties>
</action>
<action>
<actionName>profile</actionName>
<goals>
<goal>process-classes</goal>
<goal>org.codehaus.mojo:exec-maven-plugin:1.2:exec</goal>
</goals>
<properties>
<exec.args>-Dcids-server-rest.fscore.caseSensitivityOverride=true -classpath %classpath de.cismet.cids.server.rest.domain.Starter 8890 http://localhost:8890 D:\work\temp\crisma-api-pilot-d</exec.args>
<exec.executable>${profiler.java}</exec.executable>
<profiler.action>profile</profiler.action>
</properties>
</action>
<action>
<actionName>build</actionName>
<goals>
<goal>install</goal>
</goals>
<properties>
<maven.test.skip>true</maven.test.skip>
<jalopy.skip>true</jalopy.skip>
</properties>
</action>
<action>
<actionName>rebuild</actionName>
<goals>
<goal>clean</goal>
<goal>install</goal>
</goals>
<properties>
<maven.test.skip>false</maven.test.skip>
</properties>
</action>
<action>
<actionName>debug.single.main</actionName>
<goals>
<goal>process-classes</goal>
<goal>org.codehaus.mojo:exec-maven-plugin:1.2:exec</goal>
</goals>
<properties>
<jalopy.skip>true</jalopy.skip>
<exec.classpathScope>${classPathScope}</exec.classpathScope>
<jpda.listen>true</jpda.listen>
<exec.args>-Xdebug -Xrunjdwp:transport=dt_socket,server=n,address=${jpda.address} -classpath %classpath ${packageClassName}</exec.args>
<exec.executable>java</exec.executable>
</properties>
</action>
<action>
<actionName>run.single.main</actionName>
<goals>
<goal>process-classes</goal>
<goal>org.codehaus.mojo:exec-maven-plugin:1.2:exec</goal>
</goals>
<properties>
<exec.classpathScope>${classPathScope}</exec.classpathScope>
<exec.args>-classpath %classpath ${packageClassName}</exec.args>
<jalopy.skip>true</jalopy.skip>
<exec.executable>java</exec.executable>
</properties>
</action>
<action>
<actionName>test</actionName>
<goals>
<goal>test</goal>
</goals>
<properties>
<jalopy.skip>true</jalopy.skip>
</properties>
</action>
<action>
<actionName>test.single</actionName>
<goals>
<goal>test-compile</goal>
<goal>surefire:test</goal>
</goals>
<properties>
<test>${packageClassName}</test>
<jalopy.skip>true</jalopy.skip>
</properties>
</action>
<action>
<actionName>CUSTOM-build-case-insensitve</actionName>
<displayName>Build - case-insensitve</displayName>
<goals>
<goal>clean</goal>
<goal>install</goal>
</goals>
<activatedProfiles>
<activatedProfile>case-insensitive-test-override</activatedProfile>
</activatedProfiles>
</action>
<action>
<actionName>CUSTOM-run-case-insensitive</actionName>
<displayName>Run - case-insensitive</displayName>
<goals>
<goal>process-classes</goal>
<goal>org.codehaus.mojo:exec-maven-plugin:1.2:exec</goal>
</goals>
<properties>
<jalopy.skip>true</jalopy.skip>
<exec.args>-Dcids-server-rest.fscore.caseSensitivityOverride=true -classpath %classpath de.cismet.cids.server.rest.domain.Starter</exec.args>
<exec.executable>java</exec.executable>
<exec.classpathScope>runtime</exec.classpathScope>
</properties>
</action>
<action>
<actionName>CUSTOM-debug-case-insensitive</actionName>
<displayName>Debug - case-insensitive</displayName>
<goals>
<goal>process-classes</goal>
<goal>org.codehaus.mojo:exec-maven-plugin:1.2:exec</goal>
</goals>
<properties>
<jalopy.skip>true</jalopy.skip>
<exec.args>-Xdebug -Xrunjdwp:transport=dt_socket,server=n,address=${jpda.address} -Dcids-server-rest.fscore.caseSensitivityOverride=true -classpath %classpath de.cismet.cids.server.rest.domain.Starter</exec.args>
<exec.executable>java</exec.executable>
<exec.classpathScope>runtime</exec.classpathScope>
<jpda.listen>true</jpda.listen>
</properties>
</action>
</actions>