diff options
author | Martin Stockhammer <martin_s@apache.org> | 2017-06-13 13:18:59 +0200 |
---|---|---|
committer | Martin Stockhammer <martin_s@apache.org> | 2017-06-13 13:18:59 +0200 |
commit | 0ebdedcbe5e1d460286c70079b45f95355e407ab (patch) | |
tree | 82a07f82ca24151809d8a29b19dc4f50c57fc654 /archiva-modules/archiva-web/archiva-webapp-test | |
parent | eedd8d655a8807466d1041c2dedfb69a2609e37e (diff) | |
download | archiva-0ebdedcbe5e1d460286c70079b45f95355e407ab.tar.gz archiva-0ebdedcbe5e1d460286c70079b45f95355e407ab.zip |
Adding empty tags avoid schema errors in IDE
Diffstat (limited to 'archiva-modules/archiva-web/archiva-webapp-test')
-rw-r--r-- | archiva-modules/archiva-web/archiva-webapp-test/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/archiva-modules/archiva-web/archiva-webapp-test/pom.xml b/archiva-modules/archiva-web/archiva-webapp-test/pom.xml index 868f2f506..1e7318cd6 100644 --- a/archiva-modules/archiva-web/archiva-webapp-test/pom.xml +++ b/archiva-modules/archiva-web/archiva-webapp-test/pom.xml @@ -374,6 +374,11 @@ <portName>container.http.port</portName> <portName>container.stop.port</portName> </portNames> + <fileSet/> + <name/> + <regex/> + <source/> + <value/> </configuration> <executions> <execution> |