From d5c7f3380db4f6cb9f80462883d97a6edfd68a98 Mon Sep 17 00:00:00 2001 From: Andrew Branson Date: Tue, 15 Jan 2013 14:24:30 +0100 Subject: Initial commit --- pom.xml | 87 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 87 insertions(+) create mode 100644 pom.xml (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..0eaf35c --- /dev/null +++ b/pom.xml @@ -0,0 +1,87 @@ + + 4.0.0 + cristal + xmldb + 0.0.1-SNAPSHOT + cristal-xmldb + CRISTAL Module + + + + src/main/resources + META-INF/cristal + true + + module.xml + + + + src/main/resources + com/c2kernel/persistency/xmldb/resources + + module.xml + + + + + + + releases + http://cristal.cccs.uwe.ac.uk:8081/nexus/content/repositories/releases + + + snapshots + http://cristal.cccs.uwe.ac.uk:8081/nexus/content/repositories/snapshots + + + + + + releases + CRISTAL Nexus Release Repository + http://cristal.cccs.uwe.ac.uk:8081/nexus/content/repositories/releases + + true + + + false + + + + snapshots + CRISTAL Nexus Snapshot Repository + http://cristal.cccs.uwe.ac.uk:8081/nexus/content/repositories/snapshots + + false + + + true + + + + public + CRISTAL Nexus Public Repository + http://cristal.cccs.uwe.ac.uk:8081/nexus/content/repositories/public + + + + + + cristal + cristal-kernel + 2.3.3-SNAPSHOT + + + + + + cristal + cristal-kernel + + + org.exist-db + exist + 1.4.3 + + + \ No newline at end of file -- cgit v1.2.3