Correction of the product pom configuration.
Change-Id: I51c84a7703aa7f5e62126b3cf398b7338aa58f35
Signed-off-by: Jonathan Dumont <jonathan.dumont@all4tec.net>
diff --git a/pom.xml b/pom.xml
index 874a484..06844fb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,6 +44,7 @@
<modules>
<module>core</module>
<module>p2</module>
+ <module>releng</module>
</modules>
<!-- REPOSITORIES -->
diff --git a/releng/org.polarsys.esf.product/pom.xml b/releng/org.polarsys.esf.product/pom.xml
index fcdb906..1ca87eb 100644
--- a/releng/org.polarsys.esf.product/pom.xml
+++ b/releng/org.polarsys.esf.product/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.polarsys.esf</groupId>
- <artifactId>esf-parent</artifactId>
+ <artifactId>esf-infra.releng</artifactId>
<version>0.7.0-SNAPSHOT</version>
</parent>
diff --git a/releng/pom.xml b/releng/pom.xml
new file mode 100644
index 0000000..bea4ded
--- /dev/null
+++ b/releng/pom.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+
+ <!-- PROJECT DESCRIPTION -->
+ <parent>
+ <groupId>org.polarsys.esf</groupId>
+ <artifactId>esf-infra</artifactId>
+ <version>0.7.0-SNAPSHOT</version>
+ </parent>
+
+ <groupId>org.polarsys.esf</groupId>
+ <artifactId>esf-infra.releng</artifactId>
+ <packaging>pom</packaging>
+ <name>ESF Releng</name>
+ <description>ESF main releng project</description>
+
+ <!-- MODULES -->
+ <modules>
+ <module>org.polarsys.esf.product</module>
+ </modules>
+
+</project>