aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorOfir Sonsino <os0695@att.com>2017-12-04 13:56:13 +0200
committerOfir Sonsino <os0695@att.com>2017-12-04 13:59:01 +0200
commit2f872713f1bbe6933d8a56857f90c8bd092e787a (patch)
tree1ff9774d1f01c2a72a93860b3febfbdec702cd6d /pom.xml
parentf32e4ab28de2fcc7adb3ada4ff9721bc9a5bd1a5 (diff)
Remove MojoHaus Maven plug-in
Change-Id: Id1754b53aeb08a4c186ee3e6c6c777f697dfec8d Issue-ID: VID-32 Signed-off-by: Ofir Sonsino <os0695@att.com>
Diffstat (limited to 'pom.xml')
-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>