mirror of
https://github.com/zxing/zxing.git
synced 2025-02-02 05:41:08 -08:00
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:
parent
3d7367d3e9
commit
d245a5cca7
|
@ -94,7 +94,7 @@
|
|||
<executions>
|
||||
<execution>
|
||||
<id>copy-androidtest</id>
|
||||
<phase>install</phase>
|
||||
<phase>package</phase>
|
||||
<goals>
|
||||
<goal>copy</goal>
|
||||
</goals>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue