Try directly activating release profile and don't release android, androidtest as part of library release

This commit is contained in:
Sean Owen 2014-04-18 12:39:23 +01:00
parent 7d878d701e
commit a63034d4c5

View file

@ -212,6 +212,7 @@
<configuration>
<mavenExecutorId>forked-path</mavenExecutorId>
<tagNameFormat>zxing-@{project.version}</tagNameFormat>
<releaseProfiles>release,!build-android</releaseProfiles>
<goals>deploy</goals>
</configuration>
</plugin>
@ -517,13 +518,7 @@
</modules>
</profile>
<profile>
<id>release-sign-artifacts</id>
<activation>
<property>
<name>performRelease</name>
<value>true</value>
</property>
</activation>
<id>release</id>
<build>
<plugins>
<plugin>