revert the implementation 'agent download from github release'

revert-dabc3590
Susinda 8 years ago
parent 286d293ddd
commit 1ebc84450f

@ -35,27 +35,6 @@
<build>
<plugins>
<!--plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
<executions>
<execution>
<id>download-android-agent.apk</id>
<phase>prepare-package</phase>
<goals>
<goal>run</goal>
</goals>
<configuration>
<target>
<get src="https://github.com/wso2/cdmf-agent-android/releases/download/v2.0.0/android-agent-10032017.apk"
dest="${project.basedir}/src/main/resources/jaggeryapps/android-web-agent/app/pages/mdm.page.enrollments.android.download-agent/public/asset/android-agent.apk"
verbose="false"
usetimestamp="true"/>
</target>
</configuration>
</execution>
</executions>
</plugin-->
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.5.5</version>

Loading…
Cancel
Save