This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository objenesis.
commit cd780c2aa749511cc1b7c497b101a31d602c576b Author: Markus Koschany <[email protected]> Date: Mon May 16 17:39:58 2016 +0200 Remove obsolete maven.* files. --- debian/maven.ignoreRules | 28 ---------------------------- debian/maven.properties | 5 ----- debian/maven.rules | 21 --------------------- 3 files changed, 54 deletions(-) diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules deleted file mode 100644 index 49d2a37..0000000 --- a/debian/maven.ignoreRules +++ /dev/null @@ -1,28 +0,0 @@ -# Maven ignore rules - ignore some Maven dependencies and plugins -# Format of this file is: -# [group] [artifact] [type] [version] [classifier] [scope] -# where each element can be either -# - the exact string, for example org.apache for the group, or 3.1 -# for the version. In this case, the element is simply matched -# and left as it is -# - * (the star character, alone). In this case, anything will -# match and be left as it is. For example, using * on the -# position of the artifact field will match any artifact id -# All elements much match before a rule can be applied -# Example rule: match jar with groupid= junit, artifactid= junit -# and version starting with 3., this dependency is then removed -# from the POM -# junit junit jar s/3\..*/3.x/ - -com.google.code.maven-license-plugin maven-license-plugin * * * * -com.keyboardsamurais.maven maven-timestamp-plugin * * * * -org.apache.felix maven-bundle-plugin * * * * -org.apache.maven.plugins maven-eclipse-plugin * * * * -org.apache.maven.plugins maven-pmd-plugin * * * * -org.apache.maven.plugins maven-remote-resources-plugin * * * * -org.apache.maven.plugins maven-source-plugin * * * * -org.apache.maven.wagon wagon-ssh-external * * * * -org.codehaus.mojo findbugs-maven-plugin * * * * -org.apache.maven.plugins maven-release-plugin * * * * -com.mycila.maven-license-plugin maven-license-plugin * * * * - diff --git a/debian/maven.properties b/debian/maven.properties deleted file mode 100644 index c14f797..0000000 --- a/debian/maven.properties +++ /dev/null @@ -1,5 +0,0 @@ -# Include here properties to pass to Maven during the build. -# For example: -# maven.test.skip=true - -project.build.sourceEncoding=ISO-8859-1 diff --git a/debian/maven.rules b/debian/maven.rules deleted file mode 100644 index fcc1d5a..0000000 --- a/debian/maven.rules +++ /dev/null @@ -1,21 +0,0 @@ -# Maven rules - transform Maven dependencies and plugins -# Format of this file is: -# [group] [artifact] [type] [version] [classifier] [scope] -# where each element can be either -# - the exact string, for example org.apache for the group, or 3.1 -# for the version. In this case, the element is simply matched -# and left as it is -# - * (the star character, alone). In this case, anything will -# match and be left as it is. For example, using * on the -# position of the artifact field will match any artifact id -# - a regular expression of the form s/match/replace/ -# in this case, elements that match are transformed using -# the regex rule. -# All elements much match before a rule can be applied -# Example rule: match jar with groupid= junit, artifactid= junit -# and version starting with 3., replacing the version with 3.x -# junit junit jar s/3\..*/3.x/ - -junit junit jar s/4\..*/4.x/ * * -org.objenesis objenesis-parent pom s/.*/debian/ * * -org.objenesis objenesis jar s/.*/debian/ * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/objenesis.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

