Skip to content

Commit

Permalink
corrected path in pom
Browse files Browse the repository at this point in the history
  • Loading branch information
zubcevic authored and nbaars committed Jul 14, 2019
1 parent 63a1097 commit 41f2529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webgoat-lessons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
<type>${project.packaging}</type>
</artifactItem>
</artifactItems>
<outputDirectory>../../webgoat-container/src/main/resources/plugin_lessons</outputDirectory>
<outputDirectory>${project.basedir}/../webgoat-container/src/main/resources/plugin_lessons</outputDirectory>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit 41f2529

Please sign in to comment.