debian/0000755000000000000000000000000011626533070007171 5ustar debian/maven.rules0000644000000000000000000000061611236375033011356 0ustar 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/copyright0000644000000000000000000000115311236375033011124 0ustar Format-Specification: http://dep.debian.net/deps/dep5/ Name: Maven EJB Plugin Maintainer: Apache Maven team Source: http://maven.apache.org/ Files: * Copyright: 2001-2009, The Apache Software Foundation. License: Apache-2.0 Files: debian/* Copyright: 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 GPL-3 license in '/usr/share/common-licenses/GPL-3' debian/rules0000755000000000000000000000036011236375033010250 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/orig-tar.sh0000755000000000000000000000074011236401343011247 0ustar #!/bin/sh -e VERSION=$2 TAR=../maven-ejb-plugin_$VERSION.orig.tar.gz DIR=maven-ejb-plugin-$VERSION TAG=$(echo "maven-ejb-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 '*.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/changelog0000644000000000000000000000072411626532755011057 0ustar maven-ejb-plugin (2.2-2) unstable; urgency=low * Team upload. * Switch to source format 3.0. * Update Standards-Version: 3.9.1. * Add Build-Depends-Indep: libmaven-plugin-tools-java. * Add debian/TODO (fix tests). -- Torsten Werner Sun, 28 Aug 2011 23:39:43 +0200 maven-ejb-plugin (2.2-1) unstable; urgency=low * Initial release (Closes: #540054) -- Ludovic Claude Tue, 28 Jul 2009 20:28:04 +0100 debian/README.source0000644000000000000000000000045411236375033011353 0ustar Information about maven-ejb-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/libmaven-ejb-plugin-java.poms0000644000000000000000000000002411236375033014633 0ustar pom.xml --no-parent debian/TODO0000644000000000000000000000001411626532755007665 0ustar - fix tests debian/watch0000644000000000000000000000024511236375033010223 0ustar version=3 opts="uversionmangle=s/-(alpha|beta)-/~$1/" \ http://svn.apache.org/repos/asf/maven/plugins/tags/ \ maven-ejb-plugin-(\d.*)/ debian debian/orig-tar.sh debian/control0000644000000000000000000000316111626532755010606 0ustar Source: maven-ejb-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: libmaven-invoker-plugin-java (>= 1.3), libmaven-archiver-java, libmaven2-core-java, libplexus-utils-java, libmaven-plugin-testing-java, libmaven-plugin-tools-java Standards-Version: 3.9.1 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/maven-ejb-plugin Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/maven-ejb-plugin/ Homepage: http://maven.apache.org/plugins/maven-ejb-plugin/ Package: libmaven-ejb-plugin-java Architecture: all Depends: ${misc:Depends}, ${maven:Depends} Recommends: ${maven:OptionalDepends} Description: Maven EJB 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 EJB plugin generates a J2EE Enterprise JavaBean (EJB) file as well as the associated client JAR. debian/source/0000755000000000000000000000000011626533004010466 5ustar debian/source/format0000644000000000000000000000001411626532755011710 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211236375033010367 0ustar 7 debian/maven.properties0000644000000000000000000000002511236375033012412 0ustar maven.test.skip=true