Skip to content

Commit dc01a9e

Browse files
committed
Fix rtyley#79 - Specify a version for maven-resources-plugin
Latest version I see in Maven Central (v2.6) seems to work? $ java -version java version "1.7.0_09" OpenJDK Runtime Environment (IcedTea7 2.3.4) (7u9-2.3.4-0ubuntu1.12.10.1) OpenJDK 64-Bit Server VM (build 23.2-b09, mixed mode) $ mvn clean install ... [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 2:04.906s [INFO] Finished at: Fri Feb 01 09:00:17 GMT 2013 [INFO] Final Memory: 55M/690M [INFO] ------------------------------------------------------------------------ Maven 3.0.4, Ubuntu 12.10 Not sure how this affects issue rtyley#78 but the manifest at ./agit/target/filtered-manifest/AndroidManifest.xml has the value 'android:versionCode="130200108"' which is fine... rtyley#78 rtyley#79
1 parent eeee83c commit dc01a9e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

agit/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,9 @@
164164
</resources>
165165
<plugins>
166166
<plugin>
167+
<groupId>org.apache.maven.plugins</groupId>
167168
<artifactId>maven-resources-plugin</artifactId>
169+
<version>2.6</version>
168170
<executions>
169171
<execution>
170172
<phase>initialize</phase>

0 commit comments

Comments
 (0)