Skip to content

Commit

Permalink
Set container home to downloaded pluto to avoid triggering Tomcat dow…
Browse files Browse the repository at this point in the history
…nload (#176)

* Set container home to downloaded pluto to avoid triggering Tomcat download
  • Loading branch information
Johannes Eriksson authored and mehdi-vaadin committed Jan 17, 2020
1 parent 6548d61 commit 3b90d27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vaadin-portlet-integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,9 @@
<configuration>
<container>
<containerId>tomcat8x</containerId>
<home>${project.build.directory}/pluto-${pluto.version}</home>
</container>
<type>existing</type>
<!-- Set an empty deployer so that cargo does not try to add the
current project's artifact to the container (as this was already
done by maven) -->
Expand Down

0 comments on commit 3b90d27

Please sign in to comment.