File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -100,6 +100,13 @@ under the License.
100100 </execution >
101101 </executions >
102102 </plugin >
103+ <plugin >
104+ <groupId >org.apache.maven.plugins</groupId >
105+ <artifactId >maven-install-plugin</artifactId >
106+ <configuration >
107+ <skip >true</skip >
108+ </configuration >
109+ </plugin >
103110 </plugins >
104111 </build >
105112</project >
Original file line number Diff line number Diff line change @@ -100,6 +100,13 @@ under the License.
100100 </execution >
101101 </executions >
102102 </plugin >
103+ <plugin >
104+ <groupId >org.apache.maven.plugins</groupId >
105+ <artifactId >maven-install-plugin</artifactId >
106+ <configuration >
107+ <skip >true</skip >
108+ </configuration >
109+ </plugin >
103110 </plugins >
104111 </build >
105112
You can’t perform that action at this time.
0 commit comments