Fixing the name of android agent webapp

revert-dabc3590
prabathabey 8 years ago
parent 8620eb912f
commit 23343eb765

@ -46,7 +46,7 @@
<version>2.2</version>
<configuration>
<packagingExcludes>WEB-INF/lib/*cxf*.jar</packagingExcludes>
<warName>${project.artifactId}</warName>
<warName>mdm-android-agent</warName>
</configuration>
</plugin>
</plugins>
@ -72,7 +72,7 @@
<tasks>
<copy todir="${basedir}/../../../repository/deployment/server/webapps" overwrite="true">
<fileset dir="${basedir}/target">
<include name="${project.artifactId}.war" />
<include name="mdm-android-agent.war" />
</fileset>
</copy>
</tasks>

@ -112,8 +112,8 @@
<artifactItems>
<artifactItem>
<groupId>org.wso2.carbon.devicemgt-plugins</groupId>
<artifactId>org.wso2.carbon.device.mgt.mobile.android.api
</artifactId>
<artifactId>org.wso2.carbon.device.mgt.mobile.android.api</artifactId>
<version>${project.version}</version>
<type>war</type>
<overWrite>true</overWrite>
<outputDirectory>${project.build.directory}/maven-shared-archive-resources/webapps/

Loading…
Cancel
Save