1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3 <modelVersion>4.0.0</modelVersion>
4 <groupId>org.acumos.federation</groupId>
5 <artifactId>federation-parent</artifactId>
6 <!-- this version is not used -->
8 <packaging>pom</packaging>
9 <name>Federation Parent</name>
11 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
12 <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
15 <!-- Child modules do NOT name this parent. -->
16 <module>gateway</module>
20 <!-- support sonar in multi-module project -->
22 <groupId>org.sonarsource.scanner.maven</groupId>
23 <artifactId>sonar-maven-plugin</artifactId>
24 <version>3.4.0.905</version>
26 <!-- No "skip" configuration for maven-deploy-plugin. Let the pom be deployed
27 to LF Nexus repo, so that the final deploy step finds a file and succeeds. -->