File tree Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Original file line number Diff line number Diff line change 9898 <groupId >com.mycila</groupId >
9999 <artifactId >license-maven-plugin</artifactId >
100100 </plugin >
101+ <plugin >
102+ <groupId >org.apache.maven.plugins</groupId >
103+ <artifactId >maven-install-plugin</artifactId >
104+ <version >${maven.install.plugin} </version >
105+ <configuration >
106+ <skip >true</skip >
107+ </configuration >
108+ </plugin >
109+ <plugin >
110+ <groupId >org.apache.maven.plugins</groupId >
111+ <artifactId >maven-deploy-plugin</artifactId >
112+ <version >${maven.deploy.plugin} </version >
113+ <configuration >
114+ <skip >true</skip >
115+ </configuration >
116+ </plugin >
101117 </plugins >
102118 </build >
103119</project >
Original file line number Diff line number Diff line change 143143 <skipTests >true</skipTests >
144144 </configuration >
145145 </plugin >
146+ <plugin >
147+ <groupId >org.apache.maven.plugins</groupId >
148+ <artifactId >maven-install-plugin</artifactId >
149+ <version >${maven.install.plugin} </version >
150+ <configuration >
151+ <skip >true</skip >
152+ </configuration >
153+ </plugin >
154+ <plugin >
155+ <groupId >org.apache.maven.plugins</groupId >
156+ <artifactId >maven-deploy-plugin</artifactId >
157+ <version >${maven.deploy.plugin} </version >
158+ <configuration >
159+ <skip >true</skip >
160+ </configuration >
161+ </plugin >
146162 </plugins >
147163 </build >
148164
You can’t perform that action at this time.
0 commit comments