POM changes
This commit is contained in:
parent
98a38319eb
commit
cf9a609d6b
@ -9,11 +9,12 @@
|
|||||||
|
|
||||||
# Project target.
|
# Project target.
|
||||||
target=android-15
|
target=android-15
|
||||||
android.library.reference.1=gen-external-apklibs/org.solovyev.android_android-common-core_1.0.0
|
android.library.reference.1=../calculatorpp-service
|
||||||
android.library.reference.2=gen-external-apklibs/org.solovyev.android_android-common-ads_1.0.0
|
android.library.reference.2=gen-external-apklibs/org.solovyev.android_android-common-core_1.0.0
|
||||||
android.library.reference.3=gen-external-apklibs/org.solovyev.android_android-common-view_1.0.0
|
android.library.reference.3=gen-external-apklibs/org.solovyev.android_android-common-ads_1.0.0
|
||||||
android.library.reference.4=gen-external-apklibs/org.solovyev.android_android-common-preferences_1.0.0
|
android.library.reference.4=gen-external-apklibs/org.solovyev.android_android-common-view_1.0.0
|
||||||
android.library.reference.5=gen-external-apklibs/org.solovyev.android_android-common-other_1.0.0
|
android.library.reference.5=gen-external-apklibs/org.solovyev.android_android-common-preferences_1.0.0
|
||||||
android.library.reference.6=gen-external-apklibs/org.solovyev.android_android-common-menu_1.0.0
|
android.library.reference.6=gen-external-apklibs/org.solovyev.android_android-common-other_1.0.0
|
||||||
|
android.library.reference.7=gen-external-apklibs/org.solovyev.android_android-common-menu_1.0.0
|
||||||
|
|
||||||
|
|
||||||
|
24
pom.xml
24
pom.xml
@ -111,28 +111,20 @@
|
|||||||
<plugins>
|
<plugins>
|
||||||
|
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>com.jayway.maven.plugins.android.generation2</groupId>
|
<groupId>com.electriccloud</groupId>
|
||||||
<artifactId>android-maven-plugin</artifactId>
|
<artifactId>javac2-maven-plugin</artifactId>
|
||||||
<extensions>true</extensions>
|
<version>1.0.1</version>
|
||||||
|
|
||||||
<configuration>
|
|
||||||
<manifest>
|
|
||||||
<debuggable>true</debuggable>
|
|
||||||
</manifest>
|
|
||||||
</configuration>
|
|
||||||
|
|
||||||
<executions>
|
<executions>
|
||||||
|
|
||||||
<execution>
|
<execution>
|
||||||
<id>manifestUpdate</id>
|
<id>@NotNull Instrumentation</id>
|
||||||
<phase>process-resources</phase>
|
|
||||||
<goals>
|
<goals>
|
||||||
<goal>manifest-update</goal>
|
<goal>instrument</goal>
|
||||||
</goals>
|
</goals>
|
||||||
|
<!--compile phase instead of process-classes because of proguard.
|
||||||
|
@NotNull instrumentation will be done now after compilation and before proguard-->
|
||||||
|
<phase>compile</phase>
|
||||||
</execution>
|
</execution>
|
||||||
|
|
||||||
</executions>
|
</executions>
|
||||||
|
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
||||||
</plugins>
|
</plugins>
|
||||||
|
Loading…
Reference in New Issue
Block a user