summaryrefslogtreecommitdiffstats
path: root/rosetta/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'rosetta/pom.xml')
-rw-r--r--rosetta/pom.xml23
1 files changed, 0 insertions, 23 deletions
diff --git a/rosetta/pom.xml b/rosetta/pom.xml
index 0a614ec..72e5013 100644
--- a/rosetta/pom.xml
+++ b/rosetta/pom.xml
@@ -134,25 +134,6 @@
<skip>false</skip>
</configuration>
</plugin>
-
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-javadoc-plugin</artifactId>
- <version>3.0.0-M1</version>
- <configuration>
- <failOnError>false</failOnError>
- </configuration>
- <executions>
- <execution>
- <id>attach-javadocs</id>
- <goals>
- <goal>jar</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
-
-
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
@@ -166,10 +147,6 @@
</execution>
</executions>
</plugin>
-
-
-
-
<!--This plugin's configuration is used to store Eclipse m2e settings
only. It has no influence on the Maven build itself. -->
<plugin>