summaryrefslogtreecommitdiffstats
path: root/dcaedt_be/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'dcaedt_be/pom.xml')
-rw-r--r--dcaedt_be/pom.xml71
1 files changed, 35 insertions, 36 deletions
diff --git a/dcaedt_be/pom.xml b/dcaedt_be/pom.xml
index ca5f8dd..15753cc 100644
--- a/dcaedt_be/pom.xml
+++ b/dcaedt_be/pom.xml
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project
- xmlns="http://maven.apache.org/POM/4.0.0"
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.sdc.dcae-d.dt-be-main</groupId>
@@ -10,7 +9,7 @@
<parent>
<groupId>org.onap.sdc.dcae-d.dt-be-main</groupId>
<artifactId>dcae_dt_be_main</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.3.0-SNAPSHOT</version>
</parent>
<properties>
@@ -124,7 +123,7 @@
<version>4.0.0</version>
<scope>provided</scope>
</dependency>
- </dependencies>
+ </dependencies>
<profiles>
<profile>
<id>local</id>
@@ -152,23 +151,23 @@
</dependencies>
</profile>
<!--<profile>-->
- <!--<id>server</id>-->
- <!--<activation>-->
- <!--<activeByDefault>true</activeByDefault>-->
- <!--</activation>-->
- <!--<dependencies>-->
- <!--<dependency>-->
- <!--<groupId>javax.servlet</groupId>-->
- <!--<artifactId>javax.servlet-api</artifactId>-->
- <!--<version>4.0.0</version>-->
- <!--</dependency>-->
- <!--</dependencies>-->
+ <!--<id>server</id>-->
+ <!--<activation>-->
+ <!--<activeByDefault>true</activeByDefault>-->
+ <!--</activation>-->
+ <!--<dependencies>-->
+ <!--<dependency>-->
+ <!--<groupId>javax.servlet</groupId>-->
+ <!--<artifactId>javax.servlet-api</artifactId>-->
+ <!--<version>4.0.0</version>-->
+ <!--</dependency>-->
+ <!--</dependencies>-->
<!--</profile>-->
<profile>
- <id>docker</id>
+ <id>docker</id>
<build>
- <plugins>
+ <plugins>
<plugin>
<artifactId>maven-clean-plugin</artifactId>
<executions>
@@ -192,27 +191,27 @@
</execution>
</executions>
</plugin>
- <plugin>
+ <plugin>
<artifactId>maven-resources-plugin</artifactId>
<version>3.0.2</version>
<executions>
<execution>
<id>copy-dcae-be-war</id>
<phase>install</phase>
- <goals>
- <goal>copy-resources</goal>
- </goals>
- <configuration>
- <outputDirectory>${project.parent.basedir}/docker/docker_be/target</outputDirectory>
- <resources>
- <resource>
- <directory>${project.basedir}/target</directory>
- <includes>
- <include>dcae.war</include>
- </includes>
- </resource>
- </resources>
- </configuration>
+ <goals>
+ <goal>copy-resources</goal>
+ </goals>
+ <configuration>
+ <outputDirectory>${project.parent.basedir}/docker/docker_be/target</outputDirectory>
+ <resources>
+ <resource>
+ <directory>${project.basedir}/target</directory>
+ <includes>
+ <include>dcae.war</include>
+ </includes>
+ </resource>
+ </resources>
+ </configuration>
</execution>
</executions>
</plugin>
@@ -228,7 +227,7 @@
<pull>
<username>docker</username>
<password>docker</password>
- </pull>
+ </pull>
</authConfig>
<images>
<!-- Build backend image -->
@@ -278,9 +277,9 @@
</execution>
</executions>
</plugin>
- </plugins>
- </build>
- </profile>
+ </plugins>
+ </build>
+ </profile>
</profiles>
<build>