mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Fix sms handler test break
This commit is contained in:
parent
789ee553e6
commit
143816c1e6
@ -12,7 +12,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>transport-mgt</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<name>Entgra IoT - Transport Component</name>
|
||||
<name>Entgra - Transport Management Component</name>
|
||||
<url>http://entgra.io</url>
|
||||
|
||||
<modules>
|
||||
|
||||
@ -31,8 +31,8 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>io.entgra.transport.mgt.sms.handler.api</artifactId>
|
||||
<packaging>war</packaging>
|
||||
<name>Entgra IoT - SMS Management Core</name>
|
||||
<description>Entgra IoT - SMS Management API</description>
|
||||
<name>Entgra - SMS Handler API</name>
|
||||
<description>Entgra - SMS Handler API</description>
|
||||
<url>http://entgra.io</url>
|
||||
|
||||
<build>
|
||||
@ -51,44 +51,6 @@
|
||||
<warName>api#sms-handler#v1.0</warName>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.jacoco</groupId>
|
||||
<artifactId>jacoco-maven-plugin</artifactId>
|
||||
<configuration>
|
||||
<destFile>${basedir}/target/coverage-reports/jacoco-unit.exec</destFile>
|
||||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>jacoco-initialize</id>
|
||||
<goals>
|
||||
<goal>prepare-agent</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>jacoco-site</id>
|
||||
<phase>test</phase>
|
||||
<goals>
|
||||
<goal>report</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<dataFile>${basedir}/target/coverage-reports/jacoco-unit.exec</dataFile>
|
||||
<outputDirectory>${basedir}/target/coverage-reports/site</outputDirectory>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<configuration>
|
||||
<systemPropertyVariables>
|
||||
<log4j.configuration>file:src/test/resources/log4j.properties</log4j.configuration>
|
||||
</systemPropertyVariables>
|
||||
<suiteXmlFiles>
|
||||
<suiteXmlFile>src/test/resources/testng.xml</suiteXmlFile>
|
||||
</suiteXmlFiles>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
@ -123,27 +85,6 @@
|
||||
</plugins>
|
||||
</build>
|
||||
</profile>
|
||||
<profile>
|
||||
<id>client</id>
|
||||
<build>
|
||||
<defaultGoal>test</defaultGoal>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>exec-maven-plugin</artifactId>
|
||||
<version>1.2.1</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<phase>test</phase>
|
||||
<goals>
|
||||
<goal>java</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</profile>
|
||||
</profiles>
|
||||
|
||||
<dependencies>
|
||||
|
||||
@ -31,8 +31,8 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>io.entgra.transport.mgt.sms.handler.common</artifactId>
|
||||
<packaging>bundle</packaging>
|
||||
<name>Entgra IoT - SMS Management Common</name>
|
||||
<description>Entgra IoT - SMS Management Common</description>
|
||||
<name>Entgra - SMS Handler Common</name>
|
||||
<description>Entgra - SMS Handler Common</description>
|
||||
<url>http://entgra.io</url>
|
||||
|
||||
<build>
|
||||
|
||||
@ -31,8 +31,8 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>io.entgra.transport.mgt.sms.handler.core</artifactId>
|
||||
<packaging>bundle</packaging>
|
||||
<name>Entgra IoT - SMS Management Core</name>
|
||||
<description>Entgra IoT - SMS Management Core</description>
|
||||
<name>Entgra - SMS Handler Core</name>
|
||||
<description>Entgra - SMS Handler Core</description>
|
||||
<url>http://entgra.io</url>
|
||||
|
||||
<build>
|
||||
|
||||
@ -31,7 +31,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>sms-handler</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<name>Entgra IoT - SMS Management Component</name>
|
||||
<name>Entgra - SMS Handler Component</name>
|
||||
<url>http://entgra.io</url>
|
||||
|
||||
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>transport-mgt-feature</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<name>Entgra IoT - Transport Feature</name>
|
||||
<name>Entgra - Transport Management Feature</name>
|
||||
<url>http://entgra.io</url>
|
||||
|
||||
<modules>
|
||||
|
||||
@ -32,9 +32,9 @@
|
||||
<artifactId>io.entgra.transport.mgt.sms.handler.api.feature</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<version>4.1.12-SNAPSHOT</version>
|
||||
<name>Entgra IoT - SMS Management API Feature</name>
|
||||
<name>Entgra - SMS Handler API Feature</name>
|
||||
<url>https://entgra.io</url>
|
||||
<description>This feature contains the APIs required for SMS Management</description>
|
||||
<description>This feature contains the APIs required for SMS Handler</description>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
|
||||
@ -32,9 +32,9 @@
|
||||
<artifactId>io.entgra.transport.mgt.sms.handler.server.feature</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<version>4.1.12-SNAPSHOT</version>
|
||||
<name>Entgra IoT - SMS Management Server Feature</name>
|
||||
<name>Entgra - SMS Handler Server Feature</name>
|
||||
<url>https://entgra.io</url>
|
||||
<description>This feature contains the core bundles required for Back-end SMS Management functionality
|
||||
<description>This feature contains the core bundles required for Back-end SMS Handler functionality
|
||||
</description>
|
||||
|
||||
<dependencies>
|
||||
|
||||
@ -31,7 +31,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>sms-handler-feature</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<name>Entgra IoT - SMS Management Feature</name>
|
||||
<name>Entgra - SMS Handler Feature</name>
|
||||
<url>http://entgra.io</url>
|
||||
|
||||
<modules>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user