diff options
author | Olivier Lamy <olamy@apache.org> | 2012-10-05 19:48:34 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2012-10-05 19:48:34 +0000 |
commit | db9442d5ead10d6c8b5de6d06fb20ec1f783ecb6 (patch) | |
tree | 27bb566fcc7c4072bc5e35dcc96b9b95209a9839 /archiva-docs | |
parent | d381f0d431b46ede15ee7264bdc90a4d7adf1c4a (diff) | |
download | archiva-db9442d5ead10d6c8b5de6d06fb20ec1f783ecb6.tar.gz archiva-db9442d5ead10d6c8b5de6d06fb20ec1f783ecb6.zip |
fix junit
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1394757 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-docs')
-rw-r--r-- | archiva-docs/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archiva-docs/pom.xml b/archiva-docs/pom.xml index 5b44cf374..b4d62d479 100644 --- a/archiva-docs/pom.xml +++ b/archiva-docs/pom.xml @@ -118,7 +118,7 @@ <configuration> <includeArtifactIds>archiva-web-common</includeArtifactIds> <outputDirectory>${project.build.directory}/site/</outputDirectory> - <excludes>META-INF/**,org/**,WEB-INF/**</excludes> + <excludes>META-INF/**,org/**</excludes> </configuration> </execution> </executions> |