We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc4fb4e commit 98960a8Copy full SHA for 98960a8
1 file changed
pom.xml
@@ -259,15 +259,6 @@
259
<mavenOpts>${argLine}</mavenOpts>
260
</configuration>
261
</plugin>
262
- <plugin>
263
- <groupId>${project.groupId}</groupId>
264
- <artifactId>axis-server-maven-plugin</artifactId>
265
- <version>${project.version}</version>
266
- <configuration>
267
- <!-- Enable the JaCoCo agent. -->
268
- <argLine>${argLine}</argLine>
269
- </configuration>
270
- </plugin>
271
<plugin>
272
<groupId>org.mortbay.jetty</groupId>
273
<artifactId>jetty-maven-plugin</artifactId>
0 commit comments