bat
This commit is contained in:
parent
824a54d6bf
commit
b19a41f99b
|
@ -1 +1 @@
|
||||||
java -jar demo-car-1.0.jar --thin.dryrun
|
java -jar ./target/demo-car-1.0.jar --thin.dryrun --thin.root=target/thin/root
|
|
@ -1 +1 @@
|
||||||
java -jar demo-car-1.0.jar --thin.root=target/thin/root
|
java -jar ./target/demo-car-1.0.jar --thin.root=target/thin/root
|
|
@ -1 +1 @@
|
||||||
java -jar demo-car-1.0.jar --thin.dryrun --thin.root=target/thin/root
|
java -jar ./target/demo-car-1.0.jar
|
13
pom.xml
13
pom.xml
|
@ -24,17 +24,18 @@
|
||||||
<maven.deploy.skip>false</maven.deploy.skip>
|
<maven.deploy.skip>false</maven.deploy.skip>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
|
||||||
<groupId>net.risesoft.demo</groupId>
|
|
||||||
<artifactId>demo-merceds</artifactId>
|
|
||||||
<version>1.0</version>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>net.risesoft.demo</groupId>
|
<groupId>net.risesoft.demo</groupId>
|
||||||
<artifactId>demo-audi</artifactId>
|
<artifactId>demo-audi</artifactId>
|
||||||
<version>1.0</version>
|
<version>1.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
<dependency>
|
||||||
|
<groupId>net.risesoft.demo</groupId>
|
||||||
|
<artifactId>demo-merceds</artifactId>
|
||||||
|
<version>1.0</version>
|
||||||
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
|
Loading…
Reference in New Issue