Skip to content

Commit

Permalink
Removed inherited plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Mar 5, 2014
1 parent f5f0ad2 commit 8818ba2
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,20 +85,5 @@
<url>http://github.com/forge/roaster</url>
<tag>HEAD</tag>
</scm>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<inherited>true</inherited>
<configuration>
<source>${maven.compiler.source}</source>
<target>${maven.compiler.target}</target>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
</plugins>
</build>
</project>

0 comments on commit 8818ba2

Please sign in to comment.