|
|
@ -23,7 +23,7 @@
|
|
|
|
<groupId>io.entgra.community</groupId>
|
|
|
|
<groupId>io.entgra.community</groupId>
|
|
|
|
<artifactId>community-parent</artifactId>
|
|
|
|
<artifactId>community-parent</artifactId>
|
|
|
|
<version>5.0.1-SNAPSHOT</version>
|
|
|
|
<version>5.0.1-SNAPSHOT</version>
|
|
|
|
<relativePath>../pom.xml</relativePath>
|
|
|
|
<relativePath>${basedir}/pom.xml</relativePath>
|
|
|
|
</parent>
|
|
|
|
</parent>
|
|
|
|
|
|
|
|
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
@ -40,6 +40,12 @@
|
|
|
|
<groupId>org.wso2.carbon.devicemgt</groupId>
|
|
|
|
<groupId>org.wso2.carbon.devicemgt</groupId>
|
|
|
|
<artifactId>org.wso2.carbon.device.mgt.oauth.extensions</artifactId>
|
|
|
|
<artifactId>org.wso2.carbon.device.mgt.oauth.extensions</artifactId>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.wso2.am</groupId>
|
|
|
|
|
|
|
|
<artifactId>am-parent</artifactId>
|
|
|
|
|
|
|
|
<version>${wso2am-nexus-artifact-version}</version>
|
|
|
|
|
|
|
|
<type>zip</type>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
|
|
|
|
<build>
|
|
|
|
<build>
|
|
|
@ -56,19 +62,7 @@
|
|
|
|
</goals>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<configuration>
|
|
|
|
<target name="check-pack">
|
|
|
|
<target name="check-pack">
|
|
|
|
<available file="${wso2am}.zip" property="pack.exists" />
|
|
|
|
<available file="${user.home}/.m2/repository/org/wso2/am/am-parent/4.0.0/am-parent-${wso2am-nexus-artifact-version}.zip" property="pack.exists" />
|
|
|
|
</target>
|
|
|
|
|
|
|
|
</configuration>
|
|
|
|
|
|
|
|
</execution>
|
|
|
|
|
|
|
|
<execution>
|
|
|
|
|
|
|
|
<id>download-pack</id>
|
|
|
|
|
|
|
|
<phase>process-resources</phase>
|
|
|
|
|
|
|
|
<goals>
|
|
|
|
|
|
|
|
<goal>run</goal>
|
|
|
|
|
|
|
|
</goals>
|
|
|
|
|
|
|
|
<configuration>
|
|
|
|
|
|
|
|
<target name="download-pack" unless="pack.exists">
|
|
|
|
|
|
|
|
<get src="${wso2am-download-url}" dest="${basedir}" verbose="false" usetimestamp="true" />
|
|
|
|
|
|
|
|
</target>
|
|
|
|
</target>
|
|
|
|
</configuration>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</execution>
|
|
|
@ -80,7 +74,7 @@
|
|
|
|
</goals>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<configuration>
|
|
|
|
<target name="extract-pack">
|
|
|
|
<target name="extract-pack">
|
|
|
|
<unzip src="${wso2am}.zip" dest="target" overwrite="true" />
|
|
|
|
<unzip src="${user.home}/.m2/repository/org/wso2/am/am-parent/4.0.0/am-parent-${wso2am-nexus-artifact-version}.zip" dest="target" overwrite="true" />
|
|
|
|
</target>
|
|
|
|
</target>
|
|
|
|
</configuration>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</execution>
|
|
|
|