diff --git a/dashboard/src/plugin-test/testWhenNoReportsGenerated/.cvsignore b/dashboard/src/plugin-test/testWhenNoReportsGenerated/.cvsignore new file mode 100644 index 00000000..d2f60874 --- /dev/null +++ b/dashboard/src/plugin-test/testWhenNoReportsGenerated/.cvsignore @@ -0,0 +1,2 @@ +target +maven.log diff --git a/dashboard/src/plugin-test/testWhenNoReportsGenerated/project.properties b/dashboard/src/plugin-test/testWhenNoReportsGenerated/project.properties new file mode 100644 index 00000000..2adeb673 --- /dev/null +++ b/dashboard/src/plugin-test/testWhenNoReportsGenerated/project.properties @@ -0,0 +1,19 @@ +# ------------------------------------------------------------------- +# Copyright 2001-2004 The Apache Software Foundation. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# ------------------------------------------------------------------- + +# ------------------------------------------------------------------- +# P R O J E C T P R O P E R T I E S +# ------------------------------------------------------------------- diff --git a/dashboard/src/plugin-test/testWhenNoReportsGenerated/project.xml b/dashboard/src/plugin-test/testWhenNoReportsGenerated/project.xml new file mode 100644 index 00000000..c1662243 --- /dev/null +++ b/dashboard/src/plugin-test/testWhenNoReportsGenerated/project.xml @@ -0,0 +1,36 @@ + + + + + ${basedir}/../common/project.xml + testWhenNoReportsGenerated + Test When No Reports Generated + + + maven-changes-plugin + maven-tasklist-plugin + maven-linkcheck-plugin + maven-javadoc-plugin + maven-jxr-plugin + maven-jdepend-plugin + maven-checkstyle-plugin + maven-junit-report-plugin + +