summaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--env/pom.xml18
-rw-r--r--log4j/pom.xml19
-rw-r--r--pom.xml18
-rw-r--r--rosetta/pom.xml23
4 files changed, 0 insertions, 78 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>
diff --git a/log4j/pom.xml b/log4j/pom.xml
index f69a4c9..acc11f0 100644
--- a/log4j/pom.xml
+++ b/log4j/pom.xml
@@ -86,25 +86,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>
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>
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>