summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuel Bourg <ebourg@apache.org>2018-07-19 10:53:44 +0200
committerEmmanuel Bourg <ebourg@apache.org>2018-07-19 10:53:44 +0200
commit13f2365f4d2b45dc4fed290699bd6ffbd2b935c9 (patch)
tree2ec023cfa9264d855e4267f85848d9aac5b6a905
parent66f55d5ff2c0f79b0b556a7cae5b3f48c83fa232 (diff)
Updated the Maven rules
-rw-r--r--debian/changelog1
-rw-r--r--debian/maven.ignoreRules3
-rw-r--r--debian/maven.rules1
3 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index b4ec0dd..ed245d2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ antlr4 (4.6-1) UNRELEASED; urgency=medium
* New upstream release
- New dependency on libjsonp-java
+ - Updated the Maven rules
* Removed the Maven 2 compatibility patch
* Standards-Version updated to 4.1.5
* Switch to debhelper level 11
diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules
index cd4c9eb..12631bf 100644
--- a/debian/maven.ignoreRules
+++ b/debian/maven.ignoreRules
@@ -1,4 +1,6 @@
+io.takari.maven.plugins takari-lifecycle-plugin * * * *
+io.takari.maven.plugins takari-plugin-testing * * * *
junit junit * * *
org.antlr antlr4-maven-plugin maven-plugin * * *
org.apache.maven.plugins maven-assembly-plugin maven-plugin * * *
@@ -14,3 +16,4 @@ org.codehaus.mojo buildnumber-maven-plugin maven-plugin * * *
org.codehaus.mojo findbugs-maven-plugin maven-plugin * * *
org.eclipse.jetty jetty-server * * *
org.seleniumhq.selenium selenium-java * * *
+us.bryon graphviz-maven-plugin * * * *
diff --git a/debian/maven.rules b/debian/maven.rules
index 876fb9b..209e7c7 100644
--- a/debian/maven.rules
+++ b/debian/maven.rules
@@ -5,5 +5,6 @@ s/org.apache.maven.shared/org.apache.maven.plugin-testing/ maven-plugin-testing-
s/org.apache.maven.shared/org.apache.maven.plugin-testing/ maven-plugin-testing-tools * s/.*/debian/ * *
s/org.apache.maven.shared/org.apache.maven.plugin-testing/ maven-plugin-testing * s/.*/debian/ * *
s/org.apache.maven.shared/org.apache.maven.plugin-testing/ maven-test-tools * s/.*/debian/ * *
+org.apache.maven maven-compat * s/.*/3.x/ * *
org.apache.maven maven-plugin-api * s/.*/3.x/ * *
org.apache.maven s/maven-project/maven-core/ * s/.*/3.x/ * *