diff -r 115273e5bb77 -r 1b667288ba9c minesweeper/pom.xml --- a/minesweeper/pom.xml Sun Jun 08 09:10:08 2014 +0200 +++ b/minesweeper/pom.xml Sun Jun 08 09:22:48 2014 +0200 @@ -286,11 +286,49 @@ + com.filmon.maven + image-maven-plugin + 1.1 + + + + scale + + + target/res + + + src/main/icons/DukeSweeper.png + drawable-hdpi/ic_launcher.png + 72 + + + src/main/icons/DukeSweeper.png + drawable-mdpi/ic_launcher.png + 48 + + + src/main/icons/DukeSweeper.png + drawable-xhdpi/ic_launcher.png + 96 + + + src/main/icons/DukeSweeper.png + drawable-xxhdpi/ic_launcher.png + 144 + + + + + + + com.jayway.maven.plugins.android.generation2 android-maven-plugin ${android.plugin.version} true + target/res apk false debug