From fd7eb2d478674ae0922abee899d784441c7f3487 Mon Sep 17 00:00:00 2001 From: Ram Krishna Verma Date: Mon, 10 Feb 2020 11:29:12 -0500 Subject: Update info yaml & pom of policy/gui Issue-ID: POLICY-2334 Change-Id: I8692951b2ea760b3fa531ce63e8907392fcbacac Signed-off-by: Ram Krishna Verma --- INFO.yaml | 41 ++++++++++++++++++++++++++++++++-- pom.xml | 77 ++++----------------------------------------------------------- 2 files changed, 43 insertions(+), 75 deletions(-) diff --git a/INFO.yaml b/INFO.yaml index 855921c..0e2de92 100644 --- a/INFO.yaml +++ b/INFO.yaml @@ -13,6 +13,10 @@ issue_tracking: type: 'jira' url: 'https://jira.onap.org/projects/POLICY' key: 'POLICY' +mailing_list: + type: 'groups.io' + url: 'lists.onap.org' + tag: '<[sub-project_name]>' meetings: - type: 'zoom' agenda: 'https://wiki.onap.org/pages/viewpage.action?pageId=6589781' @@ -21,17 +25,50 @@ meetings: channel: 'n/a' repeats: 'weekly' time: '13:00 UTC' +repositories: + - 'policy-apex-pdp' + - 'policy-api' + - 'policy-common' + - 'policy-core' + - 'policy-distribution' + - 'policy-docker' + - 'policy-drools-applications' + - 'policy-drools-pdp' + - 'policy-engine' + - 'policy-gui' + - 'policy-models' + - 'policy-oom' + - 'policy-pap' + - 'policy-parent' + - 'policy-pdp' + - 'policy-xacml-pdp' committers: - <<: *onap_releng_ptl - name: 'Jorge Hernandez' - email: 'jh1730@att.com' + email: 'jorge.hernandez-herrero@att.com' company: 'ATT' id: 'jhh' timezone: 'America/Illinois' - name: 'Liam Fallon' - email: 'liam.fallon@ericsson.com' + email: 'liam.fallon@est.tech' company: 'Ericsson' id: 'liamfallon' timezone: 'Europe/Ireland' + - name: 'Jim Hahn' + email: 'jrh3@att.com' + company: 'ATT' + id: 'jrh3' + timezone: 'America/New_York' + - name: 'Ram Krishna Verma' + email: 'ram.krishna.verma@est.tech' + company: 'Ericsson' + id: 'ramverma' + timezone: 'Canada/Montreal' tsc: approval: 'https://lists.onap.org/pipermail/onap-tsc' + changes: + - type: 'Addition' + name: 'Jim Hahn' + name: 'Ram Krishna Verma' + link: https://lists.onap.org/g/onap-tsc/message/4977 + link: https://lists.onap.org/g/onap-tsc/message/4976 diff --git a/pom.xml b/pom.xml index d2c82a3..62a6546 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ org.onap.policy.parent integration - 2.0.0 + 3.1.1-SNAPSHOT @@ -35,15 +35,10 @@ pom - policy-gui - Code that all the Policy GUI's. + ${project.artifactId} + Code for all the Policy GUI's. - - - ${project.basedir}/../target/code-coverage/jacoco-ut.exec - ${project.basedir}/../target/code-coverage/jacoco-it.exec - reuseReports @@ -58,32 +53,6 @@ - - org.jacoco - jacoco-maven-plugin - - - pre-unit-test - - prepare-agent - - - ${sonar.jacoco.reportPath} - true - - - - post-unit-test - test - - report - - - ${sonar.jacoco.reportPath} - - - - maven-checkstyle-plugin @@ -98,7 +67,7 @@ with minor changes --> onap-checkstyle/onap-java-style.xml - ${project.build.sourceDirectory} + ${project.build.sourceDirectories} true true true @@ -122,44 +91,6 @@ - - org.jacoco - jacoco-maven-plugin - ${jacoco.version} - - - - **/gen/** - **/generated-sources/** - **/yang-gen/** - **/pax/** - - - - - - pre-unit-test - - prepare-agent - - - ${sonar.jacoco.reportPath} - - - - - post-unit-test - test - - report - - - ${sonar.jacoco.reportPath} - - - - org.eclipse.m2e lifecycle-mapping -- cgit 1.2.3-korg