summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorsg481n <sg481n@att.com>2017-08-17 18:20:12 -0400
committersg481n <sg481n@att.com>2017-08-17 18:20:18 -0400
commitcbe48aed808f7fb27e149e7f6003d642e455241c (patch)
tree698873c13fe122648746c304d68b07c873a85d0b /pom.xml
parenteecd303b098fc725cb5aceb638c137f75c821527 (diff)
Update all pom files in aaf inno
Modify pom files and add staging profile id. Issue-id:AAF-23 Change-Id: I5181ba5162549bfecba56e73c70639f2320192d6 Signed-off-by: sg481n <sg481n@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml18
1 files changed, 0 insertions, 18 deletions
diff --git a/pom.xml b/pom.xml
index 4b9b125..2d3ef55 100644
--- a/pom.xml
+++ b/pom.xml
@@ -107,24 +107,6 @@
<target>1.6</target>
</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>