[SCM] Maven build rule execution framework branch, master, updated. upstream/1.0.beta2-5-g7b23b9a

Gabriele Giacone gg0-guest at alioth.debian.org
Sun Feb 21 03:42:59 UTC 2010


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Maven build rule execution framework".

The branch, master has been updated
       via  7b23b9a16e2ce3b77da0fc354d514fd677cd7693 (commit)
      from  0635b7ff8ae5942c40dba159dd79a3f51b2e9a27 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 7b23b9a16e2ce3b77da0fc354d514fd677cd7693
Author: Gabriele Giacone <1o5g4r8o at gmail.com>
Date:   Sun Feb 21 04:42:27 2010 +0100

    some dep fixes

-----------------------------------------------------------------------

Summary of changes:
 debian/maven.rules                   |    3 +++
 debian/patches/00plexuspluginversion |   27 +++++++++++++++++++++++++++
 debian/patches/series                |    1 +
 3 files changed, 31 insertions(+), 0 deletions(-)

diff --git a/debian/maven.rules b/debian/maven.rules
index bd0231e..5bc70ef 100644
--- a/debian/maven.rules
+++ b/debian/maven.rules
@@ -1 +1,4 @@
 org.codehaus.plexus plexus-container-default jar s/1\.0-alpha.*/1.0-alpha/ *
+org.apache.maven.plugins maven-assembly-plugin s/.*/maven-plugin/ s/.*/2.2-beta-4/ *
+org.codehaus.mojo cobertura-maven-plugin s/.*/pom/ s/.*/2.3/ *
+org.apache.maven.plugins maven-plugin-plugin s/.*/pom/ s/.*/2.5/ *
diff --git a/debian/patches/00plexuspluginversion b/debian/patches/00plexuspluginversion
new file mode 100644
index 0000000..53d4c38
--- /dev/null
+++ b/debian/patches/00plexuspluginversion
@@ -0,0 +1,27 @@
+Description: To find plexus-maven-plugin
+Author: Gabriele Giacone <1o5g4r8o at gmail.com>
+
+Index: enforcer-1.0~beta2/enforcer-api/pom.xml
+===================================================================
+--- enforcer-1.0~beta2.orig/enforcer-api/pom.xml	2010-02-21 04:18:00.000000000 +0100
++++ enforcer-1.0~beta2/enforcer-api/pom.xml	2010-02-21 04:20:33.000000000 +0100
+@@ -60,6 +60,7 @@
+       <plugin>
+         <groupId>org.codehaus.plexus</groupId>
+         <artifactId>plexus-maven-plugin</artifactId>
++        <version>1.3.8</version>
+         <executions>
+           <execution>
+             <goals>
+Index: enforcer-1.0~beta2/enforcer-rules/pom.xml
+===================================================================
+--- enforcer-1.0~beta2.orig/enforcer-rules/pom.xml	2010-02-21 04:18:00.000000000 +0100
++++ enforcer-1.0~beta2/enforcer-rules/pom.xml	2010-02-21 04:20:58.000000000 +0100
+@@ -88,6 +88,7 @@
+       <plugin>
+         <groupId>org.codehaus.plexus</groupId>
+         <artifactId>plexus-maven-plugin</artifactId>
++        <version>1.3.8</version>
+         <executions>
+           <execution>
+             <goals>
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..2b119f9
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+00plexuspluginversion


hooks/post-receive
-- 
Maven build rule execution framework



More information about the pkg-java-commits mailing list