|
|
|
@ -34,14 +34,6 @@
|
|
|
|
|
<name>WSO2 Connected Device Manager (CDM) - Distribution</name>
|
|
|
|
|
<description>WSO2 Connected Device Manager (CDM) Distribution</description>
|
|
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>javax.el</groupId>
|
|
|
|
|
<artifactId>el-api</artifactId>
|
|
|
|
|
<version>2.2</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
|
|
<build>
|
|
|
|
|
<plugins>
|
|
|
|
|
<plugin>
|
|
|
|
@ -225,21 +217,21 @@
|
|
|
|
|
</configuration>
|
|
|
|
|
</execution>
|
|
|
|
|
|
|
|
|
|
<!-- <execution>
|
|
|
|
|
<id>2-dist</id>
|
|
|
|
|
<phase>package</phase>
|
|
|
|
|
<goals>
|
|
|
|
|
<goal>attached</goal>
|
|
|
|
|
</goals>
|
|
|
|
|
<configuration>
|
|
|
|
|
<filters>
|
|
|
|
|
<filter>${basedir}/src/assembly/filter.properties</filter>
|
|
|
|
|
</filters>
|
|
|
|
|
<descriptors>
|
|
|
|
|
<descriptor>${basedir}/src/assembly/bin.xml</descriptor>
|
|
|
|
|
</descriptors>
|
|
|
|
|
</configuration>
|
|
|
|
|
</execution>-->
|
|
|
|
|
<!-- <execution>
|
|
|
|
|
<id>2-dist</id>
|
|
|
|
|
<phase>package</phase>
|
|
|
|
|
<goals>
|
|
|
|
|
<goal>attached</goal>
|
|
|
|
|
</goals>
|
|
|
|
|
<configuration>
|
|
|
|
|
<filters>
|
|
|
|
|
<filter>${basedir}/src/assembly/filter.properties</filter>
|
|
|
|
|
</filters>
|
|
|
|
|
<descriptors>
|
|
|
|
|
<descriptor>${basedir}/src/assembly/bin.xml</descriptor>
|
|
|
|
|
</descriptors>
|
|
|
|
|
</configuration>
|
|
|
|
|
</execution>-->
|
|
|
|
|
</executions>
|
|
|
|
|
</plugin>
|
|
|
|
|
|
|
|
|
|