This is an automated email from the git hooks/post-receive script. tmancill pushed a commit to branch master in repository shimdandy.
commit fff89e5a3e32139475dc9f97aee6e4c41749d9fc Author: Tom Marble <[email protected]> Date: Fri Aug 11 13:47:07 2017 -0500 Try again to ignore parent pom Signed-off-by: Tom Marble <[email protected]> --- debian/libshimdandy-java.poms | 2 +- debian/maven.ignoreRules | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/libshimdandy-java.poms b/debian/libshimdandy-java.poms index 991e474..a5b6fd3 100644 --- a/debian/libshimdandy-java.poms +++ b/debian/libshimdandy-java.poms @@ -25,6 +25,6 @@ # --site-xml=<location>: Optional, the location for site.xml if it needs to be installed. # Empty by default. [mh_install] # -# pom.xml --no-parent --has-package-version +pom.xml --no-parent --has-package-version api/pom.xml --no-parent --has-package-version impl/pom.xml --no-parent --has-package-version diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules index e915180..5d0f99f 100644 --- a/debian/maven.ignoreRules +++ b/debian/maven.ignoreRules @@ -1,3 +1,4 @@ +org.sonatype.oss oss-parent * * * * org.projectodd.shimdandy shimdandy-parent * * * * junit junit * * * * org.clojure clojure * * * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/shimdandy.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

