summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/maven.ignoreRules4
-rw-r--r--debian/maven.rules2
2 files changed, 5 insertions, 1 deletions
diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules
index 2b27eff..859e040 100644
--- a/debian/maven.ignoreRules
+++ b/debian/maven.ignoreRules
@@ -1,5 +1,9 @@
net.openhft lang-integration pom * * *
net.openhft lang-osgi bundle * * *
+com.sun.java tools * * * *
+net.openhft chronicle-bom * * * *
+net.openhft third-party-bom * * * *
org.apache.maven.plugins maven-javadoc-plugin * * * *
+org.apache.maven.plugins maven-scm-publish-plugin * * * *
org.apache.maven.plugins maven-source-plugin * * * *
diff --git a/debian/maven.rules b/debian/maven.rules
index 8e671d5..85259ca 100644
--- a/debian/maven.rules
+++ b/debian/maven.rules
@@ -1,5 +1,5 @@
-junit junit jar s/4\..*/4.x/ * *
+junit junit jar s/.*/4.x/ * *
net.openhft Java-Lang pom s/.*/debian/ * *
net.openhft Java-Runtime-Compiler pom s/.*/debian/ * *
net.openhft compiler bundle s/.*/debian/ * *