Merge "Create ZIP with Dmaap DR docker-compose stuff"
authorvarun gudisena <vg411h@att.com>
Fri, 19 Oct 2018 10:48:16 +0000 (10:48 +0000)
committerGerrit Code Review <gerrit@onap.org>
Fri, 19 Oct 2018 10:48:16 +0000 (10:48 +0000)
1  2 
pom.xml

diff --combined pom.xml
+++ b/pom.xml
      <groupId>org.onap.dmaap.datarouter</groupId>
      <artifactId>parent</artifactId>
      <name>dmaap-datarouter</name>
 -    <version>1.0.3-SNAPSHOT</version>
 +    <version>1.0.4-SNAPSHOT</version>
      <packaging>pom</packaging>
      <url>https://github.com/att/DMAAP_DATAROUTER</url>
      <parent>
          <groupId>org.onap.oparent</groupId>
          <artifactId>oparent</artifactId>
 -        <version>1.1.0</version>
 +        <version>1.2.1</version>
      </parent>
      <properties>
          <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@@ -68,6 -68,7 +68,7 @@@
          <module>datarouter-prov</module>
          <module>datarouter-node</module>
          <module>datarouter-subscriber</module>
+         <module>datarouter-docker-compose</module>
      </modules>
      <build>
          <plugins>
                      </execution>
                  </executions>
              </plugin>
 +            <plugin>
 +                <groupId>org.apache.maven.plugins</groupId>
 +                <artifactId>maven-surefire-plugin</artifactId>
 +                <configuration>
 +                    <excludes>
 +                        <exclude>IntegrationSuite.java</exclude>
 +                    </excludes>
 +                </configuration>
 +            </plugin>
          </plugins>
      </build>
      <distributionManagement>