Copy .jar files on package, not install

git-svn-id: https://zxing.googlecode.com/svn/trunk@2672 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
srowen@gmail.com 2013-04-21 16:28:37 +00:00
parent 3d7367d3e9
commit d245a5cca7
2 changed files with 3 additions and 3 deletions

View file

@ -94,7 +94,7 @@
<executions>
<execution>
<id>copy-androidtest</id>
<phase>install</phase>
<phase>package</phase>
<goals>
<goal>copy</goal>
</goals>

View file

@ -58,7 +58,7 @@
<executions>
<execution>
<id>copy-android</id>
<phase>install</phase>
<phase>package</phase>
<goals>
<goal>copy</goal>
</goals>
@ -77,7 +77,7 @@
</execution>
<execution>
<id>copy-androidtest</id>
<phase>install</phase>
<phase>package</phase>
<goals>
<goal>copy</goal>
</goals>