aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/pom.xml')
-rw-r--r--runtime/pom.xml23
1 files changed, 0 insertions, 23 deletions
diff --git a/runtime/pom.xml b/runtime/pom.xml
index ceb3c8462..8ad73f457 100644
--- a/runtime/pom.xml
+++ b/runtime/pom.xml
@@ -11,27 +11,4 @@
<artifactId>runtime</artifactId>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-javadoc-plugin</artifactId>
- <configuration>
- </configuration>
- <executions>
- <execution>
- <id>javadoc</id>
- <phase>package</phase>
- <goals>
- <goal>javadoc</goal>
- </goals>
- <configuration>
- <source>8</source>
- </configuration>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
-
</project>