Skip to content

Commit

Permalink
removed unused lines fro compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
svenruppert committed Dec 22, 2019
1 parent c281b67 commit f2dee37
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ services:
volumes:
- /var/run/docker.sock:/tmp/docker.sock:ro
- $PWD/:/usr/src/mymaven
# - ~/.m2/settings.xml:/root/.m2/settings.xml
# - ~/.gnupg/:/root/.gnupg/
working_dir: /usr/src/mymaven
# command: 'mvn help:active-profiles
command: 'mvn license:format clean deploy
Expand Down
3 changes: 0 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,10 @@
</modules>

<properties>
<!-- <deploy-repo-url></deploy-repo-url>-->
<!-- <deploy-repo-snapshots-url></deploy-repo-snapshots-url>-->
<jdk.version>1.8</jdk.version>
<!--Vaadin-->
<vaadin-productionMode>false</vaadin-productionMode>
<vaadin-install-nodejs>true</vaadin-install-nodejs>

<undertow.version>2.0.28.Final</undertow.version>
</properties>

Expand Down

0 comments on commit f2dee37

Please sign in to comment.