|
|
|
@ -18,7 +18,8 @@
|
|
|
|
|
~ under the License.
|
|
|
|
|
-->
|
|
|
|
|
|
|
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
|
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
|
|
|
|
|
|
|
|
|
<parent>
|
|
|
|
|
<artifactId>android-plugin</artifactId>
|
|
|
|
@ -52,7 +53,8 @@
|
|
|
|
|
<artifactId>org.wso2.carbon.device.mgt.mobile.android.emulator</artifactId>
|
|
|
|
|
<version>${project.version}</version>
|
|
|
|
|
<overWrite>true</overWrite>
|
|
|
|
|
<outputDirectory>${project.basedir}/src/main/resources/android-tryit/</outputDirectory>
|
|
|
|
|
<outputDirectory>${project.basedir}/src/main/resources/android-tryit/
|
|
|
|
|
</outputDirectory>
|
|
|
|
|
<destFileName>JavaApp.jar</destFileName>
|
|
|
|
|
</artifactItem>
|
|
|
|
|
</artifactItems>
|
|
|
|
@ -68,7 +70,7 @@
|
|
|
|
|
<phase>process-resources</phase>
|
|
|
|
|
<configuration>
|
|
|
|
|
<target>
|
|
|
|
|
<ant antfile="build.xml" target="zip" />
|
|
|
|
|
<ant antfile="build.xml" target="zip"/>
|
|
|
|
|
</target>
|
|
|
|
|
</configuration>
|
|
|
|
|
<goals>
|
|
|
|
|