[maven-debian-helper] 01/06: handle artifacts with ".pom" in artifactId
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Mon Jun 27 16:08:29 UTC 2016
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 <luca.vercelli.to at gmail.com>
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
More information about the pkg-java-commits
mailing list