summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorChristopher Lott (cl778h) <clott@research.att.com>2017-09-28 16:59:17 -0400
committerChristopher Lott (cl778h) <clott@research.att.com>2017-09-28 17:36:30 -0400
commitde8b8df79c1f0f56d978046a6f5afda05ec72fc4 (patch)
tree9b4c2675207fadf839adad36b1b97358e522666d /pom.xml
parenta3b65e405278eb4b54de869a19b66ed9338dd1a6 (diff)
Update license in non-Java files.
Add logs and properties directory names to .env file. Revise portal_vm_init.sh script to pull and tag onap/cli docker image. Issue: PORTAL-90 Change-Id: I82a371ee9797b3e037ad282538cb48b5620c9709 Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml39
1 files changed, 32 insertions, 7 deletions
diff --git a/pom.xml b/pom.xml
index d8b727d4..0a6a460d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>