Author: moeller Date: 2013-09-04 17:49:47 +0000 (Wed, 04 Sep 2013) New Revision: 17199
Modified: trunk/maven-source-plugin/debian/watch Log: Version 2.2+ have dependencies to maven-plugin-annotations that we fail to package for the time being. The watch file for the moment only indicates newer versions of the 2.1.x branch. Modified: trunk/maven-source-plugin/debian/watch =================================================================== --- trunk/maven-source-plugin/debian/watch 2013-09-04 15:09:46 UTC (rev 17198) +++ trunk/maven-source-plugin/debian/watch 2013-09-04 17:49:47 UTC (rev 17199) @@ -1,4 +1,4 @@ version=3 opts="uversionmangle=s/-(alpha|beta)-/~$1/" \ http://svn.apache.org/repos/asf/maven/plugins/tags/ \ - maven-source-plugin-([\d\.]+)/ debian debian/orig-tar.sh + maven-source-plugin-(2\.1\.[\d\.]+)/ debian debian/orig-tar.sh _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

