diff options
Diffstat (limited to 'env')
-rw-r--r-- | env/pom.xml | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/env/pom.xml b/env/pom.xml index 90f92e0..7f9b32d 100644 --- a/env/pom.xml +++ b/env/pom.xml @@ -69,24 +69,6 @@ </dependencies>
<build>
<plugins>
- <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>
|