diff options
author | Brett Porter <brett@apache.org> | 2011-12-16 13:13:10 +0000 |
---|---|---|
committer | Brett Porter <brett@apache.org> | 2011-12-16 13:13:10 +0000 |
commit | 615cfd730e41fffdc3cc487f5d54094ea67009f5 (patch) | |
tree | 2be71f747af1a129df587e00701a6f22914e6755 /archiva-cli | |
parent | f5183ff08b0bf11849f6a90967977a981578096a (diff) | |
download | archiva-615cfd730e41fffdc3cc487f5d54094ea67009f5.tar.gz archiva-615cfd730e41fffdc3cc487f5d54094ea67009f5.zip |
remove all tab characters and fix some formatting
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1215120 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-cli')
-rw-r--r-- | archiva-cli/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archiva-cli/pom.xml b/archiva-cli/pom.xml index 8e3a759da..5c6206475 100644 --- a/archiva-cli/pom.xml +++ b/archiva-cli/pom.xml @@ -110,7 +110,7 @@ </transformers> <artifactSet> <excludes> - <exclude>xerces:xercesImpl</exclude> + <exclude>xerces:xercesImpl</exclude> <exclude>xml-apis:xml-apis</exclude> <exclude>xalan:xalan</exclude> <exclude>commons-beanutils:commons-beanutils</exclude> |