diff options
author | Ofir Sonsino <os0695@att.com> | 2017-12-04 12:12:17 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-12-04 12:12:17 +0000 |
commit | ca46b75e14e17b81a6b025d58c440bb347efd600 (patch) | |
tree | 1ff9774d1f01c2a72a93860b3febfbdec702cd6d /pom.xml | |
parent | 88c8ecc64c6cbfc276977f81544d24ae59a42870 (diff) | |
parent | 2f872713f1bbe6933d8a56857f90c8bd092e787a (diff) |
Merge "Remove MojoHaus Maven plug-in"
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 32 |
1 files changed, 1 insertions, 31 deletions
@@ -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&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>
|