debian/0000755000000000000000000000000011633450516007172 5ustar debian/maven.rules0000644000000000000000000000073311633450430011352 0ustar org.codehaus.plexus plexus-container-default jar s/1\.0-alpha.*/1.0-alpha/ * 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-plugin-testing-harness * s/.*/debian/ * s/org.apache.maven.shared/org.apache.maven.plugin-testing/ maven-plugin-testing-tools * s/.*/debian/ * s/org.apache.maven.shared/org.apache.maven.plugin-testing/ maven-test-tools * s/.*/debian/ * debian/copyright0000644000000000000000000000120211633450430011113 0ustar Format-Specification: http://dep.debian.net/deps/dep5/ Name: Exec Maven Plugin Maintainer: The Codehaus Source: http://mojo.codehaus.org/exec-maven-plugin Files: * Copyright: 2005-2009, The Codehaus License: Apache-2.0 Files: debian/* Copyright: 2009, Gabriele Giacone <1o5g4r8o@gmail.com> 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 GPL-3 license in '/usr/share/common-licenses/GPL-3' debian/patches/0000755000000000000000000000000011633450430010614 5ustar debian/patches/00EnabledTests0000644000000000000000000001500011633450430013250 0ustar Description: Patches to execute build test using Debian maven repo Author: Gabriele Giacone <1o5g4r8o@gmail.com> --- exec-maven-plugin-1.1.1.orig/src/test/java/org/codehaus/mojo/exec/ExecJavaMojoTest.java +++ exec-maven-plugin-1.1.1/src/test/java/org/codehaus/mojo/exec/ExecJavaMojoTest.java @@ -260,7 +260,7 @@ public class ExecJavaMojoTest ArtifactRepositoryLayout localRepositoryLayout = (ArtifactRepositoryLayout) lookup( ArtifactRepositoryLayout.ROLE, "default" ); - String path = "src/test/repository"; + String path = "debian/maven-repo"; ArtifactRepository localRepository = new DefaultArtifactRepository( "local", "file://" + new File( path ).getAbsolutePath(), localRepositoryLayout ); --- exec-maven-plugin-1.1.1.orig/src/test/java/org/codehaus/mojo/exec/ExecMojoTest.java +++ exec-maven-plugin-1.1.1/src/test/java/org/codehaus/mojo/exec/ExecMojoTest.java @@ -243,7 +243,7 @@ public class ExecMojoTest ArtifactRepositoryLayout localRepositoryLayout = (ArtifactRepositoryLayout) lookup( ArtifactRepositoryLayout.ROLE, "default" ); - String path = "src/test/repository"; + String path = "debian/maven-repo"; ArtifactRepository localRepository = new DefaultArtifactRepository( "local", "file://" + new File( path ).getAbsolutePath(), localRepositoryLayout ); --- exec-maven-plugin-1.1.1.orig/src/test/projects/project12/pom.xml +++ exec-maven-plugin-1.1.1/src/test/projects/project12/pom.xml @@ -32,12 +32,12 @@ commons-io commons-io - 1.1 + debian commons-logging commons-logging - 1.0.4 + debian --- exec-maven-plugin-1.1.1.orig/src/test/projects/project13/pom.xml +++ exec-maven-plugin-1.1.1/src/test/projects/project13/pom.xml @@ -34,17 +34,17 @@ commons-io commons-io - 1.1 + debian commons-logging commons-logging - 1.0.4 + debian junit junit - 3.8.1 + debian test --- exec-maven-plugin-1.1.1.orig/src/test/projects/project2/pom.xml +++ exec-maven-plugin-1.1.1/src/test/projects/project2/pom.xml @@ -12,18 +12,18 @@ log4j log4j - 1.2.9 + debian commons-io commons-io - 1.1 + debian runtime junit junit - 3.8.1 + debian test --- exec-maven-plugin-1.1.1.orig/src/test/projects/project1/pom.xml +++ exec-maven-plugin-1.1.1/src/test/projects/project1/pom.xml @@ -32,12 +32,12 @@ commons-io commons-io - 1.1 + debian commons-logging commons-logging - 1.0.4 + debian --- exec-maven-plugin-1.1.1.orig/src/test/projects/project6/pom.xml +++ exec-maven-plugin-1.1.1/src/test/projects/project6/pom.xml @@ -10,7 +10,7 @@ junit junit - 3.8.1 + debian --- exec-maven-plugin-1.1.1.orig/src/test/projects/project6/project5lib/pom.xml +++ exec-maven-plugin-1.1.1/src/test/projects/project6/project5lib/pom.xml @@ -15,18 +15,18 @@ log4j log4j - 1.2.9 + debian commons-io commons-io - 1.1 + debian runtime junit junit - 3.8.1 + debian test --- exec-maven-plugin-1.1.1.orig/src/test/projects/project3/pom.xml +++ exec-maven-plugin-1.1.1/src/test/projects/project3/pom.xml @@ -32,17 +32,17 @@ commons-io commons-io - 1.1 + debian commons-logging commons-logging - 1.0.4 + debian commons-lang commons-lang - 1.0.1 + debian --- exec-maven-plugin-1.1.1.orig/src/test/projects/project14/pom.xml +++ exec-maven-plugin-1.1.1/src/test/projects/project14/pom.xml @@ -34,17 +34,17 @@ commons-io commons-io - 1.1 + debian commons-logging commons-logging - 1.0.4 + debian junit junit - 3.8.1 + debian test debian/patches/series0000644000000000000000000000001711633450430012027 0ustar 00EnabledTests debian/rules0000755000000000000000000000030511633450430010243 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 --force-download --rename debian/orig-tar.sh0000755000000000000000000000074711633450430011260 0ustar #!/bin/sh -e VERSION=$2 TAR=../exec-maven-plugin_$VERSION.orig.tar.gz DIR=exec-maven-plugin-$VERSION TAG=$(echo "exec-maven-plugin-$VERSION" \ | sed -re 's/~(alpha|beta)/-\1-/' -e 's/\+dfsg//') svn export http://svn.codehaus.org/mojo/tags/${TAG}/ $DIR GZIP=--best tar -c -z -f $TAR --exclude '*.jar' --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/changelog0000644000000000000000000000175611633450430011050 0ustar exec-maven-plugin (1.1.1+dfsg-3) unstable; urgency=low * Team upload. * Add Build-Depends-Indep: libmaven-plugin-tools-java. * Update Standards-Version: 3.9.2. -- Torsten Werner Mon, 12 Sep 2011 20:35:49 +0200 exec-maven-plugin (1.1.1+dfsg-2) unstable; urgency=low * Switch to "public package": maintainers are Debian Java Maintainers * Standards-Version to 3.8.4 -- Gabriele Giacone <1o5g4r8o@gmail.com> Thu, 18 Feb 2010 00:35:17 +0100 exec-maven-plugin (1.1.1+dfsg-1) unstable; urgency=low * Create a +dfsg tarball: - Removed jars from upstream tarball - Updated debian/rules, debian/watch, debian/orig-tar.sh accordingly * Fixed long description * Enabled build tests * Updated maintainer email address -- Gabriele Giacone <1o5g4r8o@gmail.com> Thu, 18 Feb 2010 00:31:57 +0100 exec-maven-plugin (1.1.1-1) unstable; urgency=low * Initial release (Closes: #558330) -- Gabriele Giacone Tue, 01 Dec 2009 15:38:29 +0100 debian/README.source0000644000000000000000000000100611633450430011341 0ustar Information about exec-maven-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. The following binary files have been removed from upstream tarball: src/test/repository/commons-io/commons-io/commons-io/1.1/commons-io-1.1.jar src/test/repository/commons-io/commons-io/1.1/commons-io-1.1.jar debian/watch0000644000000000000000000000026111633450430010215 0ustar version=3 opts="uversionmangle=s/-(alpha|beta)-/~$1/,\ dversionmangle=s/\+dfsg//" \ http://svn.codehaus.org/mojo/tags/ \ exec-maven-plugin-(\d.*)/ debian debian/orig-tar.sh debian/control0000644000000000000000000000175111633450430010574 0ustar Source: exec-maven-plugin Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Gabriele Giacone <1o5g4r8o@gmail.com> Build-Depends: debhelper (>= 7), cdbs Build-Depends-Indep: default-jdk, maven-debian-helper, libmaven2-core-java, libplexus-container-default-java, libplexus-utils-java, libmaven-plugin-testing-java, libmaven-plugin-tools-java Standards-Version: 3.9.2 Vcs-Git: git://git.debian.org/git/pkg-java/exec-maven-plugin.git Vcs-Browser: http://git.debian.org/?p=pkg-java/exec-maven-plugin.git;a=summary Homepage: http://mojo.codehaus.org/exec-maven-plugin Package: libmaven-exec-plugin-java Architecture: all Depends: ${misc:Depends}, ${maven:Depends} Recommends: ${maven:OptionalDepends} Description: Maven Exec Plugin The plugin provides 2 goals to help execute system and Java programs: exec:exec, execute programs and Java programs in a separate process and exec:java, execute Java programs in the same VM. debian/libmaven-exec-plugin-java.poms0000644000000000000000000000002411633450430015013 0ustar pom.xml --no-parent debian/source/0000755000000000000000000000000011633450430010465 5ustar debian/source/format0000644000000000000000000000001411633450430011673 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211633450430010363 0ustar 7 debian/maven.properties0000644000000000000000000000002611633450430012407 0ustar maven.test.skip=false