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>
5 <groupId>org.acumos.federation</groupId>
6 <artifactId>federation-parent</artifactId>
7 <version>1.1.0-SNAPSHOT</version>
8 <packaging>pom</packaging>
10 <name>Federation Parent</name>
13 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
14 <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
18 <!-- Child modules do NOT name this parent. -->
19 <module>gateway</module>
23 <!-- support sonar in multi-module project -->
25 <groupId>org.sonarsource.scanner.maven</groupId>
26 <artifactId>sonar-maven-plugin</artifactId>
27 <version>3.4.0.905</version>
29 <!-- No "skip" configuration for maven-deploy-plugin. Let the pom be deployed
30 to LF Nexus repo, so that the final deploy step finds a file and succeeds. -->