aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJorge Hernandez <jh1730@att.com>2017-08-24 09:24:33 -0500
committerJorge Hernandez <jh1730@att.com>2017-08-24 09:27:10 -0500
commit4dcf676e9aa77702b20edf8d8c236ec87fb1c41b (patch)
treeec3ef892fff215a32980af10833abbbf27069fd6 /pom.xml
parent95dafe8eaedf270c639adf0e51481f0172d2b808 (diff)
rename scripts and clean up eclipse warnings
rename scripts to follow convention that executable scripts should not have file extensions. clean up some warnings in eclipse Issue-ID: POLICY-162 Change-Id: I82be87925c3a8264381795535d33cee04924ae92 Signed-off-by: Jorge Hernandez <jh1730@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 0dc78b76..e5fc5c9e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -197,7 +197,6 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
- <version>1.6.7</version>
<extensions>true</extensions>
<configuration>
<nexusUrl>${nexusproxy}</nexusUrl>
@@ -208,7 +207,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
- <version>2.8</version> <!-- This version supports the "deployAtEnd" parameter -->
<configuration>
<skip />
</configuration>