File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 215215 <autoReleaseAfterClose >true</autoReleaseAfterClose >
216216 </configuration >
217217 </plugin >
218+ <plugin >
219+ <groupId >org.codehaus.mojo</groupId >
220+ <artifactId >build-helper-maven-plugin</artifactId >
221+ <version >3.3.0</version >
222+ <executions >
223+ <execution >
224+ <id >attach-instrumented-jar</id >
225+ <phase >install</phase >
226+ <goals >
227+ <goal >attach-artifact</goal >
228+ </goals >
229+ <configuration >
230+ <artifacts >
231+ <artifact >
232+ <file >
233+ ${project.build.directory} /admin-template-javax.jar
234+ </file >
235+ <type >jar</type >
236+ <classifier >javax</classifier >
237+ </artifact >
238+ <artifact >
239+ <file >
240+ ${project.build.directory} /admin-template-javax.jar.asc
241+ </file >
242+ <type >jar.asc</type >
243+ <classifier >javax</classifier >
244+ </artifact >
245+ </artifacts >
246+ </configuration >
247+ </execution >
248+ </executions >
249+ </plugin >
218250 <plugin >
219251 <groupId >org.apache.maven.plugins</groupId >
220252 <artifactId >maven-source-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments