2012-10-20 08:26:34 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2013-07-01 16:06:35 -04:00
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
2012-10-20 08:26:34 -04:00
|
|
|
|
2013-06-14 16:31:49 -04:00
|
|
|
<parent>
|
|
|
|
<groupId>org.solovyev.android</groupId>
|
|
|
|
<artifactId>calculatorpp-parent</artifactId>
|
2013-10-10 15:17:40 -04:00
|
|
|
<version>2.0.1</version>
|
2013-06-14 16:31:49 -04:00
|
|
|
</parent>
|
2012-10-20 08:26:34 -04:00
|
|
|
|
2013-06-14 16:31:49 -04:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2012-10-20 08:26:34 -04:00
|
|
|
|
2013-06-14 16:31:49 -04:00
|
|
|
<groupId>org.solovyev.android</groupId>
|
|
|
|
<artifactId>calculatorpp-android-app</artifactId>
|
|
|
|
<packaging>apk</packaging>
|
|
|
|
<name>Calculator++ Application</name>
|
2012-10-20 08:26:34 -04:00
|
|
|
|
2013-06-14 16:31:49 -04:00
|
|
|
<dependencies>
|
2012-10-20 08:26:34 -04:00
|
|
|
|
2013-06-14 16:31:49 -04:00
|
|
|
<!-- OWN -->
|
2012-10-20 08:26:34 -04:00
|
|
|
|
2013-06-14 16:31:49 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.solovyev.android</groupId>
|
|
|
|
<artifactId>calculatorpp-core</artifactId>
|
|
|
|
</dependency>
|
2012-10-20 08:26:34 -04:00
|
|
|
|
2012-11-30 07:11:31 -05:00
|
|
|
<dependency>
|
2012-11-30 09:07:20 -05:00
|
|
|
<groupId>org.solovyev.android</groupId>
|
2012-11-30 07:16:09 -05:00
|
|
|
<artifactId>calculatorpp-android-app-core</artifactId>
|
2012-11-30 09:07:20 -05:00
|
|
|
<type>apklib</type>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.solovyev.android</groupId>
|
|
|
|
<artifactId>calculatorpp-android-app-widget</artifactId>
|
|
|
|
<type>apklib</type>
|
2012-11-30 07:11:31 -05:00
|
|
|
</dependency>
|
|
|
|
|
2013-06-14 16:31:49 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.solovyev.android</groupId>
|
|
|
|
<artifactId>calculatorpp-android-app-onscreen</artifactId>
|
|
|
|
<type>apklib</type>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.solovyev</groupId>
|
|
|
|
<artifactId>common-core</artifactId>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.solovyev</groupId>
|
|
|
|
<artifactId>common-text</artifactId>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.solovyev.android</groupId>
|
|
|
|
<artifactId>android-common-all</artifactId>
|
|
|
|
<type>apklib</type>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.solovyev</groupId>
|
|
|
|
<artifactId>jscl</artifactId>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!--OTHER-->
|
|
|
|
<dependency>
|
|
|
|
<groupId>ch.acra</groupId>
|
|
|
|
<artifactId>acra</artifactId>
|
|
|
|
<version>4.3.0</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.google.android</groupId>
|
|
|
|
<artifactId>android</artifactId>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.google.android</groupId>
|
|
|
|
<artifactId>support-v4</artifactId>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.actionbarsherlock</groupId>
|
|
|
|
<artifactId>library</artifactId>
|
|
|
|
<type>apklib</type>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>net.sf.opencsv</groupId>
|
|
|
|
<artifactId>opencsv</artifactId>
|
|
|
|
<version>2.0</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.mockito</groupId>
|
|
|
|
<artifactId>mockito-core</artifactId>
|
|
|
|
<version>1.9.0</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.simpleframework</groupId>
|
|
|
|
<artifactId>simple-xml</artifactId>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.google.guava</groupId>
|
|
|
|
<artifactId>guava</artifactId>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>junit</groupId>
|
|
|
|
<artifactId>junit</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
2013-06-17 16:44:44 -04:00
|
|
|
<groupId>org.robolectric</groupId>
|
2013-06-14 16:31:49 -04:00
|
|
|
<artifactId>robolectric</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
<build>
|
|
|
|
|
|
|
|
|
|
|
|
<plugins>
|
|
|
|
|
2013-07-01 08:19:06 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<forkCount>1</forkCount>
|
|
|
|
<reuseForks>false</reuseForks>
|
|
|
|
<excludes>
|
|
|
|
<exclude>org/solovyev/android/calculator/wizard/*.java</exclude>
|
|
|
|
<exclude>org/solovyev/android/calculator/AndroidCalculatorEditorViewTest.java</exclude>
|
|
|
|
</excludes>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
|
2013-06-14 16:31:49 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>com.jayway.maven.plugins.android.generation2</groupId>
|
|
|
|
<artifactId>android-maven-plugin</artifactId>
|
|
|
|
<extensions>true</extensions>
|
|
|
|
<configuration>
|
|
|
|
<manifest>
|
|
|
|
<debuggable>true</debuggable>
|
|
|
|
</manifest>
|
|
|
|
</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>
|
|
|
|
<goal>zipalign</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
|
|
|
|
</plugins>
|
|
|
|
|
|
|
|
</build>
|
|
|
|
|
|
|
|
<profiles>
|
|
|
|
|
|
|
|
<profile>
|
|
|
|
<id>release</id>
|
|
|
|
<!-- via this activation the profile is automatically used when the release is done with the maven release
|
|
|
|
plugin -->
|
|
|
|
<activation>
|
|
|
|
<property>
|
|
|
|
<name>performRelease</name>
|
|
|
|
<value>true</value>
|
|
|
|
</property>
|
|
|
|
</activation>
|
|
|
|
|
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-jarsigner-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>signing</id>
|
|
|
|
<goals>
|
|
|
|
<goal>sign</goal>
|
|
|
|
<goal>verify</goal>
|
|
|
|
</goals>
|
|
|
|
<phase>package</phase>
|
|
|
|
<inherited>true</inherited>
|
|
|
|
|
|
|
|
<configuration>
|
|
|
|
<removeExistingSignatures>true</removeExistingSignatures>
|
|
|
|
<includes>
|
|
|
|
<include>
|
|
|
|
${project.build.directory}/${project.artifactId}-${project.version}.apk
|
|
|
|
</include>
|
|
|
|
</includes>
|
|
|
|
<verbose>true</verbose>
|
|
|
|
</configuration>
|
|
|
|
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
|
|
|
|
<!-- the signed apk then needs to be zipaligned and we activate proguard and we run the manifest
|
|
|
|
update -->
|
|
|
|
<plugin>
|
|
|
|
<groupId>com.jayway.maven.plugins.android.generation2</groupId>
|
|
|
|
<artifactId>android-maven-plugin</artifactId>
|
|
|
|
<inherited>true</inherited>
|
|
|
|
<configuration>
|
|
|
|
|
|
|
|
<sign>
|
|
|
|
<debug>false</debug>
|
|
|
|
</sign>
|
|
|
|
|
|
|
|
<zipalign>
|
|
|
|
<skip>false</skip>
|
|
|
|
<verbose>true</verbose>
|
|
|
|
<inputApk>${project.build.directory}/${project.artifactId}-${project.version}.apk
|
|
|
|
</inputApk>
|
|
|
|
<outputApk>
|
|
|
|
${project.build.directory}/${project.artifactId}-${project.version}-signed-aligned.apk
|
|
|
|
</outputApk>
|
|
|
|
</zipalign>
|
|
|
|
|
|
|
|
<manifest>
|
|
|
|
<debuggable>false</debuggable>
|
|
|
|
<versionCodeAutoIncrement>true</versionCodeAutoIncrement>
|
|
|
|
</manifest>
|
|
|
|
|
|
|
|
<proguard>
|
|
|
|
<skip>false</skip>
|
|
|
|
</proguard>
|
|
|
|
</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>
|
|
|
|
<goal>zipalign</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>build-helper-maven-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<artifacts>
|
|
|
|
<artifact>
|
|
|
|
<file>
|
|
|
|
${project.build.directory}/${project.artifactId}-${project.version}-signed-aligned.apk
|
|
|
|
</file>
|
|
|
|
<type>apk</type>
|
|
|
|
<classifier>signed-aligned</classifier>
|
|
|
|
</artifact>
|
|
|
|
<artifact>
|
|
|
|
<file>${project.build.directory}/proguard/mapping.txt</file>
|
|
|
|
<type>map</type>
|
|
|
|
<classifier>release</classifier>
|
|
|
|
</artifact>
|
|
|
|
</artifacts>
|
|
|
|
</configuration>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>attach-signed-aligned</id>
|
|
|
|
<phase>package</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>attach-artifact</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
|
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
</profile>
|
|
|
|
</profiles>
|
2012-10-20 08:26:34 -04:00
|
|
|
|
|
|
|
|
2012-03-04 13:29:50 -05:00
|
|
|
</project>
|