From 697d02bf4e4188e3040cd987dee97d15f397a35f Mon Sep 17 00:00:00 2001 From: ramverma Date: Fri, 8 Jun 2018 11:56:21 +0100 Subject: Adding plugins-event module to apex-pdp Adding plugins-event module to apex-pdp Fix a minor bug in TextFileUtils Change-Id: I393c5f5809d078850d6669d22759ba9fa1b4f0e6 Issue-ID: POLICY-862 Signed-off-by: ramverma --- .../plugins-event-protocol-xml/pom.xml | 104 +++++++++++++++++++++ 1 file changed, 104 insertions(+) create mode 100644 plugins/plugins-event/plugins-event-protocol/plugins-event-protocol-xml/pom.xml (limited to 'plugins/plugins-event/plugins-event-protocol/plugins-event-protocol-xml/pom.xml') diff --git a/plugins/plugins-event/plugins-event-protocol/plugins-event-protocol-xml/pom.xml b/plugins/plugins-event/plugins-event-protocol/plugins-event-protocol-xml/pom.xml new file mode 100644 index 000000000..fd2be45c1 --- /dev/null +++ b/plugins/plugins-event/plugins-event-protocol/plugins-event-protocol-xml/pom.xml @@ -0,0 +1,104 @@ + + + 4.0.0 + + org.onap.policy.apex-pdp.plugins.plugins-event.plugins-event-protocol + plugins-event-protocol + 2.0.0-SNAPSHOT + + + plugins-event-protocol-xml + ${project.artifactId} + [${project.parent.artifactId}] Plugin for handling events that are being transported in XML format + + + ${project.basedir}/src + + + + + org.jvnet.jaxb2.maven2 + maven-jaxb2-plugin + 0.13.2 + + + org.jvnet.jaxb2_commons + jaxb2-basics-runtime + 1.11.1 + + + + + + + org.jvnet.jaxb2.maven2 + maven-jaxb2-plugin + 0.13.2 + + src/main/resources/xml + apex-event.xsd + src/main/resources/xml + apex-event.xjb + org.onap.policy.apex.plugins.event.protocol.xml.jaxb + true + true + true + true + + + org.jvnet.jaxb2_commons + jaxb2-basics + 1.11.1 + + + org.jvnet.jaxb2_commons + jaxb2-basics-annotate + 1.0.2 + + + org.jvnet.jaxb2_commons + jaxb2-value-constructor + 3.0 + + + + -Xannotate + -XtoString + -Xmergeable + -Xcopyable + -Xequals + -XhashCode + -Xvalue-constructor + + + + + generate + + generate + + + + + + + \ No newline at end of file -- cgit 1.2.3-korg