1.1 --- a/pom.xml Thu Jul 09 13:57:30 2009 +0200
1.2 +++ b/pom.xml Thu Jul 09 14:00:01 2009 +0200
1.3 @@ -275,46 +275,46 @@
1.4 <version>${masa.version}</version>
1.5 <extensions>true</extensions>
1.6 </plugin>
1.7 -<plugin>
1.8 - <groupId>org.jvending.masa.plugins</groupId>
1.9 - <artifactId>maven-toolchains-plugin</artifactId>
1.10 - <version>${masa.version}</version>
1.11 - <configuration>
1.12 - <toolchains>
1.13 - <android>
1.14 - <version>${android.api}</version>
1.15 - </android>
1.16 - </toolchains>
1.17 - </configuration>
1.18 -</plugin>
1.19 - <plugin>
1.20 - <groupId>com.pyx4me</groupId>
1.21 - <artifactId>proguard-maven-plugin</artifactId>
1.22 -<!-- Skip proguard: it causes the build to fail and we do not need it anyway -->
1.23 -<configuration><skip>true</skip></configuration>
1.24 - </plugin>
1.25 + <plugin>
1.26 + <groupId>org.jvending.masa.plugins</groupId>
1.27 + <artifactId>maven-toolchains-plugin</artifactId>
1.28 + <version>${masa.version}</version>
1.29 + <configuration>
1.30 + <toolchains>
1.31 + <android>
1.32 + <version>${android.api}</version>
1.33 + </android>
1.34 + </toolchains>
1.35 + </configuration>
1.36 + </plugin>
1.37 + <plugin>
1.38 + <groupId>com.pyx4me</groupId>
1.39 + <artifactId>proguard-maven-plugin</artifactId>
1.40 + <!-- Skip proguard: it causes the build to fail and we do not need it anyway -->
1.41 + <configuration><skip>true</skip></configuration>
1.42 + </plugin>
1.43 </plugins>
1.44 </build>
1.45 <profiles>
1.46 - <profile>
1.47 - <id>release</id>
1.48 - <build>
1.49 - <plugins>
1.50 - <plugin>
1.51 - <groupId>org.jvending.masa.plugins</groupId>
1.52 - <artifactId>maven-jarsigner-plugin</artifactId>
1.53 - <version>${masa.version}</version>
1.54 - <configuration>
1.55 + <profile>
1.56 + <id>release</id>
1.57 + <build>
1.58 + <plugins>
1.59 + <plugin>
1.60 + <groupId>org.jvending.masa.plugins</groupId>
1.61 + <artifactId>maven-jarsigner-plugin</artifactId>
1.62 + <version>${masa.version}</version>
1.63 + <configuration>
1.64 <keystore>ambient.keystore</keystore>
1.65 - <alias>ambientcertss</alias>
1.66 - <keypass>${cert.keypass}</keypass>
1.67 - <storepass>${cert.storepass}</storepass>
1.68 - </configuration>
1.69 - </plugin>
1.70 - </plugins>
1.71 - </build>
1.72 - </profile>
1.73 -</profiles>
1.74 + <alias>ambientcertss</alias>
1.75 + <keypass>${cert.keypass}</keypass>
1.76 + <storepass>${cert.storepass}</storepass>
1.77 + </configuration>
1.78 + </plugin>
1.79 + </plugins>
1.80 + </build>
1.81 + </profile>
1.82 + </profiles>
1.83 <!-- Report tools configuration -->
1.84 <reporting>
1.85 <plugins>
1.86 @@ -392,7 +392,6 @@
1.87 </plugin>
1.88 </plugins>
1.89 </reporting>
1.90 -
1.91 <pluginRepositories>
1.92 <pluginRepository>
1.93 <id>baka.pluginRepo</id>
1.94 @@ -407,6 +406,5 @@
1.95 <url>http://baka.sk/maven2</url>
1.96 </repository>
1.97 </repositories>
1.98 -
1.99 </project>
1.100