Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'jetty-jspc-maven-plugin/pom.xml')
-rw-r--r--jetty-jspc-maven-plugin/pom.xml58
1 files changed, 0 insertions, 58 deletions
diff --git a/jetty-jspc-maven-plugin/pom.xml b/jetty-jspc-maven-plugin/pom.xml
index 1c267893ea..0e8e8197cb 100644
--- a/jetty-jspc-maven-plugin/pom.xml
+++ b/jetty-jspc-maven-plugin/pom.xml
@@ -35,64 +35,6 @@
</execution>
</executions>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-javadoc-plugin</artifactId>
- <configuration>
- <tags>
- <tag>
- <name>phase</name>
- <placement>t</placement>
- <head>Phase:</head>
- </tag>
- <tag>
- <name>goal</name>
- <placement>t</placement>
- <head>Goal:</head>
- </tag>
- <tag>
- <name>description</name>
- <placement>a</placement>
- <head>Description:</head>
- </tag>
- <tag>
- <name>parameter</name>
- <placement>f</placement>
- <head>Parameter:</head>
- </tag>
- <tag>
- <name>required</name>
- <placement>f</placement>
- <head>Required:</head>
- </tag>
- <tag>
- <name>readonly</name>
- <placement>f</placement>
- <head>Read-Only:</head>
- </tag>
- <tag>
- <name>execute</name>
- <placement>X</placement>
- <head />
- </tag>
- <tag>
- <name>requiresDependencyResolution</name>
- <placement>X</placement>
- <head />
- </tag>
- <tag>
- <name>requiresProject</name>
- <placement>X</placement>
- <head />
- </tag>
- <tag>
- <name>threadSafe</name>
- <placement>X</placement>
- <head />
- </tag>
- </tags>
- </configuration>
- </plugin>
</plugins>
</build>
<dependencies>

Back to the top