diff options
author | sg481n <sg481n@att.com> | 2017-08-17 12:46:54 -0400 |
---|---|---|
committer | sg481n <sg481n@att.com> | 2017-08-17 13:00:39 -0400 |
commit | 8b4e9f1341e23b5e75b982876b1993f7d29d0a3e (patch) | |
tree | 525237559389d6810de3496f1b9dbe69755e2713 | |
parent | a821bc9096b8ef69134af485f268b755041e8230 (diff) |
Update xgen project pom file in aaf/inno
Modify pom file and remove javadoc plugin which causing
deploy artifacts.
Issue-id: AAF-23
Change-Id: I4738c30e2c3a73e9994e48515bd9142001fb92fd
Signed-off-by: sg481n <sg481n@att.com>
-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>
|