mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Add Android CE agent to the build
This commit is contained in:
parent
a733947c9e
commit
d59ce8260a
@ -46,8 +46,8 @@ class Constants {
|
||||
static final String DOWNLOADED_PLATFORM_NAME = "downloaded.platform.name";
|
||||
static final String TARGET_VERSION = "target.version";
|
||||
static final String OS_TARGET = "os.target";
|
||||
// WSO2 AVD specific variables
|
||||
// Entgra AVD specific variables
|
||||
static final String WSO2_AVD_NAME = "ENTGRA_AVD";
|
||||
static final String APK_LOCATION = File.separator + "resources" + File.separator + "client-debug.apk";
|
||||
static final String APK_LOCATION = File.separator + "resources" + File.separator + "android-agent.apk";
|
||||
static final String WSO2_CONFIG_LOCATION = File.separator + "resources" + File.separator + "config.ini";
|
||||
}
|
||||
|
||||
@ -38,11 +38,6 @@
|
||||
<artifactId>io.entgra.emm.android.agent.release</artifactId>
|
||||
<type>apk</type>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.entgra.emm</groupId>
|
||||
<artifactId>io.entgra.emm.android.agent.debug</artifactId>
|
||||
<type>apk</type>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
@ -79,12 +74,12 @@
|
||||
</artifactItem>
|
||||
<artifactItem>
|
||||
<groupId>io.entgra.emm</groupId>
|
||||
<artifactId>io.entgra.emm.android.agent.debug</artifactId>
|
||||
<artifactId>io.entgra.emm.android.agent.release</artifactId>
|
||||
<type>apk</type>
|
||||
<version>${android.agent.version}</version>
|
||||
<overWrite>true</overWrite>
|
||||
<outputDirectory>${project.basedir}/target/</outputDirectory>
|
||||
<destFileName>client-debug.apk</destFileName>
|
||||
<destFileName>android-agent.apk</destFileName>
|
||||
</artifactItem>
|
||||
</artifactItems>
|
||||
</configuration>
|
||||
|
||||
8
pom.xml
8
pom.xml
@ -1143,12 +1143,6 @@
|
||||
<type>apk</type>
|
||||
<version>${android.agent.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.entgra.emm</groupId>
|
||||
<artifactId>io.entgra.emm.android.agent.debug</artifactId>
|
||||
<type>apk</type>
|
||||
<version>${android.agent.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.google.apis</groupId>
|
||||
<artifactId>google-api-services-androidenterprise</artifactId>
|
||||
@ -1167,7 +1161,7 @@
|
||||
<carbon.devicemgt.plugins.version>5.0.7-SNAPSHOT</carbon.devicemgt.plugins.version>
|
||||
|
||||
<!-- Android Agent Artifact Version-->
|
||||
<android.agent.version>4.0.3</android.agent.version>
|
||||
<android.agent.version>4.0.0</android.agent.version>
|
||||
|
||||
<!-- Java Version Compatibility -->
|
||||
<wso2.maven.compiler.source>1.8</wso2.maven.compiler.source>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user