summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOfir Sonsino <os0695@att.com>2017-12-04 12:12:17 +0000
committerGerrit Code Review <gerrit@onap.org>2017-12-04 12:12:17 +0000
commitca46b75e14e17b81a6b025d58c440bb347efd600 (patch)
tree1ff9774d1f01c2a72a93860b3febfbdec702cd6d
parent88c8ecc64c6cbfc276977f81544d24ae59a42870 (diff)
parent2f872713f1bbe6933d8a56857f90c8bd092e787a (diff)
Merge "Remove MojoHaus Maven plug-in"
-rw-r--r--pom.xml32
1 files changed, 1 insertions, 31 deletions
diff --git a/pom.xml b/pom.xml
index f5e862a49..4b8b9daae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -86,11 +86,7 @@
<build>
<plugins>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>versions-maven-plugin</artifactId>
- <version>1.3.1</version>
- </plugin>
+
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
@@ -115,12 +111,7 @@
</dependency>
</dependencies>
</plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>versions-maven-plugin</artifactId>
- <version>1.3.1</version>
- </plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
@@ -133,27 +124,6 @@
</configuration>
</plugin>
- <!-- license plugin for open source -->
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>license-maven-plugin</artifactId>
- <version>1.9</version>
- <configuration>
- <licenseName>apache_v2</licenseName>
- <inceptionYear>2017</inceptionYear>
- <organizationName>AT&amp;T</organizationName>
- <projectName>VID</projectName>
- <addJavaLicenseAfterPackage>false</addJavaLicenseAfterPackage>
- <processStartTag>========LICENSE_START===========</processStartTag>
- <processEndTag>============LICENSE_END===========</processEndTag>
- <roots>
- <root>src/main/java</root>
- </roots>
- <excludes>
- <exclude>*.png</exclude>
- </excludes>
- </configuration>
- </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>