We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31ab4be commit 4dfb75fCopy full SHA for 4dfb75f
1 file changed
wrappers/java/pom.xml
@@ -1,9 +1,10 @@
1
+<?xml version="1.0" encoding="utf-8"?>
2
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4
<modelVersion>4.0.0</modelVersion>
5
<groupId>org.openkinect</groupId>
6
<artifactId>freenect</artifactId>
- <version>0.0.1-SNAPSHOT</version>
7
+ <version>1.0</version>
8
9
<dependencies>
10
<dependency>
@@ -38,6 +39,14 @@
38
39
<target>1.6</target>
40
</configuration>
41
</plugin>
42
+ <plugin>
43
+ <artifactId>maven-assembly-plugin</artifactId>
44
+ <configuration>
45
+ <descriptorRefs>
46
+ <descriptorRef>jar-with-dependencies</descriptorRef>
47
+ </descriptorRefs>
48
+ </configuration>
49
+ </plugin>
50
</plugins>
51
</build>
52
</project>
0 commit comments