summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-widget-ms/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'ecomp-portal-widget-ms/pom.xml')
-rw-r--r--ecomp-portal-widget-ms/pom.xml40
1 files changed, 21 insertions, 19 deletions
diff --git a/ecomp-portal-widget-ms/pom.xml b/ecomp-portal-widget-ms/pom.xml
index a16fc64e..0fa5de70 100644
--- a/ecomp-portal-widget-ms/pom.xml
+++ b/ecomp-portal-widget-ms/pom.xml
@@ -6,30 +6,32 @@
<parent>
<groupId>org.onap.portal</groupId>
<artifactId>onap-portal-parent</artifactId>
- <version>1.3.0</version>
+ <version>2.2</version>
</parent>
<artifactId>widget-ms-parent</artifactId>
<packaging>pom</packaging>
- <modules>
- <module>common-widgets</module>
- <!-- The widget-ms module uses Spring; it cannot name this parent. -->
- <module>widget-ms</module>
- </modules>
+ <modules>
+ <!-- Child modules do NOT name this parent. -->
+ <!-- Defined for build convenience only! -->
+ <!-- This POM names only ONAP projects -->
+ <module>common-widgets</module>
+ <module>widget-ms</module>
+ </modules>
- <build>
- <plugins>
- <!-- No deployment step for this project -->
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-deploy-plugin</artifactId>
- <version>2.8</version>
- <configuration>
- <skip>true</skip>
- </configuration>
- </plugin>
- </plugins>
- </build>
+ <build>
+ <plugins>
+ <!-- No deployment step for this project -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <version>2.8</version>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
</project>