File tree 2 files changed +12
-2
lines changed
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
37
37
<properties >
38
38
<maven .compiler.target>1.8</maven .compiler.target>
39
39
<maven .compiler.source>1.8</maven .compiler.source>
40
- <maven-exec-plugin .version>1.6.0</maven-exec-plugin .version>
41
40
</properties >
42
41
43
42
<dependencies >
@@ -86,7 +85,7 @@ Copyright 2018 Google LLC
86
85
<plugin >
87
86
<groupId >org.codehaus.mojo</groupId >
88
87
<artifactId >exec-maven-plugin</artifactId >
89
- <version >${maven-exec-plugin.version} </version >
88
+ <version >1.6.0 </version >
90
89
<configuration >
91
90
<mainClass >com.example.task.CreateTask</mainClass >
92
91
<cleanupDaemonThreads >false</cleanupDaemonThreads >
Original file line number Diff line number Diff line change @@ -75,6 +75,17 @@ Copyright 2018 Google LLC
75
75
76
76
<build >
77
77
<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 >
78
89
</build >
79
90
80
91
</project >
You can’t perform that action at this time.
0 commit comments