diff options
author | sg481n <sg481n@att.com> | 2017-08-17 18:20:12 -0400 |
---|---|---|
committer | sg481n <sg481n@att.com> | 2017-08-17 18:20:18 -0400 |
commit | cbe48aed808f7fb27e149e7f6003d642e455241c (patch) | |
tree | 698873c13fe122648746c304d68b07c873a85d0b /rosetta/pom.xml | |
parent | eecd303b098fc725cb5aceb638c137f75c821527 (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 'rosetta/pom.xml')
-rw-r--r-- | rosetta/pom.xml | 23 |
1 files changed, 0 insertions, 23 deletions
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>
|