Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
removed duplicate plugin
  • Loading branch information
dann committed Mar 2, 2010
1 parent 34f6a07 commit de5fe42
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions pom.xml
Expand Up @@ -142,6 +142,9 @@
<locales>
<locale>en_US</locale>
</locales>
<encoding>UTF-8</encoding>
<resourceBundlePath>${project.basedir}/src/main/locales/{locale}</resourceBundlePath>
<mergeResourceBundle>true</mergeResourceBundle>
<updateSecuritySandbox>true</updateSecuritySandbox>
<configurationReport>true</configurationReport>
<includeAsClasses>
Expand All @@ -152,16 +155,6 @@
</configuration>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<inherited>false</inherited>
<version>2.1</version>
<configuration>
<templateDirectory>src/site</templateDirectory>
</configuration>
</plugin>

<plugin>
<groupId>com.google.code.maven-license-plugin</groupId>
<artifactId>maven-license-plugin</artifactId>
Expand Down Expand Up @@ -242,13 +235,15 @@
<scope>test</scope>
</dependency>

<!--
<dependency>
<groupId>org.sonatype.flexmojos</groupId>
<artifactId>flexmojos-unittest-support</artifactId>
<version>${flexmojos.version}</version>
<type>swc</type>
<scope>test</scope>
</dependency>
-->
</dependencies>

<repositories>
Expand Down

0 comments on commit de5fe42

Please sign in to comment.