mirror of https://github.com/apache/maven.git
exclude svn directories in mboot
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@164393 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8a53923074
commit
657fde08f4
|
@ -26,7 +26,7 @@ public class JarMojo
|
|||
|
||||
Map includes = new LinkedHashMap();
|
||||
|
||||
addDirectory( includes, "**/**", "**/package.html", "", basedir );
|
||||
addDirectory( includes, "**/**", "**/package.html,**/.svn/**", "", basedir );
|
||||
|
||||
createJar( jarFile, includes );
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue