copying jar file to target directory

revert-dabc3590
Nirothipan 8 years ago
parent 558cb57815
commit da6d525d25

@ -41,8 +41,8 @@
<artifactId>maven-dependency-plugin</artifactId> <artifactId>maven-dependency-plugin</artifactId>
<executions> <executions>
<execution> <execution>
<id>EmulatorJava.jar</id> <id>copy-jar</id>
<phase>process-resources</phase> <phase>package</phase>
<goals> <goals>
<goal>copy</goal> <goal>copy</goal>
</goals> </goals>
@ -53,7 +53,7 @@
<artifactId>org.wso2.carbon.device.mgt.mobile.android.emulator</artifactId> <artifactId>org.wso2.carbon.device.mgt.mobile.android.emulator</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
<overWrite>true</overWrite> <overWrite>true</overWrite>
<outputDirectory>${project.basedir}/src/main/resources/android-tryit/ <outputDirectory>${project.basedir}/target/
</outputDirectory> </outputDirectory>
<destFileName>JavaApp.jar</destFileName> <destFileName>JavaApp.jar</destFileName>
</artifactItem> </artifactItem>
@ -67,7 +67,7 @@
<version>${maven-antrun-plugin.version}</version> <version>${maven-antrun-plugin.version}</version>
<executions> <executions>
<execution> <execution>
<phase>process-resources</phase> <phase>package</phase>
<configuration> <configuration>
<target> <target>
<ant antfile="build.xml" target="zip"/> <ant antfile="build.xml" target="zip"/>

Loading…
Cancel
Save