aboutsummaryrefslogtreecommitdiffstats
path: root/project-configs/maven/conf/settings.xml
AgeCommit message (Collapse)AuthorFilesLines
2017-08-15Remove MojoHaus Maven plug-inITSERVICES\cr056n1-101/+100
Remove MojoHaus Maven plug-in from pom files, BRMSPush.java, and settings.xml comment. Issue-Id: POLICY-116 Change-Id: I15f2d1af1c0e12faf816f0a08ddfdbffa0b47a94 Signed-off-by: Temoc Rodriguez <cr056n@att.com>
2017-07-31[POLICY-73] replace openecomp for policy-engineGuo Ruijing1-1/+1
Change-Id: I54072f6bcd388c0e05562614ee89b4ae7ad67004 Signed-off-by: Guo Ruijing <ruijing.guo@intel.com> Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2017-02-14Initial OpenECOMP policy/engine commitPamela Dragosh1-0/+165
Change-Id: I7dbff37733b661643dd4d1caefa3d7dccc361b6e Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
+1,14 @@
+<?xml version="1.0"?>
+<jxb:bindings version="1.0"
+ xmlns:jxb="http://java.sun.com/xml/ns/jaxb"
+ xmlns:xs="http://www.w3.org/2001/XMLSchema"
+ xmlns:xjc="http://java.sun.com/xml/ns/jaxb/xjc"
+ xmlns:inheritance="http://jaxb2-commons.dev.java.net/basic/inheritance"
+ jxb:extensionBindingPrefixes="xjc">
+
+ <jxb:bindings schemaLocation="../xsd/aai_schema_v10.xsd">
+ <jxb:globalBindings>
+ <xjc:superClass name="org.openecomp.mso.client.aai.entities.AAIEntity" />
+ </jxb:globalBindings>
+</jxb:bindings>
+</jxb:bindings> \ No newline at end of file