Skip to content

Commit

Permalink
Fixed resource target path and added version to compiler plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
bkielczewski committed Jan 9, 2014
1 parent 02842c5 commit 05c7a0b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<build>
<resources>
<resource>
<targetPath>/webapp</targetPath>
<targetPath>webapp</targetPath>
<directory>src/main/webapp</directory>
</resource>
<resource>
Expand All @@ -89,6 +89,7 @@

<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
Expand Down

0 comments on commit 05c7a0b

Please sign in to comment.