File tree Expand file tree Collapse file tree 1 file changed +2
-23
lines changed
Expand file tree Collapse file tree 1 file changed +2
-23
lines changed Original file line number Diff line number Diff line change 172172 <target >1.8</target >
173173 </configuration >
174174 </plugin >
175- <plugin >
176- <groupId >org.sonatype.plugins</groupId >
177- <artifactId >nexus-staging-maven-plugin</artifactId >
178- <version >1.6.8</version >
179- <extensions >true</extensions >
180- <configuration >
181- <serverId >sonatype-nexus</serverId >
182- <nexusUrl >https://oss.sonatype.org/</nexusUrl >
183- <autoReleaseAfterClose >true</autoReleaseAfterClose >
184- </configuration >
185- </plugin >
186-
187175 <plugin >
188176 <groupId >org.apache.maven.plugins</groupId >
189177 <artifactId >maven-assembly-plugin</artifactId >
195183 </configuration >
196184 <executions >
197185 <execution >
198- <phase >none </phase >
186+ <phase >package </phase >
199187 <goals >
200- <goal >single </goal >
188+ <goal >attached </goal >
201189 </goals >
202190 </execution >
203191 </executions >
204192 </plugin >
205- <plugin >
206- <artifactId >maven-surefire-plugin</artifactId >
207- <version >2.22.2</version >
208- <configuration >
209- <argLine >
210- -javaagent:src/test/resources/agent.jar
211- </argLine >
212- </configuration >
213- </plugin >
214193 </plugins >
215194 </build >
216195</project >
You can’t perform that action at this time.
0 commit comments