This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-debian-helper.
commit 8814a1baf9a054b98b34da151b952966b0eea900 Author: luca-vercelli <[email protected]> Date: Mon Jun 27 12:58:17 2016 +0200 handle artifacts with ".pom" in artifactId --- share/maven-debian-helper/copy-repo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/maven-debian-helper/copy-repo.sh b/share/maven-debian-helper/copy-repo.sh index e04380f..dc747ce 100755 --- a/share/maven-debian-helper/copy-repo.sh +++ b/share/maven-debian-helper/copy-repo.sh @@ -22,7 +22,7 @@ PLUGIN_GROUPS="org.apache.maven.plugins org.codehaus.mojo org.codehaus.plexus or METADATA_NAME="maven-metadata-local.xml" find_src_poms() { - find -L $SRC_REPO -name '*.pom' -printf '%P\n' + find -L $SRC_REPO -type f -name '*.pom' -printf '%P\n' } find_group_artifact_ids() { -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-debian-helper.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

