Pom updated to export java source for war packaging
git-svn-id: http://webgoat.googlecode.com/svn/trunk/webgoat@445 4033779f-a91e-0410-96ef-6bf7bf53c507
This commit is contained in:
parent
b68b84fd7d
commit
5f786e77a6
11
pom.xml
11
pom.xml
@ -4,7 +4,7 @@
|
||||
<groupId>webgoat</groupId>
|
||||
<artifactId>webgoat</artifactId>
|
||||
<packaging>war</packaging>
|
||||
<version>5.4-SNAPSHOT</version>
|
||||
<version>5.41-SNAPSHOT</version>
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
@ -13,8 +13,17 @@
|
||||
<url>http://download.java.net/maven/2</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
|
||||
<build>
|
||||
<resources>
|
||||
<resource>
|
||||
<directory>src/main/java</directory>
|
||||
</resource>
|
||||
<resource>
|
||||
<directory>${basedir}/src/main/resources</directory>
|
||||
</resource>
|
||||
</resources>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
|
Loading…
x
Reference in New Issue
Block a user