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
  • Loading branch information
Johannes Eriksson committed Jan 16, 2020
1 parent 6548d61 commit 9fb0f17
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 @@ -111,6 +111,8 @@
<container>
<containerId>tomcat8x</containerId>
</container>
<home>${project.build.directory}/pluto-${pluto.version}</home>
<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 9fb0f17

Please sign in to comment.