summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorAndrej Shadura <andrewsh@debian.org>2018-12-27 20:09:42 +0100
committerAndrej Shadura <andrewsh@debian.org>2018-12-27 20:10:06 +0100
commitd1d8107c8a9ea544f5eefa4a658cb3c2df072cec (patch)
treec6802e431ba5c016669378d7299ff4ef69ffa599 /debian
parent0b654f9abe402c05099eef2bfdb89903d2c34310 (diff)
Refresh maven rules
Diffstat (limited to 'debian')
-rw-r--r--debian/maven.cleanIgnoreRules1
-rw-r--r--debian/maven.ignoreRules11
-rw-r--r--debian/maven.properties2
-rw-r--r--debian/maven.publishedRules2
-rw-r--r--debian/maven.rules21
5 files changed, 34 insertions, 3 deletions
diff --git a/debian/maven.cleanIgnoreRules b/debian/maven.cleanIgnoreRules
new file mode 100644
index 0000000..8b13789
--- /dev/null
+++ b/debian/maven.cleanIgnoreRules
@@ -0,0 +1 @@
+
diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules
index ea44e85..5d52a05 100644
--- a/debian/maven.ignoreRules
+++ b/debian/maven.ignoreRules
@@ -1,9 +1,13 @@
de.thetaphi forbiddenapis * * * *
com.carrotsearch hppc-benchmarks jar * * *
com.carrotsearch hppc-examples jar * * *
+com.carrotsearch hppc-template-processor jar * * *
+com.carrotsearch hppc * * * *
com.carrotsearch.randomizedtesting junit4-maven-plugin * * * *
com.carrotsearch.randomizedtesting randomizedtesting-runner * * * *
+it.unimi.dsi fastutil * * * *
junit junit * * * *
+net.openhft koloboke-impl-jdk6-7 * * * *
net.sf.retrotranslator retrotranslator-runtime * * * *
net.sf.retrotranslator retrotranslator-transformer * * * *
org.apache.ant ant-nodeps * * * *
@@ -12,7 +16,14 @@ org.apache.ant ant-junit * * * *
org.apache.maven.plugins maven-deploy-plugin * * * *
org.apache.maven.plugins maven-eclipse-plugin * * * *
org.apache.maven.plugins maven-enforcer-plugin * * * *
+org.apache.maven.plugins maven-gpg-plugin * * * *
+org.apache.maven.plugins maven-shade-plugin * * * *
org.apache.maven.plugins maven-site-plugin * * * *
+org.apache.maven.plugins maven-source-plugin * * * *
+org.apache.maven.plugins maven-surefire-plugin * * * *
org.apache.maven.plugins maven-surefire-report-plugin * * * *
+org.assertj assertj-core * * * *
org.codehaus.mojo findbugs-maven-plugin * * * *
+org.openjdk.jmh jmh-core * * * *
+org.openjdk.jmh jmh-generator-annprocess * * * *
sun.jdk tools * * * *
diff --git a/debian/maven.properties b/debian/maven.properties
index e593715..0696624 100644
--- a/debian/maven.properties
+++ b/debian/maven.properties
@@ -1,5 +1,3 @@
# Include here properties to pass to Maven during the build.
-# For example:
-# maven.test.skip=true
maven.test.skip=true
diff --git a/debian/maven.publishedRules b/debian/maven.publishedRules
index 99c0b83..95275f2 100644
--- a/debian/maven.publishedRules
+++ b/debian/maven.publishedRules
@@ -1,2 +1,4 @@
+
+com.carrotsearch hppc s/jar/bundle/ s/.*/debian/ * *
com.carrotsearch s/hppc-templateprocessor/hppc-template-processor/ * s/.*/debian/ * *
com.carrotsearch hppc* * s/.*/debian/ * *
diff --git a/debian/maven.rules b/debian/maven.rules
index eafc149..54fed65 100644
--- a/debian/maven.rules
+++ b/debian/maven.rules
@@ -1,3 +1,22 @@
+
+s/com.google.code.google-collections/com.google.guava/ s/google-collect/guava/ s/jar/bundle/ s/.*/debian/ * *
+s/com.google.collections/com.google.guava/ s/google-collections/guava/ s/jar/bundle/ s/.*/debian/ * *
+com.carrotsearch hppc-benchmarks jar s/.*/debian/ * *
+com.carrotsearch hppc-examples jar s/.*/debian/ * *
+com.carrotsearch hppc-parent pom s/.*/debian/ * *
+com.carrotsearch hppc bundle s/.*/debian/ * *
+com.google.guava guava bundle s/.*/debian/ * *
+com.google.guava guava s/jar/bundle/ s/.*/debian/ * *
+junit junit jar s/4\..*/4.x/ * *
+org.apache.velocity velocity jar s/.*/debian/ * *
+org.assertj assertj-core bundle s/.*/debian/ * *
+org.assertj assertj-core s/jar/bundle/ s/.*/debian/ * *
org.apache.felix maven-bundle-plugin * s/.*/debian/ * *
+org.apache.maven.plugins maven-changes-plugin * * * *
+org.apache.maven.plugins maven-jxr-plugin * * * *
+org.apache.maven.plugins maven-source-plugin * * * *
+org.apache.maven.shared maven-plugin-testing-harness * * * *
+org.apache.rat apache-rat-plugin * * * *
+org.codehaus.plexus plexus-container-default * * * *
org.apache.maven * * s/.*/3.x/ * *
-junit junit jar s/4\..*/4.x/ * *
+org.apache.maven maven* * s/.*/3.x/ * *