diff --git a/Dockerfile b/Dockerfile index 06170c82d..c38bb8a64 100755 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,5 @@ FROM tomcat:8.0.20-jre8 # Dummy text to test -COPY target/java-web-app*.war /usr/local/tomcat/webapps/java-web-app.war \ No newline at end of file +#COPY target/java-web-app-docker*.war /usr/local/tomcat/webapps/java-web-app-docker.war +COPY target/java-web-app*.war /usr/local/tomcat/webapps/java-web-app.war + diff --git a/pom.xml b/pom.xml index aa2c2f90f..aa1a5c762 100755 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ war 1.0 - Maven Web Application + Java Web Application http://mithuntechnologies.com Maven Web Project @@ -25,6 +25,11 @@ 1.2.17 UTF-8 UTF-8 + + + http://13.233.166.104:9000/ + admin + Milind@3597 @@ -97,19 +102,21 @@ - - + + nexus Mithun Technologies Releases Nexus Repository - http://13.235.8.113:8081/repository/flipkart-release/ + http://13.53.188.98:8081/repository/java-web-app-Release/ nexus Mithun Technologies Snapshot Nexus Repository - http://13.235.8.113:8081/repository/flipkart-snapshot/ + http://13.53.188.98:8081/repository/java-web-app-Snapshot/ - --> +