debian/0000755000000000000000000000000012233305365007170 5ustar debian/libmaven-invoker-java.poms0000644000000000000000000000002411623364416014257 0ustar pom.xml --no-parent debian/maven.rules0000644000000000000000000000003611623364416011355 0ustar junit junit jar s/3\..*/3.x/ debian/watch0000644000000000000000000000022711623364416010226 0ustar version=3 opts=uversionmangle=s{-beta}{~beta} \ http://svn.apache.org/repos/asf/maven/shared/tags/ \ maven-invoker-(.*)/ debian debian/orig-tar.sh debian/rules0000755000000000000000000000212412232636755010260 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/ant.mk PACKAGE := $(DEB_SOURCE_PACKAGE) VERSION := $(DEB_UPSTREAM_VERSION) JAVA_HOME := /usr/lib/jvm/default-java # Need to specify the exact version of the Plexus plugin (from plexus-component-metadata package) used here PLEXUS_PLUGIN_VERSION:= 1.0-beta-3.0.7 DEB_JARS := ant-nodeps plexus-utils junit plexus-component-annotations-1.5 DEB_ANT_BUILD_TARGET := package #javadoc DEB_ANT_BUILDFILE := /usr/share/maven-ant-helper/maven-build.xml DEB_ANT_ARGS := -Dbasedir=$(realpath .) -Dpackage=$(PACKAGE) -Dversion=$(VERSION) -Dplexus-component-metadata.version=$(PLEXUS_PLUGIN_VERSION) API_DOCS := target/api get-orig-source: -uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename binary-post-install/lib$(PACKAGE)-java:: mh_installpoms -plib$(PACKAGE)-java mh_installjar -plib$(PACKAGE)-java -l pom.xml target/$(PACKAGE)-$(VERSION).jar clean:: -rm -rf debian/tmp mh_clean mh_unpatchpoms -plib$(PACKAGE)-java debian/changelog0000644000000000000000000000205112232636755011051 0ustar maven-invoker (2.1.1-1) unstable; urgency=low * Team upload. * New upstream release - Added a dependency on libplexus-containers1.5-java * debian/control: - Use canonical URLs for the Vcs-* fields - Updated Standards-Version to 3.9.4 (no changes) * debian:copyright: Updated to the Copyright Format 1.0 * debian/rules: Improved the clean target -- Emmanuel Bourg Thu, 24 Oct 2013 16:48:11 +0200 maven-invoker (2.0.11-1) unstable; urgency=low * Team upload. * New upstream release. * Bump Standards-Version to 3.9.2. No changes were required. * Small fix in long description. * Add mh_clean call in clean target. -- Miguel Landaeta Sun, 14 Aug 2011 20:37:32 -0430 maven-invoker (2.0.10-2) unstable; urgency=low * Upload to unstable. -- Torsten Werner Fri, 14 Aug 2009 14:48:46 +0200 maven-invoker (2.0.10-1) experimental; urgency=low * Initial release. (Closes: #535012) -- Ludovic Claude Tue, 09 Jun 2009 13:42:10 +0100 debian/maven-settings.xml0000644000000000000000000000035111623364416012661 0ustar /usr/share/maven-repo true debian/orig-tar.sh0000755000000000000000000000056211623364416011262 0ustar #!/bin/sh -e TAR=../maven-invoker_$2.orig.tar.gz DIR=maven-invoker-$2 TAG=$(echo maven-invoker-$2 | sed -e's,~,-,') svn export http://svn.apache.org/repos/asf/maven/shared/tags/$TAG $DIR tar -c -z -f $TAR $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/source/0000755000000000000000000000000012233305365010470 5ustar debian/source/format0000644000000000000000000000001411623364416011702 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211623364416010372 0ustar 6 debian/copyright0000644000000000000000000000124212232636755011133 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Maven Invoker 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 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/build.properties0000644000000000000000000000027611623364416012416 0ustar javadoc.dir=target/api build.directory=target maven.test.skip=true maven.generate.target=org.codehaus.plexus:plexus-component-metadata:${plexus-component-metadata.version}:generate-metadata debian/control0000644000000000000000000000335712232636755010614 0ustar Source: maven-invoker Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Ludovic Claude Build-Depends: cdbs, debhelper (>= 6), default-jdk Build-Depends-Indep: ant, ant-optional, junit, libmaven-plugin-tools-java, libplexus-containers1.5-java, libplexus-component-metadata-java (>= 1.0~beta3.0.7), libplexus-utils-java, maven-ant-helper (>> 4), maven-repo-helper Standards-Version: 3.9.4 Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/maven-invoker Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/maven-invoker/ Homepage: http://maven.apache.org/shared/maven-invoker/ Package: libmaven-invoker-java Architecture: all Depends: libplexus-utils-java, libplexus-containers1.5-java, ${misc:Depends} Description: Maven Invoker 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 provides a component to programmatically invoke Maven.