File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,6 @@ Copyright 2018 Google LLC
3737 <properties >
3838 <maven .compiler.target>1.8</maven .compiler.target>
3939 <maven .compiler.source>1.8</maven .compiler.source>
40- <maven-exec-plugin .version>1.6.0</maven-exec-plugin .version>
4140 </properties >
4241
4342 <dependencies >
@@ -86,7 +85,7 @@ Copyright 2018 Google LLC
8685 <plugin >
8786 <groupId >org.codehaus.mojo</groupId >
8887 <artifactId >exec-maven-plugin</artifactId >
89- <version >${maven-exec-plugin.version} </version >
88+ <version >1.6.0 </version >
9089 <configuration >
9190 <mainClass >com.example.task.CreateTask</mainClass >
9291 <cleanupDaemonThreads >false</cleanupDaemonThreads >
Original file line number Diff line number Diff line change @@ -75,6 +75,17 @@ Copyright 2018 Google LLC
7575
7676 <build >
7777 <sourceDirectory >src/main/java</sourceDirectory >
78+ <plugins >
79+ <plugin >
80+ <groupId >org.codehaus.mojo</groupId >
81+ <artifactId >exec-maven-plugin</artifactId >
82+ <version >1.6.0</version >
83+ <configuration >
84+ <mainClass >com.example.Quickstart</mainClass >
85+ <cleanupDaemonThreads >false</cleanupDaemonThreads >
86+ </configuration >
87+ </plugin >
88+ </plugins >
7889 </build >
7990
8091</project >
You can’t perform that action at this time.
0 commit comments