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