Merge "Fix docker image name"
authorSteven Blimkie <Steven.Blimkie@amdocs.com>
Fri, 23 Mar 2018 13:13:10 +0000 (13:13 +0000)
committerGerrit Code Review <gerrit@onap.org>
Fri, 23 Mar 2018 13:13:10 +0000 (13:13 +0000)
1  2 
champ-service/pom.xml

diff --combined champ-service/pom.xml
@@@ -32,6 -32,7 +32,7 @@@ limitations under the License
      <groupId>org.onap.aai</groupId>
      <artifactId>champ-service</artifactId>
      <version>1.2.0-SNAPSHOT</version>
+     <name>champ</name>
  
      <properties>
          <runAjscHome>${basedir}/target/swm/package/nix/dist_files${distFilesRoot}</runAjscHome>
              <version>1.18.6</version>
          </dependency>
  
 -        <!-- AJSC Dependencies -->
          <dependency>
              <groupId>dom4j</groupId>
              <artifactId>dom4j</artifactId>
              <version>1.6.1</version>
              <scope>provided</scope>
          </dependency>
 +
          <dependency>
              <groupId>com.att.aft</groupId>
              <artifactId>dme2</artifactId>
@@@ -75,6 -76,7 +76,6 @@@
              <scope>provided</scope>
          </dependency>
  
 -        <!--Adding this dependency explicit.-->
          <dependency>
              <groupId>org.json</groupId>
              <artifactId>json</artifactId>
              <version>${org.apache.httpcomponents.httpclient.version}</version>
          </dependency>
  
 -        <!-- Champ graph database library. -->
          <dependency>
              <groupId>org.onap.aai</groupId>
              <artifactId>champ-core</artifactId>
                      </execution>
                  </executions>
              </plugin>
 -
 +            <plugin>
 +                <groupId>org.apache.maven.plugins</groupId>
 +                <artifactId>maven-deploy-plugin</artifactId>
 +                <configuration>
 +                    <skip>true</skip>
 +                </configuration>
 +            </plugin>
                        <!--
              <plugin>
                  <groupId>com.mycila</groupId>
                  <configuration>
                      <verbose>true</verbose>
                      <serverId>docker-hub</serverId>
-                     <imageName>${docker.push.registry}/onap/${project.artifactId}</imageName>
+                     <imageName>${docker.push.registry}/onap/${project.name}</imageName>
                      <dockerDirectory>${docker.location}</dockerDirectory>
                      <imageTags>
                          <imageTag>latest</imageTag>
                      <forceTags>true</forceTags>
                  </configuration>
              </plugin>
 -
              <plugin>
                  <groupId>org.jacoco</groupId>
                  <artifactId>jacoco-maven-plugin</artifactId>