Package: aether
Version: 1.13.1-1
Severity: important
Tags: patch
User: [email protected]
Usertags: origin-ubuntu precise ubuntu-patch

Dear Maintainer,

aether appears to fail to build because maven can't parse the version number
associated with the plexus-component-metadata plugin. debian/maven.rules
specifies it as 1.5.x like others, but this doesn't appear to work. Setting
the version number to 1.5.5 specifically for plexus-component-metadata lets
the build complete successfully.

Thanks for considering this patch.


-- System Information:
Debian Release: wheezy/sid
  APT prefers precise-updates
  APT policy: (500, 'precise-updates'), (500, 'precise-security'), (500, 
'precise')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-8-generic (SMP w/4 CPU cores)
Locale: LANG=fr_CA.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
=== modified file 'debian/maven.rules'
--- debian/maven.rules	2011-12-10 00:45:07 +0000
+++ debian/maven.rules	2012-01-12 13:22:29 +0000
@@ -18,7 +18,7 @@
 
 org.codehaus.plexus plexus-classworlds jar s/2\..*/2.x/ * *
 org.codehaus.plexus plexus-component-annotations jar s/.*/1.5.x/ * *
-org.codehaus.plexus plexus-component-metadata maven-plugin s/.*/1.5.x/ * *
+org.codehaus.plexus plexus-component-metadata maven-plugin s/.*/1.5.5/ * *
 org.codehaus.plexus plexus-utils jar s/2\..*/2.x/ * *
 
 junit junit jar s/.*/4.x/

Reply via email to