gather pom.xml
This commit is contained in:
parent
298aa256af
commit
4d52f37b69
|
@ -10,6 +10,7 @@ tmp='./bin/resources'
|
|||
tmp='./target/classes':$tmp
|
||||
tmp='./target/gather_program-0.0.1-SNAPSHOT-jar-with-dependencies-without-resources/*':$tmp
|
||||
|
||||
|
||||
CLASSPATH=$tmp:$CLASSPATH
|
||||
|
||||
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
<groupId>cn.edu.zhanyun</groupId>
|
||||
<artifactId>gather_program</artifactId>
|
||||
<version>0.0.1-SNAPSHOT</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>gather_program</name>
|
||||
<url>http://maven.apache.org</url>
|
||||
|
|
Loading…
Reference in New Issue