Skip to content

Commit

Permalink
fix: serve the java-maven sample under / at least on Tomcat and WildF…
Browse files Browse the repository at this point in the history
…ly (#97)

Signed-off-by: Harikrishnan Balagopal <[email protected]>
  • Loading branch information
HarikrishnanBalagopal authored Jan 15, 2022
1 parent 14cd85f commit a6d1252
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified samples/language-platforms.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion samples/language-platforms/java-maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ limitations under the License.

<packaging>war</packaging>
<build>
<finalName>java-maven</finalName>
<finalName>ROOT</finalName>
<pluginManagement>
<plugins>
<plugin>
Expand Down

0 comments on commit a6d1252

Please sign in to comment.