diff options
author | daniel oeh <daniel.oeh@gmail.com> | 2013-01-10 22:01:15 +0100 |
---|---|---|
committer | daniel oeh <daniel.oeh@gmail.com> | 2013-01-10 22:01:15 +0100 |
commit | 04e292318394d6111b338016798032ecbeaed817 (patch) | |
tree | ed27b3fc0109b79043f736efb543956c82a4f510 | |
parent | 93be98c0ebb089d794879f9c3d01b6bd46440270 (diff) | |
download | AntennaPod-04e292318394d6111b338016798032ecbeaed817.zip |
pom.xml now no longer modifies AndroidManifest.xml
-rw-r--r-- | pom.xml | 14 |
1 files changed, 0 insertions, 14 deletions
@@ -94,13 +94,6 @@ <extensions>true</extensions> <executions> <execution> - <id>manifestUpdate</id> - <phase>process-resources</phase> - <goals> - <goal>manifest-update</goal> - </goals> - </execution> - <execution> <id>alignApk</id> <phase>package</phase> <goals> @@ -199,13 +192,6 @@ </configuration> <executions> <execution> - <id>manifestUpdate</id> - <phase>process-resources</phase> - <goals> - <goal>manifest-update</goal> - </goals> - </execution> - <execution> <id>alignApk</id> <phase>package</phase> <goals> |