File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
12<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
23 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
34 <modelVersion >4.0.0</modelVersion >
45 <groupId >org.openkinect</groupId >
56 <artifactId >freenect</artifactId >
6- <version >0.0.1-SNAPSHOT </version >
7+ <version >1.0 </version >
78
89 <dependencies >
910 <dependency >
3839 <target >1.6</target >
3940 </configuration >
4041 </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 >
4150 </plugins >
4251 </build >
4352</project >
You can’t perform that action at this time.
0 commit comments