debian/0000755000000000000000000000000011633542241007167 5ustar debian/README.source0000644000000000000000000000046011236364521011350 0ustar Information about maven-invoker-plugin ------------------------------ 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/watch0000644000000000000000000000025111236364521010220 0ustar version=3 opts="uversionmangle=s/-(alpha|beta)-/~$1/" \ http://svn.apache.org/repos/asf/maven/plugins/tags/ \ maven-invoker-plugin-(\d.*)/ debian debian/orig-tar.sh debian/maven.properties0000644000000000000000000000002511236364521012412 0ustar maven.test.skip=true debian/rules0000755000000000000000000000036011236364521010250 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/control0000644000000000000000000000365111631537461010605 0ustar Source: maven-invoker-plugin Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Ludovic Claude Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper Build-Depends-Indep: libmodello-maven-plugin-java (>= 1.0.1), ant, bsh, groovy, libdoxia-java, libdoxia-sitetools-java, libmaven-invoker-java (>= 2.0.11~), libmaven-reporting-impl-java, libmaven2-core-java, libmaven-plugin-testing-java, libplexus-i18n-java, libplexus-interpolation-java, libplexus-utils-java, libjline-java, libmaven-plugin-tools-java (>= 2.8) Standards-Version: 3.9.2 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/maven-invoker-plugin Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/maven-invoker-plugin/ Homepage: http://maven.apache.org/plugins/maven-invoker-plugin/ Package: libmaven-invoker-plugin-java Architecture: all Depends: ${misc:Depends}, ${maven:Depends} Recommends: ${maven:OptionalDepends} Description: Maven Invoker 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 . The Maven Invoker Plugin is used to run a set of Maven projects. The plugin can determine whether each project execution is successful, and optionally can verify the output generated from a given project execution. debian/maven.rules0000644000000000000000000000020511622066635011354 0ustar junit junit jar s/3\..*/3.x/ org.codehaus.modello modello-maven-plugin maven-plugin s/.*/1.1/ s/ant/org.apache.ant/ * * s/.*/debian/ debian/copyright0000644000000000000000000000330311622066635011127 0ustar Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=173 Upstream-Name: Maven Invoker 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, Miguel Landaeta License: GPL-3+ License: Apache-2.0 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. . The full text of the Apache License Version 2.0 is distributed in /usr/share/common-licenses/Apache-2.0 on Debian systems. License: GPL-3+ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . The full text of the GNU General Public License version 3 is distributed in /usr/share/common-licenses/GPL-3 on Debian systems. debian/compat0000644000000000000000000000000211236364521010367 0ustar 7 debian/libmaven-invoker-plugin-java.poms0000644000000000000000000000002411236364521015550 0ustar pom.xml --no-parent debian/source/0000755000000000000000000000000011633541737010500 5ustar debian/source/format0000644000000000000000000000001411622066635011703 0ustar 3.0 (quilt) debian/orig-tar.sh0000755000000000000000000000067211236375103011257 0ustar #!/bin/sh -e VERSION=$2 TAR=../maven-invoker-plugin_$VERSION.orig.tar.gz DIR=maven-invoker-plugin-$VERSION TAG=$(echo "maven-invoker-plugin-$VERSION" | sed -re's/~(alpha|beta)/-\1-/') svn export http://svn.apache.org/repos/asf/maven/plugins/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/changelog0000644000000000000000000000171211633541721011044 0ustar maven-invoker-plugin (1.5-2) unstable; urgency=low * Team upload. * Add Build-Depends on libmaven-plugin-tools-java (>= 2.8) (Closes: #640751) -- Miguel Landaeta Tue, 06 Sep 2011 20:06:24 -0430 maven-invoker-plugin (1.5-1) unstable; urgency=low * Team upload. * New upstream release. * Bump Standards-Versions to 3.9.2. No changes were required. * Migrate to source format 3.0 (quilt). * Make copyright file DEP-5 compliant. * Add versioned Build-Depends on libmaven-invoker-java (>= 2.0.11~). -- Miguel Landaeta Sun, 14 Aug 2011 17:43:11 -0430 maven-invoker-plugin (1.3-2) unstable; urgency=low * Fix FTBFS: add libjline-java to Build-Depends -- Ludovic Claude Fri, 14 Aug 2009 16:00:05 +0100 maven-invoker-plugin (1.3-1) experimental; urgency=low * Initial release (Closes: #540047) -- Ludovic Claude Wed, 22 Jul 2009 23:35:52 +0100