Skip to content

Commit

Permalink
jboss-openshift#37 - add openshift profile to tomcat-websocket-chat q…
Browse files Browse the repository at this point in the history
…uickstart
  • Loading branch information
tremes committed Nov 29, 2017
1 parent 4d73956 commit 9b78b0b
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions tomcat-websocket-chat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,22 @@
given to the generated war, and hence the context root) -->
<finalName>${project.artifactId}</finalName>
</build>

<profiles>
<profile>
<id>openshift</id>
<build>
<plugins>
<plugin>
<artifactId>maven-war-plugin</artifactId>
<version>${version.war.plugin}</version>
<configuration>
<outputDirectory>deployments</outputDirectory>
<warName>ROOT</warName>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>

0 comments on commit 9b78b0b

Please sign in to comment.