rename scripts and clean up eclipse warnings 29/8629/1
authorJorge Hernandez <jh1730@att.com>
Thu, 24 Aug 2017 14:24:33 +0000 (09:24 -0500)
committerJorge Hernandez <jh1730@att.com>
Thu, 24 Aug 2017 14:27:10 +0000 (09:27 -0500)
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>
feature-session-persistence/src/test/java/org/onap/policy/drools/persistence/GenSchemaTest.java
packages/base/src/files/bin/monitor [moved from packages/base/src/files/bin/monitor.sh with 100% similarity]
packages/base/src/files/bin/policy [moved from packages/base/src/files/bin/policy.sh with 100% similarity]
packages/base/src/files/etc/cron.d/monitor.cron
pom.xml

index b732172..d1160f2 100755 (executable)
@@ -1 +1 @@
-* * * * * export POLICY_HOME=${{POLICY_HOME}}; ${{POLICY_HOME}}/bin/monitor.sh >/dev/null 2>&1
+* * * * * export POLICY_HOME=${{POLICY_HOME}}; ${{POLICY_HOME}}/bin/monitor >/dev/null 2>&1
diff --git a/pom.xml b/pom.xml
index 0dc78b7..e5fc5c9 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                        <plugin>
                                <groupId>org.sonatype.plugins</groupId>
                                <artifactId>nexus-staging-maven-plugin</artifactId>
-                               <version>1.6.7</version>
                                <extensions>true</extensions>
                                <configuration>
                                        <nexusUrl>${nexusproxy}</nexusUrl>
                        <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>