You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by vm...@apache.org on 2005/04/04 10:48:27 UTC

svn commit: r160009 - in maven/maven-1/plugins/trunk/dashboard/src/plugin-test/testWhenNoReportsGenerated: ./ .cvsignore project.properties project.xml

Author: vmassol
Date: Mon Apr  4 01:48:27 2005
New Revision: 160009

URL: http://svn.apache.org/viewcvs?view=rev&rev=160009
Log:
Renamed test projects to more meaningful names. Had some issue with subclipse, sorry for the numerous commits... :-(

Added:
    maven/maven-1/plugins/trunk/dashboard/src/plugin-test/testWhenNoReportsGenerated/
    maven/maven-1/plugins/trunk/dashboard/src/plugin-test/testWhenNoReportsGenerated/.cvsignore
    maven/maven-1/plugins/trunk/dashboard/src/plugin-test/testWhenNoReportsGenerated/project.properties
    maven/maven-1/plugins/trunk/dashboard/src/plugin-test/testWhenNoReportsGenerated/project.xml

Added: maven/maven-1/plugins/trunk/dashboard/src/plugin-test/testWhenNoReportsGenerated/.cvsignore
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/dashboard/src/plugin-test/testWhenNoReportsGenerated/.cvsignore?view=auto&rev=160009
==============================================================================
--- maven/maven-1/plugins/trunk/dashboard/src/plugin-test/testWhenNoReportsGenerated/.cvsignore (added)
+++ maven/maven-1/plugins/trunk/dashboard/src/plugin-test/testWhenNoReportsGenerated/.cvsignore Mon Apr  4 01:48:27 2005
@@ -0,0 +1,2 @@
+target
+maven.log

Added: maven/maven-1/plugins/trunk/dashboard/src/plugin-test/testWhenNoReportsGenerated/project.properties
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/dashboard/src/plugin-test/testWhenNoReportsGenerated/project.properties?view=auto&rev=160009
==============================================================================
--- maven/maven-1/plugins/trunk/dashboard/src/plugin-test/testWhenNoReportsGenerated/project.properties (added)
+++ maven/maven-1/plugins/trunk/dashboard/src/plugin-test/testWhenNoReportsGenerated/project.properties Mon Apr  4 01:48:27 2005
@@ -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
+# -------------------------------------------------------------------

Added: maven/maven-1/plugins/trunk/dashboard/src/plugin-test/testWhenNoReportsGenerated/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/dashboard/src/plugin-test/testWhenNoReportsGenerated/project.xml?view=auto&rev=160009
==============================================================================
--- maven/maven-1/plugins/trunk/dashboard/src/plugin-test/testWhenNoReportsGenerated/project.xml (added)
+++ maven/maven-1/plugins/trunk/dashboard/src/plugin-test/testWhenNoReportsGenerated/project.xml Mon Apr  4 01:48:27 2005
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!-- 
+/*
+ * Copyright 2001-2005 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.
+ */
+ -->
+
+<project>
+  <extend>${basedir}/../common/project.xml</extend>
+  <id>testWhenNoReportsGenerated</id>
+  <name>Test When No Reports Generated</name>
+  <!-- Even though there are reports listed below, there are no source code in
+       the project so no reports will be generated -->
+  <reports>
+    <report>maven-changes-plugin</report>
+    <report>maven-tasklist-plugin</report>
+    <report>maven-linkcheck-plugin</report>
+    <report>maven-javadoc-plugin</report>
+    <report>maven-jxr-plugin</report>
+    <report>maven-jdepend-plugin</report>
+    <report>maven-checkstyle-plugin</report>
+    <report>maven-junit-report-plugin</report>
+  </reports>
+</project>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org