diff options
Diffstat (limited to 'pomba/pom.xml')
-rw-r--r-- | pomba/pom.xml | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/pomba/pom.xml b/pomba/pom.xml index 0cfde48..06e6103 100644 --- a/pomba/pom.xml +++ b/pomba/pom.xml @@ -31,6 +31,12 @@ limitations under the License. <version>1.8.0-SNAPSHOT</version> <packaging>pom</packaging> + <modules> + <module>network-discovery</module> + <module>network-discovery-api</module> + <module>service-decomposition</module> + </modules> + <properties> <!-- Sonar properties --> <sonar.scanner.version>3.7.0.1746</sonar.scanner.version> @@ -45,12 +51,6 @@ limitations under the License. <jacoco.version>0.8.5</jacoco.version> </properties> - <modules> - <module>network-discovery</module> - <module>network-discovery-api</module> - <module>service-decomposition</module> - </modules> - <build> <plugins> <plugin> @@ -165,6 +165,7 @@ limitations under the License. </plugin> </plugins> </build> + <profiles> <profile> <id>nexus-staging</id> |