diff options
-rw-r--r-- | xgen/pom.xml | 25 |
1 files changed, 3 insertions, 22 deletions
diff --git a/xgen/pom.xml b/xgen/pom.xml index 2f2e607..45a3bee 100644 --- a/xgen/pom.xml +++ b/xgen/pom.xml @@ -69,29 +69,10 @@ </dependency>
</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>
-
-
+
+ <plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
|