petclinic-uncached

fixed docker run script

4/4/2019 12:19:26 AM

Changes

pom.xml 4(+2 -2)

run.sh 2(+1 -1)

Details

pom.xml 4(+2 -2)

diff --git a/pom.xml b/pom.xml
index 6fdc4d1..afcf49b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -159,7 +159,7 @@
 
       <!-- Spring Boot Actuator displays build-related information if a git.properties
         file is present at the classpath -->
-      <plugin>
+<!--       <plugin>
         <groupId>pl.project13.maven</groupId>
         <artifactId>git-commit-id-plugin</artifactId>
         <executions>
@@ -177,7 +177,7 @@
           </generateGitPropertiesFilename>
           <failOnNoGitDirectory>false</failOnNoGitDirectory>
         </configuration>
-      </plugin>
+      </plugin> -->
 
       <plugin>
         <groupId>ro.isdc.wro4j</groupId>

run.sh 2(+1 -1)

diff --git a/run.sh b/run.sh
index 616434f..40acd91 100644
--- a/run.sh
+++ b/run.sh
@@ -4,4 +4,4 @@ if [ ! -e compiled ]; then
 	mvn clean install -DskipTests
 	touch compiled
 fi
-mvn tomcat7:run
+java -jar target/*.jar