diff options
author | Jorge Hernandez <jh1730@att.com> | 2017-08-24 09:24:33 -0500 |
---|---|---|
committer | Jorge Hernandez <jh1730@att.com> | 2017-08-24 09:27:10 -0500 |
commit | 4dcf676e9aa77702b20edf8d8c236ec87fb1c41b (patch) | |
tree | ec3ef892fff215a32980af10833abbbf27069fd6 /pom.xml | |
parent | 95dafe8eaedf270c639adf0e51481f0172d2b808 (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.xml | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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> |