|
|
@ -43,22 +43,10 @@
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.osgi</groupId>
|
|
|
|
<groupId>org.eclipse.osgi</groupId>
|
|
|
|
<artifactId>org.eclipse.osgi</artifactId>
|
|
|
|
<artifactId>org.eclipse.osgi</artifactId>
|
|
|
|
<exclusions>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<groupId>javax.ws.rs</groupId>
|
|
|
|
|
|
|
|
<artifactId>javax.ws.rs</artifactId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
</exclusions>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.osgi</groupId>
|
|
|
|
<groupId>org.eclipse.osgi</groupId>
|
|
|
|
<artifactId>org.eclipse.osgi.services</artifactId>
|
|
|
|
<artifactId>org.eclipse.osgi.services</artifactId>
|
|
|
|
<exclusions>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<groupId>javax.ws.rs</groupId>
|
|
|
|
|
|
|
|
<artifactId>javax.ws.rs</artifactId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
</exclusions>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.testng</groupId>
|
|
|
|
<groupId>org.testng</groupId>
|
|
|
@ -67,166 +55,68 @@
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.wso2.tomcat</groupId>
|
|
|
|
<groupId>org.wso2.tomcat</groupId>
|
|
|
|
<artifactId>tomcat</artifactId>
|
|
|
|
<artifactId>tomcat</artifactId>
|
|
|
|
<exclusions>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<groupId>javax.ws.rs</groupId>
|
|
|
|
|
|
|
|
<artifactId>javax.ws.rs</artifactId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
</exclusions>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.wso2.tomcat</groupId>
|
|
|
|
<groupId>org.wso2.tomcat</groupId>
|
|
|
|
<artifactId>tomcat-servlet-api</artifactId>
|
|
|
|
<artifactId>tomcat-servlet-api</artifactId>
|
|
|
|
<exclusions>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<groupId>javax.ws.rs</groupId>
|
|
|
|
|
|
|
|
<artifactId>javax.ws.rs</artifactId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
</exclusions>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.wso2.carbon</groupId>
|
|
|
|
<groupId>org.wso2.carbon</groupId>
|
|
|
|
<artifactId>org.wso2.carbon.core</artifactId>
|
|
|
|
<artifactId>org.wso2.carbon.core</artifactId>
|
|
|
|
<exclusions>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<groupId>javax.ws.rs</groupId>
|
|
|
|
|
|
|
|
<artifactId>javax.ws.rs</artifactId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
</exclusions>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.wso2.carbon</groupId>
|
|
|
|
<groupId>org.wso2.carbon</groupId>
|
|
|
|
<artifactId>org.wso2.carbon.logging</artifactId>
|
|
|
|
<artifactId>org.wso2.carbon.logging</artifactId>
|
|
|
|
<exclusions>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<groupId>javax.ws.rs</groupId>
|
|
|
|
|
|
|
|
<artifactId>javax.ws.rs</artifactId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
</exclusions>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.wso2.carbon</groupId>
|
|
|
|
<groupId>org.wso2.carbon</groupId>
|
|
|
|
<artifactId>org.wso2.carbon.utils</artifactId>
|
|
|
|
<artifactId>org.wso2.carbon.utils</artifactId>
|
|
|
|
<exclusions>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<groupId>javax.ws.rs</groupId>
|
|
|
|
|
|
|
|
<artifactId>javax.ws.rs</artifactId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
</exclusions>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.axis2.wso2</groupId>
|
|
|
|
<groupId>org.apache.axis2.wso2</groupId>
|
|
|
|
<artifactId>axis2</artifactId>
|
|
|
|
<artifactId>axis2</artifactId>
|
|
|
|
<exclusions>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<groupId>javax.ws.rs</groupId>
|
|
|
|
|
|
|
|
<artifactId>javax.ws.rs</artifactId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
</exclusions>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.google.code.gson</groupId>
|
|
|
|
<groupId>com.google.code.gson</groupId>
|
|
|
|
<artifactId>gson</artifactId>
|
|
|
|
<artifactId>gson</artifactId>
|
|
|
|
<exclusions>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<groupId>javax.ws.rs</groupId>
|
|
|
|
|
|
|
|
<artifactId>javax.ws.rs</artifactId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
</exclusions>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.wso2.orbit.org.scannotation</groupId>
|
|
|
|
<groupId>org.wso2.orbit.org.scannotation</groupId>
|
|
|
|
<artifactId>scannotation</artifactId>
|
|
|
|
<artifactId>scannotation</artifactId>
|
|
|
|
<exclusions>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<groupId>javax.ws.rs</groupId>
|
|
|
|
|
|
|
|
<artifactId>javax.ws.rs</artifactId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
</exclusions>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>javax.ws.rs</groupId>
|
|
|
|
<groupId>javax.ws.rs</groupId>
|
|
|
|
<artifactId>jsr311-api</artifactId>
|
|
|
|
<artifactId>jsr311-api</artifactId>
|
|
|
|
<exclusions>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<groupId>javax.ws.rs</groupId>
|
|
|
|
|
|
|
|
<artifactId>javax.ws.rs</artifactId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
</exclusions>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.wso2.carbon.devicemgt</groupId>
|
|
|
|
<groupId>org.wso2.carbon.devicemgt</groupId>
|
|
|
|
<artifactId>org.wso2.carbon.apimgt.annotations</artifactId>
|
|
|
|
<artifactId>org.wso2.carbon.apimgt.annotations</artifactId>
|
|
|
|
<exclusions>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<groupId>javax.ws.rs</groupId>
|
|
|
|
|
|
|
|
<artifactId>javax.ws.rs</artifactId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
</exclusions>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.wso2.carbon.governance</groupId>
|
|
|
|
<groupId>org.wso2.carbon.governance</groupId>
|
|
|
|
<artifactId>org.wso2.carbon.governance.api</artifactId>
|
|
|
|
<artifactId>org.wso2.carbon.governance.api</artifactId>
|
|
|
|
<exclusions>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<groupId>javax.ws.rs</groupId>
|
|
|
|
|
|
|
|
<artifactId>javax.ws.rs</artifactId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
</exclusions>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.wso2.carbon.governance</groupId>
|
|
|
|
<groupId>org.wso2.carbon.governance</groupId>
|
|
|
|
<artifactId>org.wso2.carbon.governance.lcm</artifactId>
|
|
|
|
<artifactId>org.wso2.carbon.governance.lcm</artifactId>
|
|
|
|
<exclusions>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<groupId>javax.ws.rs</groupId>
|
|
|
|
|
|
|
|
<artifactId>javax.ws.rs</artifactId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
</exclusions>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>javax.ws.rs</groupId>
|
|
|
|
<groupId>javax.ws.rs</groupId>
|
|
|
|
<artifactId>javax.ws.rs-api</artifactId>
|
|
|
|
<artifactId>javax.ws.rs-api</artifactId>
|
|
|
|
<exclusions>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<groupId>javax.ws.rs</groupId>
|
|
|
|
|
|
|
|
<artifactId>javax.ws.rs</artifactId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
</exclusions>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.wso2.carbon.devicemgt</groupId>
|
|
|
|
<groupId>org.wso2.carbon.devicemgt</groupId>
|
|
|
|
<artifactId>org.wso2.carbon.device.mgt.common</artifactId>
|
|
|
|
<artifactId>org.wso2.carbon.device.mgt.common</artifactId>
|
|
|
|
<exclusions>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<groupId>javax.ws.rs</groupId>
|
|
|
|
|
|
|
|
<artifactId>javax.ws.rs</artifactId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
</exclusions>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.wso2.carbon.apimgt</groupId>
|
|
|
|
<groupId>org.wso2.carbon.apimgt</groupId>
|
|
|
|
<artifactId>org.wso2.carbon.apimgt.api</artifactId>
|
|
|
|
<artifactId>org.wso2.carbon.apimgt.api</artifactId>
|
|
|
|
<scope>provided</scope>
|
|
|
|
<scope>provided</scope>
|
|
|
|
<version>9.0.5</version>
|
|
|
|
|
|
|
|
<exclusions>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<groupId>javax.ws.rs</groupId>
|
|
|
|
|
|
|
|
<artifactId>javax.ws.rs</artifactId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
</exclusions>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.wso2.carbon.apimgt</groupId>
|
|
|
|
<groupId>org.wso2.carbon.apimgt</groupId>
|
|
|
|
<artifactId>org.wso2.carbon.apimgt.impl</artifactId>
|
|
|
|
<artifactId>org.wso2.carbon.apimgt.impl</artifactId>
|
|
|
|
<version>9.0.5</version>
|
|
|
|
|
|
|
|
<scope>provided</scope>
|
|
|
|
<scope>provided</scope>
|
|
|
|
<exclusions>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<groupId>javax.ws.rs</groupId>
|
|
|
|
|
|
|
|
<artifactId>javax.ws.rs</artifactId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
</exclusions>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.h2database.wso2</groupId>
|
|
|
|
<groupId>com.h2database.wso2</groupId>
|
|
|
@ -260,61 +150,75 @@
|
|
|
|
org.wso2.carbon.apimgt.webapp.publisher.*
|
|
|
|
org.wso2.carbon.apimgt.webapp.publisher.*
|
|
|
|
</Export-Package>
|
|
|
|
</Export-Package>
|
|
|
|
<Import-Package>
|
|
|
|
<Import-Package>
|
|
|
|
com.google.gson;version="2.3",com.google.gson.reflect;
|
|
|
|
com.google.gson;version="2.3",
|
|
|
|
version="2.3",io.swagger.annotations,javax.servlet;version="2.6",javax.xml,javax.xml.bind,javax.xml.bind.annotat
|
|
|
|
com.google.gson.reflect;version="2.3",
|
|
|
|
ion,javax.xml.parsers,org.apache.catalina;version="9.0",org.apache.ca
|
|
|
|
io.swagger.annotations,
|
|
|
|
talina.core;version="9.0",org.apache.commons.logging;version="1.2",org.osgi.framework.*;version="${imp.package.version.osgi.framework}",
|
|
|
|
javax.servlet;version="2.6",
|
|
|
|
org.osgi.service.*;version="${imp.package.version.osgi.service}",org.scannotation;version="1.0",org.scannotation.archiveiterator;ve
|
|
|
|
javax.xml,
|
|
|
|
rsion="1.0",org.w3c.dom,org.wso2.carbon.apimgt.annotations.api,org.ws
|
|
|
|
javax.xml.bind,
|
|
|
|
o2.carbon.apimgt.api,org.wso2.carbon.apimgt.api.model,org.wso2.carbon
|
|
|
|
javax.xml.bind.annotation,
|
|
|
|
.apimgt.impl,org.wso2.carbon.apimgt.webapp.publisher,org.wso2.carbon.
|
|
|
|
javax.xml.parsers,
|
|
|
|
apimgt.webapp.publisher.config,org.wso2.carbon.apimgt.webapp.publishe
|
|
|
|
org.apache.catalina;version="9.0",
|
|
|
|
r.dto,org.wso2.carbon.apimgt.webapp.publisher.exception,org.wso2.carb
|
|
|
|
org.apache.catalina.core;version="9.0",
|
|
|
|
on.apimgt.webapp.publisher.lifecycle.listener,org.wso2.carbon.apimgt.
|
|
|
|
org.apache.commons.logging;version="1.2",
|
|
|
|
webapp.publisher.lifecycle.util,org.wso2.carbon.base;version="1.0",or
|
|
|
|
org.osgi.framework.*;version="${imp.package.version.osgi.framework}",
|
|
|
|
g.wso2.carbon.context;version="4.6",org.wso2.carbon.core;version="4.6
|
|
|
|
org.osgi.service.*;version="${imp.package.version.osgi.service}",
|
|
|
|
",org.wso2.carbon.core.util;version="4.6",org.wso2.carbon.registry.co
|
|
|
|
org.scannotation;version="1.0",
|
|
|
|
re.service;version="1.0",org.wso2.carbon.user.api;version="1.0",org.w
|
|
|
|
org.scannotation.archiveiterator;version="1.0",
|
|
|
|
so2.carbon.user.core.service;version="4.6",org.wso2.carbon.user.core.
|
|
|
|
org.w3c.dom,
|
|
|
|
tenant;version="4.6",org.wso2.carbon.utils;version="4.6",org.wso2.car
|
|
|
|
org.wso2.carbon.apimgt.annotations.api,
|
|
|
|
bon.utils.multitenancy;version="4.6"
|
|
|
|
org.wso2.carbon.apimgt.api,
|
|
|
|
|
|
|
|
org.wso2.carbon.apimgt.api.model,
|
|
|
|
|
|
|
|
org.wso2.carbon.apimgt.impl,
|
|
|
|
|
|
|
|
org.wso2.carbon.apimgt.webapp.publisher,
|
|
|
|
|
|
|
|
org.wso2.carbon.apimgt.webapp.publisher.config,
|
|
|
|
|
|
|
|
org.wso2.carbon.apimgt.webapp.publisher.dto,
|
|
|
|
|
|
|
|
org.wso2.carbon.apimgt.webapp.publisher.exception,
|
|
|
|
|
|
|
|
org.wso2.carbon.apimgt.webapp.publisher.lifecycle.listener,
|
|
|
|
|
|
|
|
org.wso2.carbon.apimgt.webapp.publisher.lifecycle.util,
|
|
|
|
|
|
|
|
org.wso2.carbon.base;version="1.0",
|
|
|
|
|
|
|
|
org.wso2.carbon.context;version="4.6",
|
|
|
|
|
|
|
|
org.wso2.carbon.core;version="4.6",
|
|
|
|
|
|
|
|
org.wso2.carbon.core.util;version="4.6",
|
|
|
|
|
|
|
|
org.wso2.carbon.registry.core.service;version="1.0",
|
|
|
|
|
|
|
|
org.wso2.carbon.user.api;version="1.0",
|
|
|
|
|
|
|
|
org.wso2.carbon.user.core.service;version="4.6",
|
|
|
|
|
|
|
|
org.wso2.carbon.user.core.tenant;version="4.6",
|
|
|
|
|
|
|
|
org.wso2.carbon.utils;version="4.6",
|
|
|
|
|
|
|
|
org.wso2.carbon.utils.multitenancy;version="4.6"
|
|
|
|
</Import-Package>
|
|
|
|
</Import-Package>
|
|
|
|
<Embed-Dependency>
|
|
|
|
<Embed-Dependency>
|
|
|
|
<!--javax.ws.rs;scope=compile|runtime;inline=false-->
|
|
|
|
|
|
|
|
jsr311-api;scope=compile|runtime;inline=false
|
|
|
|
jsr311-api;scope=compile|runtime;inline=false
|
|
|
|
<!--scribe;scope=compile|runtime;inline=false;-->
|
|
|
|
|
|
|
|
</Embed-Dependency>
|
|
|
|
</Embed-Dependency>
|
|
|
|
<!--<DynamicImport-Package>*</DynamicImport-Package>-->
|
|
|
|
|
|
|
|
</instructions>
|
|
|
|
</instructions>
|
|
|
|
</configuration>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugin>
|
|
|
|
<!--<plugin>-->
|
|
|
|
<plugin>
|
|
|
|
<!--<groupId>org.jacoco</groupId>-->
|
|
|
|
<groupId>org.jacoco</groupId>
|
|
|
|
<!--<artifactId>jacoco-maven-plugin</artifactId>-->
|
|
|
|
<artifactId>jacoco-maven-plugin</artifactId>
|
|
|
|
<!--<configuration>-->
|
|
|
|
<configuration>
|
|
|
|
<!--<destFile>${basedir}/target/coverage-reports/jacoco-unit.exec</destFile>-->
|
|
|
|
<destFile>${basedir}/target/coverage-reports/jacoco-unit.exec</destFile>
|
|
|
|
<!--</configuration>-->
|
|
|
|
</configuration>
|
|
|
|
<!--<executions>-->
|
|
|
|
<executions>
|
|
|
|
<!--<execution>-->
|
|
|
|
<execution>
|
|
|
|
<!--<id>jacoco-initialize</id>-->
|
|
|
|
<id>jacoco-initialize</id>
|
|
|
|
<!--<goals>-->
|
|
|
|
<goals>
|
|
|
|
<!--<goal>prepare-agent</goal>-->
|
|
|
|
<goal>prepare-agent</goal>
|
|
|
|
<!--</goals>-->
|
|
|
|
</goals>
|
|
|
|
<!--</execution>-->
|
|
|
|
</execution>
|
|
|
|
<!--<execution>-->
|
|
|
|
<execution>
|
|
|
|
<!--<id>jacoco-site</id>-->
|
|
|
|
<id>jacoco-site</id>
|
|
|
|
<!--<phase>test</phase>-->
|
|
|
|
<phase>test</phase>
|
|
|
|
<!--<goals>-->
|
|
|
|
<goals>
|
|
|
|
<!--<goal>report</goal>-->
|
|
|
|
<goal>report</goal>
|
|
|
|
<!--</goals>-->
|
|
|
|
</goals>
|
|
|
|
<!--<configuration>-->
|
|
|
|
<configuration>
|
|
|
|
<!--<dataFile>${basedir}/target/coverage-reports/jacoco-unit.exec</dataFile>-->
|
|
|
|
<dataFile>${basedir}/target/coverage-reports/jacoco-unit.exec</dataFile>
|
|
|
|
<!--<outputDirectory>${basedir}/target/coverage-reports/site</outputDirectory>-->
|
|
|
|
<outputDirectory>${basedir}/target/coverage-reports/site</outputDirectory>
|
|
|
|
<!--</configuration>-->
|
|
|
|
</configuration>
|
|
|
|
<!--</execution>-->
|
|
|
|
</execution>
|
|
|
|
<!--</executions>-->
|
|
|
|
</executions>
|
|
|
|
<!--</plugin>-->
|
|
|
|
</plugin>
|
|
|
|
|
|
|
|
|
|
|
|
</plugins>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
</build>
|
|
|
|
|
|
|
|
|
|
|
|