diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 39 |
1 files changed, 32 insertions, 7 deletions
@@ -9,7 +9,7 @@ <version>0.1.1</version> <relativePath /> </parent> - + <groupId>org.onap.portal</groupId> <artifactId>onap-portal-parent</artifactId> <version>1.3.0-SNAPSHOT</version> @@ -32,7 +32,7 @@ <hibernate.version>4.3.11.Final</hibernate.version> <fasterxml.version>2.7.4</fasterxml.version> <eelf.version>1.0.0</eelf.version> - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <encoding>UTF-8</encoding> <sonar.language>java</sonar.language> <sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin> @@ -49,9 +49,9 @@ <sonar.java.binaries>.</sonar.java.binaries> </properties> - <!-- Specify the repositories here to avoid coordination of ~/.m2/settings.xml files - among all developers. Also use values (not properties) so oparent can be resolved. - --> + <!-- Specify the repositories here to avoid coordination of ~/.m2/settings.xml + files among all developers. Also use values (not properties) so oparent can + be resolved. --> <repositories> <repository> <id>onap-releases</id> @@ -74,8 +74,8 @@ </repository> </repositories> - <!-- Specify the repositories here to avoid coordination of ~/.m2/settings.xml files - among all developers. --> + <!-- Specify the repositories here to avoid coordination of ~/.m2/settings.xml + files among all developers. --> <pluginRepositories> <pluginRepository> <id>onap-plugin-release</id> @@ -117,6 +117,31 @@ <build> <pluginManagement> <plugins> + <!-- Silence Eclipse m2e warnings --> + <plugin> + <groupId>org.eclipse.m2e</groupId> + <artifactId>lifecycle-mapping</artifactId> + <version>1.0.0</version> + <configuration> + <lifecycleMappingMetadata> + <pluginExecutions> + <pluginExecution> + <pluginExecutionFilter> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-checkstyle-plugin</artifactId> + <versionRange>2.17,)</versionRange> + <goals> + <goal>check</goal> + </goals> + </pluginExecutionFilter> + <action> + <ignore /> + </action> + </pluginExecution> + </pluginExecutions> + </lifecycleMappingMetadata> + </configuration> + </plugin> <plugin> <artifactId>maven-compiler-plugin</artifactId> <version>3.1</version> |