Mercurial > lada > lada-server
comparison Dockerfile @ 1345:883ab3a6f525 tip
changed version to 2.7-SNAPSHOT after release2.6.2 for default branch
author | Marco Lechner, Bundesamt fuer Strahlenschutz, SW 2.1 <mlechner@bfs.de> |
---|---|
date | Fri, 07 Apr 2017 11:14:37 +0200 |
parents | 523c4a436896 |
children |
comparison
equal
deleted
inserted
replaced
1343:f9feea63d6e9 | 1345:883ab3a6f525 |
---|---|
74 RUN rm $JBOSS_HOME/standalone/configuration/standalone_xml_history/current/* | 74 RUN rm $JBOSS_HOME/standalone/configuration/standalone_xml_history/current/* |
75 | 75 |
76 # | 76 # |
77 # Build and deploy LADA-server | 77 # Build and deploy LADA-server |
78 # | 78 # |
79 ENV LADA_VERSION 2.6.2 | 79 ENV LADA_VERSION 2.7-SNAPSHOT |
80 RUN mvn clean compile package && \ | 80 RUN mvn clean compile package && \ |
81 mv target/lada-server-$LADA_VERSION.war \ | 81 mv target/lada-server-$LADA_VERSION.war \ |
82 $JBOSS_HOME/standalone/deployments && \ | 82 $JBOSS_HOME/standalone/deployments && \ |
83 touch $JBOSS_HOME/standalone/deployments/lada-server-$LADA_VERSION.war.dodeploy | 83 touch $JBOSS_HOME/standalone/deployments/lada-server-$LADA_VERSION.war.dodeploy |
84 | 84 |