This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository easymock.
commit b21efd09180ec97f4f7c706393c08bcb6561cc8e Author: Markus Koschany <[email protected]> Date: Fri Oct 7 12:26:20 2016 +0200 Add maven files for new release. --- debian/libeasymock-java.poms | 35 +++++++++++++++++++++++++++++++++++ debian/maven.ignoreRules | 33 +++++++++++++++++++++++++++++++++ debian/maven.rules | 11 +++++++++++ 3 files changed, 79 insertions(+) diff --git a/debian/libeasymock-java.poms b/debian/libeasymock-java.poms new file mode 100644 index 0000000..3d24c1c --- /dev/null +++ b/debian/libeasymock-java.poms @@ -0,0 +1,35 @@ +# List of POM files for the package +# Format of this file is: +# <path to pom file> [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 <parent> tag from the POM +# --package=<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=<elem1,elem2>: a list of XML elements to keep in the POM +# during a clean operation with mh_cleanpom or mh_installpom +# --artifact=<path>: 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>: name to use when installing the library in /usr/share/java +# --usj-version=<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=<path>: the destination for the real jar. +# It will be installed with mh_install. [mh_install] +# --classifier=<classifier>: Optional, the classifier for the jar. Empty by default. +# --site-xml=<location>: Optional, the location for site.xml if it needs to be installed. +# Empty by default. [mh_install] +# +pom.xml --has-package-version +core/pom.xml --has-package-version +test-integration/pom.xml --ignore +test-osgi/pom.xml --ignore +test-nodeps/pom.xml --ignore +test-android/pom.xml --ignore +bench/pom.xml --ignore +test-deploy/pom.xml --ignore diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules new file mode 100644 index 0000000..4d51271 --- /dev/null +++ b/debian/maven.ignoreRules @@ -0,0 +1,33 @@ + +com.keyboardsamurais.maven maven-timestamp-plugin * * * * +com.mycila.maven-license-plugin maven-license-plugin * * * * +com.simpligility.maven.plugins android-maven-plugin * * * * +edu.emory.mathcs.backport com.springsource.edu.emory.mathcs.backport * * * * +junit junit * * * * +org.apache.log4j com.springsource.org.apache.log4j * * * * +org.apache.maven.plugins maven-checkstyle-plugin * * * * +org.apache.maven.plugins maven-deploy-plugin * * * * +org.apache.maven.plugins maven-gpg-plugin * * * * +org.apache.maven.plugins maven-pmd-plugin * * * * +org.apache.maven.plugins maven-project-info-reports-plugin * * * * +org.apache.maven.plugins maven-remote-resources-plugin * * * * +org.apache.maven.plugins maven-surefire-plugin * * * * +org.apache.maven.wagon wagon-ssh-external * * * * +org.apache.servicemix.bundles org.apache.servicemix.bundles.cglib * * * * +org.codehaus.mojo exec-maven-plugin * * * * +org.codehaus.mojo findbugs-maven-plugin * * * * +org.codehaus.mojo javancss-maven-plugin * * * * +org.codehaus.mojo jdepend-maven-plugin * * * * +org.codehaus.mojo versions-maven-plugin * * * * +org.eclipse.osgi org.eclipse.osgi * * * * +org.jacoco jacoco-maven-plugin * * * * +org.openjdk.jmh jmh-core * * * * +org.openjdk.jmh jmh-generator-annprocess * * * * +org.powermock powermock-api-easymock * * * * +org.powermock powermock-module-junit4 * * * * +org.slf4j jcl-over-slf4j * * * * +org.slf4j slf4j-api * * * * +org.slf4j slf4j-log4j12 * * * * +org.springframework.osgi spring-osgi-annotation * * * * +org.springframework.osgi spring-osgi-extender * * * * +org.springframework.osgi spring-osgi-test * * * * diff --git a/debian/maven.rules b/debian/maven.rules new file mode 100644 index 0000000..b14202f --- /dev/null +++ b/debian/maven.rules @@ -0,0 +1,11 @@ + +org.easymock easymock-android-tck apk s/.*/debian/ * * +org.easymock easymock-bench jar s/.*/debian/ * * +org.easymock easymock-parent pom s/.*/debian/ * * +org.easymock easymock-test-deploy jar s/.*/debian/ * * +org.easymock easymock-test-integration jar s/.*/debian/ * * +org.easymock easymock-test-nodeps jar s/.*/debian/ * * +org.easymock easymock-test-osgi jar s/.*/debian/ * * +org.easymock easymock jar s/.*/debian/ * * +org.objenesis objenesis jar s/.*/debian/ * * +org.ow2.asm * * s/.*/debian/ * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/easymock.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

