From 65fc62b01ddf9b8974d43da2ef915e4717e5f11e Mon Sep 17 00:00:00 2001 From: damencho Date: Tue, 22 Dec 2015 15:41:17 -0600 Subject: Expands the Maven support to more bundles. --- m2/jitsi-muc/pom.xml | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 m2/jitsi-muc/pom.xml (limited to 'm2/jitsi-muc') diff --git a/m2/jitsi-muc/pom.xml b/m2/jitsi-muc/pom.xml new file mode 100644 index 0000000..952ddd8 --- /dev/null +++ b/m2/jitsi-muc/pom.xml @@ -0,0 +1,52 @@ + + 4.0.0 + + + org.jitsi + jitsi + 2.9-SNAPSHOT + ../pom.xml + + + jitsi-muc + jar + + jitsi-muc + + + + ${project.groupId} + jitsi-protocol + ${project.version} + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + + net/java/sip/communicator/service/muc/** + + + + + org.apache.maven.plugins + maven-jar-plugin + + + ${project.build.sourceDirectory}/net/java/sip/communicator/impl/muc/muc.manifest.mf + + + net/java/sip/communicator/service/muc/** + + + + + + -- cgit v1.1