Skip to content

Commit

Permalink
Adding clean plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeweber committed Jan 9, 2013
1 parent 3f60863 commit 68b218e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions android/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@

<android-maven-plugin.version>3.3.3-SNAPSHOT</android-maven-plugin.version>
<maven-enforcer-plugin.version>1.2</maven-enforcer-plugin.version>
<maven-clean-plugin.version>2.5</maven-clean-plugin.version>
<maven-compiler-plugin.version>2.3.2</maven-compiler-plugin.version>
<maven-jarsigner-plugin.version>1.2</maven-jarsigner-plugin.version>
<native-maven-plugin.version>1.0-alpha-7</native-maven-plugin.version>
Expand Down Expand Up @@ -65,6 +66,11 @@
<artifactId>maven-enforcer-plugin</artifactId>
<version>${maven-enforcer-plugin.version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clean-plugin</artifactId>
<version>${maven-clean-plugin.version}</version>
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>${maven-compiler-plugin.version}</version>
Expand Down

0 comments on commit 68b218e

Please sign in to comment.