Skip to content

Commit 9a40aac

Browse files
author
Emil Forslund
committed
Clean up nbactions.xml
1 parent 0003290 commit 9a40aac

File tree

1 file changed

+20
-47
lines changed

1 file changed

+20
-47
lines changed

nbactions.xml

Lines changed: 20 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,21 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!--
3-
4-
5-
Copyright (c) 2006-2016, Speedment, Inc. All Rights Reserved.
6-
7-
Licensed under the Apache License, Version 2.0 (the "License"); You may not
8-
use this file except in compliance with the License. You may obtain a copy of
9-
the License at:
10-
11-
http://www.apache.org/licenses/LICENSE-2.0
12-
13-
Unless required by applicable law or agreed to in writing, software
14-
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
15-
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
16-
License for the specific language governing permissions and limitations under
17-
the License.
18-
19-
--><actions>
20-
<action>
21-
<actionName>CUSTOM-Deploy Snapshot</actionName>
22-
<displayName>Deploy Snapshot</displayName>
23-
<goals>
24-
<goal>clean</goal>
25-
<goal>deploy</goal>
26-
</goals>
27-
</action>
28-
<action>
29-
<actionName>CUSTOM-Deploy Release</actionName>
30-
<displayName>Deploy Release</displayName>
31-
<goals>
32-
<goal>clean</goal>
33-
<goal>deploy</goal>
34-
<goal>-P</goal>
35-
<goal>release</goal>
36-
</goals>
37-
</action>
38-
<!-- <action>
39-
<actionName>CUSTOM-Deploy</actionName>
40-
<displayName>Deploy</displayName>
41-
<goals>
42-
<goal>mvn</goal>
43-
<goal>clean</goal>
44-
<goal>deploy</goal>
45-
<goal>-Dgpg.passphrase=PoolenÄrVarmIAtherton</goal>
46-
</goals>
47-
</action>-->
48-
</actions>
2+
<actions>
3+
<action>
4+
<actionName>CUSTOM-Deploy Snapshot</actionName>
5+
<displayName>Deploy Snapshot</displayName>
6+
<goals>
7+
<goal>clean</goal>
8+
<goal>deploy</goal>
9+
</goals>
10+
</action>
11+
<action>
12+
<actionName>CUSTOM-Deploy Release</actionName>
13+
<displayName>Deploy Release</displayName>
14+
<goals>
15+
<goal>clean</goal>
16+
<goal>deploy</goal>
17+
<goal>-P</goal>
18+
<goal>release</goal>
19+
</goals>
20+
</action>
21+
</actions>

0 commit comments

Comments
 (0)