Skip to content
This repository was archived by the owner on Apr 15, 2024. It is now read-only.

Commit 9e41cc5

Browse files
committed
omzetting naar maven
1 parent 433e4cf commit 9e41cc5

19 files changed

+44
-1613
lines changed

.gitignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
/nbproject/private/
2-
/dist/
3-
/build/
1+
/target/

build.xml

Lines changed: 0 additions & 73 deletions
This file was deleted.

nbactions.xml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<actions>
3+
<action>
4+
<actionName>build</actionName>
5+
<packagings>
6+
<packaging>*</packaging>
7+
</packagings>
8+
<goals>
9+
<goal>install</goal>
10+
</goals>
11+
<properties>
12+
<skipTests>true</skipTests>
13+
</properties>
14+
</action>
15+
</actions>

0 commit comments

Comments
 (0)