Skip to content

Commit

Permalink
Fix version substitution so WebGot home directory contains version nu…
Browse files Browse the repository at this point in the history
…mber instead of `@project.version@` in the name (WebGoat#710)
  • Loading branch information
nbaars authored and zubcevic committed Nov 17, 2019
1 parent 5dd6b31 commit 9c0b7f8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 27 deletions.
26 changes: 0 additions & 26 deletions webgoat-container/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,33 +14,7 @@
</parent>

<build>
<resources>
<resource>
<directory>src/main/java</directory>
</resource>
<resource>
<directory>src/main/resources</directory>
<filtering>true</filtering>
<includes>
<include>**/application.properties</include>
</includes>
</resource>
<resource>
<directory>src/main/resources</directory>
</resource>
</resources>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>2.6</version>
<configuration>
<delimiters>
<delimiter>@</delimiter>
</delimiters>
<useDefaultDelimiters>false</useDefaultDelimiters>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ webgoat.start.hsqldb=true
webgoat.server.directory=${user.home}/.webgoat-${webgoat.build.version}/
webgoat.user.directory=${user.home}/.webgoat-${webgoat.build.version}/
webgoat.build.version=@project.version@
webgoat.build.number=@build.number@
webgoat.email=[email protected]
webgoat.emaillist=[email protected]
webgoat.feedback.address=[email protected]
Expand Down

0 comments on commit 9c0b7f8

Please sign in to comment.