debian/0000775000000000000000000000000012236257474007204 5ustar debian/maven.cleanIgnoreRules0000664000000000000000000000150112236255463013466 0ustar # Maven clean ignore rules - ignore some Maven dependencies and plugins # during the clean phase of a Maven build # Format of this file is: # [group] [artifact] [type] [version] [classifier] [scope] # where each element can be either # - the exact string, for example org.apache for the group, or 3.1 # for the version. In this case, the element is simply matched # and left as it is # - * (the star character, alone). In this case, anything will # match and be left as it is. For example, using * on the # position of the artifact field will match any artifact id # All elements much match before a rule can be applied # Example rule: match jar with groupid= junit, artifactid= junit # and version starting with 3., this dependency is then removed # from the POM before mvn clean is called # junit junit jar s/3\\..*/3.x/ debian/changelog0000664000000000000000000000305312236253111011037 0ustar maven-install-plugin (2.4-1) unstable; urgency=low * Team upload. * New upstream release - Removed descriptor.patch * debian/control: - Updated Standards-Version to 3.9.5 (no changes) - Use canonical URLs for the Vcs-* fields * Switch to debhelper level 9 * debian/copyright: Updated to the Copyright Format 1.0 * Documented the procedure to update the core Maven plugins in README.source * debian/orig-tar.sh: Do not remove the jars used as test elements -- Emmanuel Bourg Tue, 05 Nov 2013 17:58:40 +0100 maven-install-plugin (2.3-4) unstable; urgency=low * Add missing Build-Depends-Indep: libmaven-plugin-tools-java. (Closes: #643546) -- Torsten Werner Wed, 28 Sep 2011 22:37:12 +0200 maven-install-plugin (2.3-3) unstable; urgency=low * Switch to source format 3.0. * Switch to debhelper level 7. * Update Standards-Version: 3.9.1. * Use Maven to build the package but ignore test failures. * Add a documentation package. -- Torsten Werner Tue, 23 Aug 2011 10:45:21 +0200 maven-install-plugin (2.3-2) unstable; urgency=low [ Torsten Werner ] * Add myself to Uploaders. * Upload with cleaned orig tarball. * Fix Name in debian/copyright. [ Ludovic Claude ] * Clean orig tarball from jar files. -- Torsten Werner Sat, 15 Aug 2009 00:25:54 +0200 maven-install-plugin (2.3-1) unstable; urgency=low * Initial release. (Closes: #535011) -- Ludovic Claude Sat, 16 May 2009 21:57:41 +0100 debian/maven.publishedRules0000664000000000000000000000164212236255463013225 0ustar # Maven published rules - additional rules to publish, to help # the packaging work of Debian maintainers using mh_make # Format of this file is: # [group] [artifact] [type] [version] [classifier] [scope] # where each element can be either # - the exact string, for example org.apache for the group, or 3.1 # for the version. In this case, the element is simply matched # and left as it is # - * (the star character, alone). In this case, anything will # match and be left as it is. For example, using * on the # position of the artifact field will match any artifact id # - a regular expression of the form s/match/replace/ # in this case, elements that match are transformed using # the regex rule. # All elements much match before a rule can be applied # Example rule: match jar with groupid= junit, artifactid= junit # and version starting with 3., replacing the version with 3.x # junit junit jar s/3\\..*/3.x/ debian/maven.ignoreRules0000664000000000000000000000136612236255665012540 0ustar # Maven ignore rules - ignore some Maven dependencies and plugins # Format of this file is: # [group] [artifact] [type] [version] [classifier] [scope] # where each element can be either # - the exact string, for example org.apache for the group, or 3.1 # for the version. In this case, the element is simply matched # and left as it is # - * (the star character, alone). In this case, anything will # match and be left as it is. For example, using * on the # position of the artifact field will match any artifact id # All elements much match before a rule can be applied # Example rule: match jar with groupid= junit, artifactid= junit # and version starting with 3., this dependency is then removed # from the POM # junit junit jar s/3\\..*/3.x/ debian/libmaven-install-plugin-java-doc.install0000664000000000000000000000010112236222512016764 0ustar target/apidocs/* usr/share/doc/libmaven-install-plugin-java/api debian/README.source0000664000000000000000000000117712236222301011346 0ustar Information about maven-install-plugin -------------------------------------- This plugin is a core Maven plugin, if you update it to a new upstream release the superpom in the maven2-core package must be updated to specify the new version of the plugin. This pom is bundled in a jar built by the maven2 package, so the maven2 package has to be rebuilt after installing the updated maven2-core package. This package was debianized using the mh_make command from the maven-debian-helper package. The build system uses Maven but prevents it from downloading anything from the Internet, making the build compliant with the Debian policy. debian/source/0000775000000000000000000000000012236221433010466 5ustar debian/source/format0000664000000000000000000000001412236221433011674 0ustar 3.0 (quilt) debian/copyright0000664000000000000000000000133112236222417011122 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Maven Install Plugin Upstream-Contact: Apache Maven team Source: http://maven.apache.org Files: * Copyright: 2001-2009, The Apache Software Foundation. License: Apache-2.0 Files: debian/* Copyright: 2009, Ludovic Claude 2011, Torsten Werner License: GPL-3+ License: Apache-2.0 On Debian GNU/Linux system you can find the complete text of the Apache 2.0 license in '/usr/share/common-licenses/Apache-2.0'. License: GPL-3+ On Debian GNU/Linux system you can find the complete text of the GNU General Public License version 3 license in '/usr/share/common-licenses/GPL-3'. debian/watch0000664000000000000000000000025112236221433010215 0ustar version=3 opts="uversionmangle=s/-(alpha|beta)-/~$1/" \ http://svn.apache.org/repos/asf/maven/plugins/tags/ \ maven-install-plugin-(\d.*)/ debian debian/orig-tar.sh debian/orig-tar.sh0000775000000000000000000000073312236223020011246 0ustar #!/bin/sh -e VERSION=$2 TAR=../maven-install-plugin_$VERSION.orig.tar.gz DIR=maven-install-plugin-$VERSION TAG=$(echo "maven-install-plugin-$VERSION" | sed -re's/~(alpha|beta)/-\1-/') svn export http://svn.apache.org/repos/asf/maven/plugins/tags/${TAG}/ $DIR GZIP=--best tar -c -z -f $TAR --exclude '*.class' $DIR rm -rf $DIR ../$TAG # move to directory 'tarballs' if [ -r .svn/deb-layout ]; then . .svn/deb-layout mv $TAR $origDir && echo "moved $TAR to $origDir" fi debian/maven.rules0000664000000000000000000000204512236255463011363 0ustar # Maven rules - transform Maven dependencies and plugins # Format of this file is: # [group] [artifact] [type] [version] [classifier] [scope] # where each element can be either # - the exact string, for example org.apache for the group, or 3.1 # for the version. In this case, the element is simply matched # and left as it is # - * (the star character, alone). In this case, anything will # match and be left as it is. For example, using * on the # position of the artifact field will match any artifact id # - a regular expression of the form s/match/replace/ # in this case, elements that match are transformed using # the regex rule. # All elements much match before a rule can be applied # Example rule: match jar with groupid= junit, artifactid= junit # and version starting with 3., replacing the version with 3.x # junit junit jar s/3\\..*/3.x/ 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/ * * debian/maven.properties0000664000000000000000000000027012236255264012422 0ustar # Include here properties to pass to Maven during the build. # For example: # maven.test.skip=true maven.test.failure.ignore=true maven.compiler.source=1.6 maven.compiler.target=1.6 debian/rules0000775000000000000000000000036012236221433010245 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/maven.mk JAVA_HOME := /usr/lib/jvm/default-java get-orig-source: uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename debian/compat0000664000000000000000000000000212236221674010373 0ustar 9 debian/control0000664000000000000000000000574212236251605010605 0ustar Source: maven-install-plugin Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Ludovic Claude , Torsten Werner Build-Depends: cdbs, debhelper (>= 9), default-jdk, maven-debian-helper (>= 1.4) Build-Depends-Indep: default-jdk-doc, libmaven-javadoc-plugin-java, libmaven-plugin-testing-java, libmaven-plugin-tools-java (>= 3.2), libmaven2-core-java, libmaven2-core-java-doc, libplexus-digest-java, libplexus-utils-java, libplexus-utils-java-doc Standards-Version: 3.9.5 Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/maven-install-plugin Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/maven-install-plugin/ Homepage: http://maven.apache.org/plugins/maven-install-plugin/ Package: libmaven-install-plugin-java Architecture: all Depends: ${maven:Depends}, ${misc:Depends} Recommends: ${maven:OptionalDepends} Suggests: libmaven-install-plugin-java-doc Description: Maven install plugin Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information. . Maven's primary goal is to allow a developer to comprehend the complete state of a development effort in the shortest period of time. In order to attain this goal there are several areas of concern that Maven attempts to deal with: . * Making the build process easy * Providing a uniform build system * Providing quality project information * Providing guidelines for best practices development * Allowing transparent migration to new features . This package ships the maven install plugin which is used to install the built artifact into the local repository. Package: libmaven-install-plugin-java-doc Architecture: all Section: doc Depends: ${maven:DocDepends}, ${misc:Depends} Recommends: ${maven:DocOptionalDepends} Suggests: libmaven-install-plugin-java Description: Documentation for Maven Install Plugin Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information. . Maven's primary goal is to allow a developer to comprehend the complete state of a development effort in the shortest period of time. In order to attain this goal there are several areas of concern that Maven attempts to deal with: . * Making the build process easy * Providing a uniform build system * Providing quality project information * Providing guidelines for best practices development * Allowing transparent migration to new features . This package contains the API documentation of libmaven-install-plugin-java. debian/patches/0000775000000000000000000000000012236221433010615 5ustar debian/patches/series0000664000000000000000000000000012236231125012017 0ustar debian/patches/descriptor.patch0000664000000000000000000000111312236221433014010 0ustar --- a/src/main/java/org/apache/maven/plugin/install/AbstractInstallMojo.java +++ b/src/main/java/org/apache/maven/plugin/install/AbstractInstallMojo.java @@ -80,14 +80,14 @@ /** * Digester for MD5. * - * @component role-hint="md5" + * @component role-hint="md5" role="org.codehaus.plexus.digest.Digester" */ protected Digester md5Digester; /** * Digester for SHA-1. * - * @component role-hint="sha1" + * @component role-hint="sha1" role="org.codehaus.plexus.digest.Digester" */ protected Digester sha1Digester; debian/libmaven-install-plugin-java.poms0000664000000000000000000000320612236255363015554 0ustar # List of POM files for the package # Format of this file is: # [option]* # where option can be: # --ignore: ignore this POM and its artifact if any # --ignore-pom: don't install the POM. To use on POM files that are created # temporarily for certain artifacts such as Javadoc jars. [mh_install, mh_installpoms] # --no-parent: remove the tag from the POM # --package=: an alternative package to use when installing this POM # and its artifact # --has-package-version: to indicate that the original version of the POM is the same as the upstream part # of the version for the package. # --keep-elements=: a list of XML elements to keep in the POM # during a clean operation with mh_cleanpom or mh_installpom # --artifact=: path to the build artifact associated with this POM, # it will be installed when using the command mh_install. [mh_install] # --java-lib: install the jar into /usr/share/java to comply with Debian # packaging guidelines # --usj-name=: name to use when installing the library in /usr/share/java # --usj-version=: version to use when installing the library in /usr/share/java # --no-usj-versionless: don't install the versionless link in /usr/share/java # --dest-jar=: the destination for the real jar. # It will be installed with mh_install. [mh_install] # --classifier=: Optional, the classifier for the jar. Empty by default. # --site-xml=: Optional, the location for site.xml if it needs to be installed. # Empty by default. [mh_install] # pom.xml --no-parent --has-package-version debian/libmaven-install-plugin-java-doc.doc-base.api0000664000000000000000000000056312236221433017560 0ustar Document: libmaven-install-plugin-java Title: API Javadoc for Maven Install Plugin Author: Maven Install Plugin developers Abstract: This is the API Javadoc provided for the libmaven-install-plugin-java library. Section: Programming Format: HTML Index: /usr/share/doc/libmaven-install-plugin-java/api/index.html Files: /usr/share/doc/libmaven-install-plugin-java/api/*