Fixed the source code reference for the project

git-svn-id: http://webgoat.googlecode.com/svn/branches/webgoat-6.0@488 4033779f-a91e-0410-96ef-6bf7bf53c507
This commit is contained in:
mayhew64@gmail.com
2012-11-20 21:35:41 +00:00
parent 1c5aaffe3c
commit c433fbd28e
2 changed files with 62 additions and 58 deletions

View File

@ -45,6 +45,9 @@
<artifactId>maven-eclipse-plugin</artifactId>
<configuration>
<wtpversion>1.5</wtpversion>
<sourceIncludes>
<sourceInclude>${basedir}/java/**/*.java</sourceInclude>
</sourceIncludes>
</configuration>
</plugin>
<plugin>