The following commit has been merged in the master branch:
commit 43b0932bfdb52c36b281d6ace5eb018143135f24
Author: Jakub Adam <[email protected]>
Date:   Sun Jul 1 22:00:33 2012 +0200

    Add custom pom.xml

diff --git a/debian/pom.xml b/debian/pom.xml
new file mode 100644
index 0000000..d82b70a
--- /dev/null
+++ b/debian/pom.xml
@@ -0,0 +1,22 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0";
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>de.regnis.q.sequence</groupId>
+  <artifactId>sequence-library</artifactId>
+  <version>1.0.2</version>
+
+  <build>
+    <sourceDirectory>src/main/java</sourceDirectory>
+    <testSourceDirectory>src/test/java</testSourceDirectory>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.x</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/debian/rules b/debian/rules
index c75efdf..eda27b2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,3 +4,9 @@ include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/maven.mk
 
 JAVA_HOME := /usr/lib/jvm/default-java
+
+pre-build::
+       cp debian/pom.xml .
+
+clean::
+       rm -f pom.xml

-- 
libsequence-library-java packaging

_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to