This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository mvel.
commit 1860c887d92ab590965231c182af7c9147e3b1de Author: Emmanuel Bourg <[email protected]> Date: Wed Jul 16 15:56:08 2014 +0000 Added d/maven.ignoreRules to avoid patching the pom for disabling plugins --- debian/changelog | 1 + debian/maven.ignoreRules | 3 ++ debian/maven.rules | 7 +++- debian/patches/pom.diff | 97 ++---------------------------------------------- 4 files changed, 12 insertions(+), 96 deletions(-) diff --git a/debian/changelog b/debian/changelog index 6fd4d12..db5ee1b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ mvel (2.0.18-4) unstable; urgency=medium * Fixed a compilation error with Java 8 * Fixed the OptimizerFactory class and the unit tests to work with the system version of ASM + * Added d/maven.ignoreRules to avoid patching the pom for disabling plugins * debian/watch: Updated to watch the release tags on Github -- Emmanuel Bourg <[email protected]> Wed, 16 Jul 2014 17:43:57 +0200 diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules new file mode 100644 index 0000000..43bfb26 --- /dev/null +++ b/debian/maven.ignoreRules @@ -0,0 +1,3 @@ + +org.apache.maven.plugins maven-release-plugin * * * * +org.apache.maven.wagon wagon-webdav * * * * diff --git a/debian/maven.rules b/debian/maven.rules index 888c58a..d68281e 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -1,2 +1,5 @@ -junit junit jar s/3\..*/3.x/ * -asm asm jar s/.*/3.x/ * + +asm asm jar s/.*/3.x/ * * +com.thoughtworks.xstream xstream jar s/.*/debian/ * * +junit junit jar s/3\..*/3.x/ * * +asm * * s/3\..*/3.x/ * * diff --git a/debian/patches/pom.diff b/debian/patches/pom.diff index b02a431..18045c2 100644 --- a/debian/patches/pom.diff +++ b/debian/patches/pom.diff @@ -1,100 +1,9 @@ -Description: Disable some maven plugins - and add dependency on asm 3.x -Forwarded: no +Description: Add a dependency on asm 3.x Author: Damien Raude-Morvan <[email protected]> -Last-Update: 2010-02-24 +Forwarded: not-needed --- a/pom.xml +++ b/pom.xml -@@ -24,6 +24,8 @@ - </pluginRepositories> - - <build> -+ -+<!-- - <extensions> - <extension> - <groupId>org.apache.maven.wagon</groupId> -@@ -31,13 +33,12 @@ - <version>1.0-beta-2</version> - </extension> - </extensions> -- -+--> - - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> -- <version>2.0.1</version> - <configuration> - <source>1.5</source> - <target>1.5</target> -@@ -90,19 +91,18 @@ - </configuration> - </plugin> - -+<!-- - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-release-plugin</artifactId> -- <version>2.0-beta-9</version> - <configuration> - <tagBase>https://svn.codehaus.org/mvel/tags/</tagBase> -- <!-- See http://jira.codehaus.org/browse/SCM-406 --> - <remoteTagging>false</remoteTagging> -- <!-- Further non-mandatory but useful settings... --> - <preparationGoals>clean install</preparationGoals> - <autoVersionSubmodules>true</autoVersionSubmodules> - </configuration> - </plugin> -+--> - - <plugin> - <artifactId>maven-jar-plugin</artifactId> -@@ -112,11 +112,11 @@ - </archive> - </configuration> - </plugin> -- -+ -+<!-- - <plugin> - <groupId>org.apache.felix</groupId> - <artifactId>maven-bundle-plugin</artifactId> -- <version>2.0.1</version> - <extensions>true</extensions> - <executions> - <execution> -@@ -135,7 +135,10 @@ - <Import-Package>sun.*;resolution:=optional, *</Import-Package> - </instructions> - </configuration> -- </plugin> -+ </plugin> -+ -+--> -+ - </plugins> - - <resources> -@@ -162,14 +165,14 @@ - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> -- <version>3.8.1</version> -+ <version>3.x</version> - <scope>test</scope> - </dependency> - - <dependency> - <groupId>com.thoughtworks.xstream</groupId> - <artifactId>xstream</artifactId> -- <version>1.3.1</version> -+ <version>debian</version> - <scope>test</scope> - </dependency> - -@@ -179,6 +182,13 @@ +@@ -179,6 +179,13 @@ <!--<version>1.0.2.GA</version>--> <!--<scope>test</scope>--> <!--</dependency> --> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/mvel.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

