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 /log4j | |
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 'log4j')
-rw-r--r-- | log4j/pom.xml | 19 |
1 files changed, 0 insertions, 19 deletions
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>
|