You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2008/11/12 23:41:15 UTC

svn commit: r713537 - in /maven/mercury/trunk: ./ mercury-artifact/src/site/ mercury-crypto/mercury-crypto-api/src/site/ mercury-crypto/mercury-crypto-basic/src/site/ mercury-crypto/src/ mercury-crypto/src/site/ mercury-external/src/site/ mercury-it/sr...

Author: hboutemy
Date: Wed Nov 12 14:41:13 2008
New Revision: 713537

URL: http://svn.apache.org/viewvc?rev=713537&view=rev
Log:
added site descriptors and reporting configuration

Added:
    maven/mercury/trunk/mercury-artifact/src/site/
    maven/mercury/trunk/mercury-artifact/src/site/site.xml   (with props)
    maven/mercury/trunk/mercury-crypto/mercury-crypto-api/src/site/
    maven/mercury/trunk/mercury-crypto/mercury-crypto-api/src/site/site.xml   (with props)
    maven/mercury/trunk/mercury-crypto/mercury-crypto-basic/src/site/
    maven/mercury/trunk/mercury-crypto/mercury-crypto-basic/src/site/site.xml   (with props)
    maven/mercury/trunk/mercury-crypto/src/
    maven/mercury/trunk/mercury-crypto/src/site/
    maven/mercury/trunk/mercury-crypto/src/site/site.xml   (with props)
    maven/mercury/trunk/mercury-external/src/site/
    maven/mercury/trunk/mercury-external/src/site/site.xml   (with props)
    maven/mercury/trunk/mercury-it/src/site/
    maven/mercury/trunk/mercury-it/src/site/site.xml   (with props)
    maven/mercury/trunk/mercury-logging/src/site/
    maven/mercury/trunk/mercury-logging/src/site/site.xml   (with props)
    maven/mercury/trunk/mercury-md/mercury-md-sat/src/site/
    maven/mercury/trunk/mercury-md/mercury-md-sat/src/site/site.xml   (with props)
    maven/mercury/trunk/mercury-md/mercury-md-shared/src/site/
    maven/mercury/trunk/mercury-md/mercury-md-shared/src/site/site.xml   (with props)
    maven/mercury/trunk/mercury-md/src/site/
    maven/mercury/trunk/mercury-md/src/site/site.xml   (with props)
    maven/mercury/trunk/mercury-plexus/src/site/
    maven/mercury/trunk/mercury-plexus/src/site/site.xml   (with props)
    maven/mercury/trunk/mercury-pom/src/
    maven/mercury/trunk/mercury-pom/src/site/
    maven/mercury/trunk/mercury-pom/src/site/site.xml   (with props)
    maven/mercury/trunk/mercury-repo/mercury-repo-api/src/site/
    maven/mercury/trunk/mercury-repo/mercury-repo-api/src/site/site.xml   (with props)
    maven/mercury/trunk/mercury-repo/mercury-repo-cache-fs/src/site/
    maven/mercury/trunk/mercury-repo/mercury-repo-cache-fs/src/site/site.xml   (with props)
    maven/mercury/trunk/mercury-repo/mercury-repo-local-flat/src/site/
    maven/mercury/trunk/mercury-repo/mercury-repo-local-flat/src/site/site.xml   (with props)
    maven/mercury/trunk/mercury-repo/mercury-repo-local-m2/src/site/
    maven/mercury/trunk/mercury-repo/mercury-repo-local-m2/src/site/site.xml   (with props)
    maven/mercury/trunk/mercury-repo/mercury-repo-remote-m2/src/site/
    maven/mercury/trunk/mercury-repo/mercury-repo-remote-m2/src/site/site.xml   (with props)
    maven/mercury/trunk/mercury-repo/mercury-repo-virtual/src/site/
    maven/mercury/trunk/mercury-repo/mercury-repo-virtual/src/site/site.xml   (with props)
    maven/mercury/trunk/mercury-repo/src/
    maven/mercury/trunk/mercury-repo/src/site/
    maven/mercury/trunk/mercury-repo/src/site/site.xml   (with props)
    maven/mercury/trunk/mercury-transport/mercury-transport-api/src/site/
    maven/mercury/trunk/mercury-transport/mercury-transport-api/src/site/site.xml   (with props)
    maven/mercury/trunk/mercury-transport/mercury-transport-file/src/site/
    maven/mercury/trunk/mercury-transport/mercury-transport-file/src/site/site.xml   (with props)
    maven/mercury/trunk/mercury-transport/mercury-transport-http/src/site/
    maven/mercury/trunk/mercury-transport/mercury-transport-http/src/site/site.xml   (with props)
    maven/mercury/trunk/mercury-transport/src/
    maven/mercury/trunk/mercury-transport/src/site/
    maven/mercury/trunk/mercury-transport/src/site/site.xml   (with props)
    maven/mercury/trunk/mercury-util/src/site/
    maven/mercury/trunk/mercury-util/src/site/site.xml   (with props)
    maven/mercury/trunk/mercury-wagon/src/site/
    maven/mercury/trunk/mercury-wagon/src/site/site.xml   (with props)
    maven/mercury/trunk/src/
    maven/mercury/trunk/src/site/
    maven/mercury/trunk/src/site/site.xml   (with props)
Modified:
    maven/mercury/trunk/mercury-pom/pom.xml
    maven/mercury/trunk/pom.xml

Added: maven/mercury/trunk/mercury-artifact/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/mercury/trunk/mercury-artifact/src/site/site.xml?rev=713537&view=auto
==============================================================================
--- maven/mercury/trunk/mercury-artifact/src/site/site.xml (added)
+++ maven/mercury/trunk/mercury-artifact/src/site/site.xml Wed Nov 12 14:41:13 2008
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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>
+
+  <body>
+
+    <menu ref="parent"/>
+
+    <menu ref="reports"/>
+
+  </body>
+
+</project>
\ No newline at end of file

Propchange: maven/mercury/trunk/mercury-artifact/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/mercury/trunk/mercury-artifact/src/site/site.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: maven/mercury/trunk/mercury-crypto/mercury-crypto-api/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/mercury/trunk/mercury-crypto/mercury-crypto-api/src/site/site.xml?rev=713537&view=auto
==============================================================================
--- maven/mercury/trunk/mercury-crypto/mercury-crypto-api/src/site/site.xml (added)
+++ maven/mercury/trunk/mercury-crypto/mercury-crypto-api/src/site/site.xml Wed Nov 12 14:41:13 2008
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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>
+
+  <body>
+
+    <menu ref="parent"/>
+
+    <menu ref="reports"/>
+
+  </body>
+
+</project>
\ No newline at end of file

Propchange: maven/mercury/trunk/mercury-crypto/mercury-crypto-api/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/mercury/trunk/mercury-crypto/mercury-crypto-api/src/site/site.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: maven/mercury/trunk/mercury-crypto/mercury-crypto-basic/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/mercury/trunk/mercury-crypto/mercury-crypto-basic/src/site/site.xml?rev=713537&view=auto
==============================================================================
--- maven/mercury/trunk/mercury-crypto/mercury-crypto-basic/src/site/site.xml (added)
+++ maven/mercury/trunk/mercury-crypto/mercury-crypto-basic/src/site/site.xml Wed Nov 12 14:41:13 2008
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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>
+
+  <body>
+
+    <menu ref="parent"/>
+
+    <menu ref="reports"/>
+
+  </body>
+
+</project>
\ No newline at end of file

Propchange: maven/mercury/trunk/mercury-crypto/mercury-crypto-basic/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/mercury/trunk/mercury-crypto/mercury-crypto-basic/src/site/site.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: maven/mercury/trunk/mercury-crypto/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/mercury/trunk/mercury-crypto/src/site/site.xml?rev=713537&view=auto
==============================================================================
--- maven/mercury/trunk/mercury-crypto/src/site/site.xml (added)
+++ maven/mercury/trunk/mercury-crypto/src/site/site.xml Wed Nov 12 14:41:13 2008
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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>
+
+  <body>
+
+    <menu ref="parent"/>
+
+    <menu ref="modules"/>
+
+    <menu ref="reports"/>
+
+  </body>
+
+</project>
\ No newline at end of file

Propchange: maven/mercury/trunk/mercury-crypto/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/mercury/trunk/mercury-crypto/src/site/site.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: maven/mercury/trunk/mercury-external/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/mercury/trunk/mercury-external/src/site/site.xml?rev=713537&view=auto
==============================================================================
--- maven/mercury/trunk/mercury-external/src/site/site.xml (added)
+++ maven/mercury/trunk/mercury-external/src/site/site.xml Wed Nov 12 14:41:13 2008
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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>
+
+  <body>
+
+    <menu ref="parent"/>
+
+    <menu ref="reports"/>
+
+  </body>
+
+</project>
\ No newline at end of file

Propchange: maven/mercury/trunk/mercury-external/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/mercury/trunk/mercury-external/src/site/site.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: maven/mercury/trunk/mercury-it/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/mercury/trunk/mercury-it/src/site/site.xml?rev=713537&view=auto
==============================================================================
--- maven/mercury/trunk/mercury-it/src/site/site.xml (added)
+++ maven/mercury/trunk/mercury-it/src/site/site.xml Wed Nov 12 14:41:13 2008
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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>
+
+  <body>
+
+    <menu ref="parent"/>
+
+    <menu ref="reports"/>
+
+  </body>
+
+</project>
\ No newline at end of file

Propchange: maven/mercury/trunk/mercury-it/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/mercury/trunk/mercury-it/src/site/site.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: maven/mercury/trunk/mercury-logging/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/mercury/trunk/mercury-logging/src/site/site.xml?rev=713537&view=auto
==============================================================================
--- maven/mercury/trunk/mercury-logging/src/site/site.xml (added)
+++ maven/mercury/trunk/mercury-logging/src/site/site.xml Wed Nov 12 14:41:13 2008
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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>
+
+  <body>
+
+    <menu ref="parent"/>
+
+    <menu ref="reports"/>
+
+  </body>
+
+</project>
\ No newline at end of file

Propchange: maven/mercury/trunk/mercury-logging/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/mercury/trunk/mercury-logging/src/site/site.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: maven/mercury/trunk/mercury-md/mercury-md-sat/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/mercury/trunk/mercury-md/mercury-md-sat/src/site/site.xml?rev=713537&view=auto
==============================================================================
--- maven/mercury/trunk/mercury-md/mercury-md-sat/src/site/site.xml (added)
+++ maven/mercury/trunk/mercury-md/mercury-md-sat/src/site/site.xml Wed Nov 12 14:41:13 2008
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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>
+
+  <body>
+
+    <menu ref="parent"/>
+
+    <menu ref="reports"/>
+
+  </body>
+
+</project>
\ No newline at end of file

Propchange: maven/mercury/trunk/mercury-md/mercury-md-sat/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/mercury/trunk/mercury-md/mercury-md-sat/src/site/site.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: maven/mercury/trunk/mercury-md/mercury-md-shared/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/mercury/trunk/mercury-md/mercury-md-shared/src/site/site.xml?rev=713537&view=auto
==============================================================================
--- maven/mercury/trunk/mercury-md/mercury-md-shared/src/site/site.xml (added)
+++ maven/mercury/trunk/mercury-md/mercury-md-shared/src/site/site.xml Wed Nov 12 14:41:13 2008
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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>
+
+  <body>
+
+    <menu ref="parent"/>
+
+    <menu ref="reports"/>
+
+  </body>
+
+</project>
\ No newline at end of file

Propchange: maven/mercury/trunk/mercury-md/mercury-md-shared/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/mercury/trunk/mercury-md/mercury-md-shared/src/site/site.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: maven/mercury/trunk/mercury-md/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/mercury/trunk/mercury-md/src/site/site.xml?rev=713537&view=auto
==============================================================================
--- maven/mercury/trunk/mercury-md/src/site/site.xml (added)
+++ maven/mercury/trunk/mercury-md/src/site/site.xml Wed Nov 12 14:41:13 2008
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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>
+
+  <body>
+
+    <menu ref="parent"/>
+
+    <menu ref="modules"/>
+
+    <menu ref="reports"/>
+
+  </body>
+
+</project>
\ No newline at end of file

Propchange: maven/mercury/trunk/mercury-md/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/mercury/trunk/mercury-md/src/site/site.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: maven/mercury/trunk/mercury-plexus/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/mercury/trunk/mercury-plexus/src/site/site.xml?rev=713537&view=auto
==============================================================================
--- maven/mercury/trunk/mercury-plexus/src/site/site.xml (added)
+++ maven/mercury/trunk/mercury-plexus/src/site/site.xml Wed Nov 12 14:41:13 2008
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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>
+
+  <body>
+
+    <menu ref="parent"/>
+
+    <menu ref="reports"/>
+
+  </body>
+
+</project>
\ No newline at end of file

Propchange: maven/mercury/trunk/mercury-plexus/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/mercury/trunk/mercury-plexus/src/site/site.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Modified: maven/mercury/trunk/mercury-pom/pom.xml
URL: http://svn.apache.org/viewvc/maven/mercury/trunk/mercury-pom/pom.xml?rev=713537&r1=713536&r2=713537&view=diff
==============================================================================
--- maven/mercury/trunk/mercury-pom/pom.xml (original)
+++ maven/mercury/trunk/mercury-pom/pom.xml Wed Nov 12 14:41:13 2008
@@ -11,12 +11,12 @@
   <artifactId>mercury-pom</artifactId>
   <packaging>pom</packaging>
   <name>Mercury parent POM:             ${project.version}</name>
-  
+
   <issueManagement>
   	<system>jira</system>
   	<url>http://jira.codehaus.org/browse/MERCURY</url>
   </issueManagement>
-  
+
   <developers>
     <developer>
       <name>Jan Bartel</name>
@@ -34,7 +34,7 @@
       <name>Greg Wilkins</name>
     </developer>
   </developers>
-  
+
   <dependencyManagement>
     <dependencies>
     <dependency>
@@ -42,7 +42,7 @@
       <artifactId>mercury-crypto-api</artifactId>
       <version>${project.version}</version>
     </dependency>
-    
+
     <dependency>
       <groupId>org.apache.maven.mercury</groupId>
       <artifactId>mercury-crypto-basic</artifactId>
@@ -89,7 +89,7 @@
 
     </dependencies>
   </dependencyManagement>
- 
+
 <profiles>
   <profile>
   	<id>mercury.install.all</id>
@@ -124,7 +124,7 @@
 					</execution>
 				</executions>
 			</plugin>
-			
+
 			<plugin>
 				<groupId>org.codehaus.mojo</groupId>
 				<artifactId>cobertura-maven-plugin</artifactId>
@@ -170,7 +170,113 @@
 		</plugins>
 	</build>
 	  </profile>
-</profiles>  
+    <profile>
+      <id>reporting</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.codehaus.mojo</groupId>
+            <artifactId>cobertura-maven-plugin</artifactId>
+            <version>2.2</version>
+            <executions>
+              <execution>
+                <phase>clean</phase>
+                <goals>
+                  <goal>clean</goal>
+                </goals>
+              </execution>
+            </executions>
+          </plugin>
+        </plugins>
+      </build>
+      <reporting>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-project-info-reports-plugin</artifactId>
+            <version>2.1</version>
+          </plugin>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-surefire-report-plugin</artifactId>
+            <version>2.4.3</version>
+          </plugin>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-checkstyle-plugin</artifactId>
+            <version>2.2</version>
+            <configuration>
+              <configLocation>http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/config/maven_checks.xml</configLocation>
+              <headerLocation>http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/config/maven-header.txt</headerLocation>
+            </configuration>
+          </plugin>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-pmd-plugin</artifactId>
+            <version>2.4</version>
+            <configuration>
+              <rulesets>
+                <ruleset>http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-pmd-plugin/src/main/resources/rulesets/maven.xml</ruleset>
+              </rulesets>
+            </configuration>
+          </plugin>
+          <plugin>
+            <groupId>org.codehaus.mojo</groupId>
+            <artifactId>cobertura-maven-plugin</artifactId>
+            <version>2.2</version>
+          </plugin>
+          <plugin>
+            <groupId>org.codehaus.mojo</groupId>
+            <artifactId>taglist-maven-plugin</artifactId>
+            <version>2.2</version>
+          </plugin>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-jxr-plugin</artifactId>
+            <version>2.1</version>
+            <configuration>
+              <inputEncoding>${project.build.sourceEncoding}</inputEncoding>
+            </configuration>
+          </plugin>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-javadoc-plugin</artifactId>
+            <version>2.5</version>
+            <configuration>
+              <encoding>${project.build.sourceEncoding}</encoding>
+              <links>
+                <link>http://java.sun.com/j2se/1.4.2/docs/api</link>
+                <link>http://java.sun.com/j2ee/1.4/docs/api</link>
+                <link>http://java.sun.com/j2se/1.5.0/docs/api</link>
+                <link>http://commons.apache.org/collections/apidocs-COLLECTIONS_3_0/</link>
+                <link>http://commons.apache.org/dbcp/apidocs/</link>
+                <link>http://commons.apache.org/fileupload/apidocs/</link>
+                <link>http://commons.apache.org/httpclient/apidocs/</link>
+                <link>http://commons.apache.org/logging/apidocs/</link>
+                <link>http://commons.apache.org/pool/apidocs/</link>
+                <link>http://junit.sourceforge.net/javadoc/</link>
+                <link>http://logging.apache.org/log4j/1.2/apidocs/</link>
+                <link>http://jakarta.apache.org/regexp/apidocs/</link>
+              </links>
+            </configuration>
+            <reportSets>
+              <reportSet>
+                <reports>
+                  <report>javadoc</report>
+                  <report>test-javadoc</report>
+                </reports>
+              </reportSet>
+            </reportSets>
+          </plugin>
+          <!--plugin>
+            <groupId>org.codehaus.mojo</groupId>
+            <artifactId>clirr-maven-plugin</artifactId>
+            <version>2.2.2</version>
+          </plugin-->
+        </plugins>
+      </reporting>
+    </profile>
+</profiles>
 
 <build>
     <resources>
@@ -201,7 +307,7 @@
       </testResource>
     </testResources>
 
-<plugins>
+    <plugins>
 
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
@@ -214,7 +320,7 @@
             </goals>
           </execution>
         </executions>
-      </plugin>      
+      </plugin>
 
 
       <plugin>
@@ -225,7 +331,7 @@
           <target>1.5</target>
         </configuration>
       </plugin>
-      
+
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-jar-plugin</artifactId>
@@ -237,8 +343,8 @@
             </goals>
           </execution>
         </executions>
-      </plugin>      
-      
+      </plugin>
+
       <!--
       <plugin>
         <groupId>com.google.code.maven-license-plugin</groupId>
@@ -255,17 +361,18 @@
         </configuration>
       </plugin>
       -->
+
     </plugins>
- 
+
   </build>
-  
+
   <dependencies>
 
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-container-default</artifactId>
       <version>1.0-alpha-43</version>
-    </dependency>  
+    </dependency>
 
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
@@ -279,7 +386,7 @@
       <artifactId>junit</artifactId>
       <version>3.8.1</version>
       <scope>test</scope>
-    </dependency>    
+    </dependency>
 
     <dependency>
     	<groupId>org.codehaus.plexus</groupId>

Added: maven/mercury/trunk/mercury-pom/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/mercury/trunk/mercury-pom/src/site/site.xml?rev=713537&view=auto
==============================================================================
--- maven/mercury/trunk/mercury-pom/src/site/site.xml (added)
+++ maven/mercury/trunk/mercury-pom/src/site/site.xml Wed Nov 12 14:41:13 2008
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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>
+
+  <body>
+
+    <menu ref="parent"/>
+
+    <menu ref="reports"/>
+
+  </body>
+
+</project>
\ No newline at end of file

Propchange: maven/mercury/trunk/mercury-pom/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/mercury/trunk/mercury-pom/src/site/site.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: maven/mercury/trunk/mercury-repo/mercury-repo-api/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/mercury/trunk/mercury-repo/mercury-repo-api/src/site/site.xml?rev=713537&view=auto
==============================================================================
--- maven/mercury/trunk/mercury-repo/mercury-repo-api/src/site/site.xml (added)
+++ maven/mercury/trunk/mercury-repo/mercury-repo-api/src/site/site.xml Wed Nov 12 14:41:13 2008
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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>
+
+  <body>
+
+    <menu ref="parent"/>
+
+    <menu ref="reports"/>
+
+  </body>
+
+</project>
\ No newline at end of file

Propchange: maven/mercury/trunk/mercury-repo/mercury-repo-api/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/mercury/trunk/mercury-repo/mercury-repo-api/src/site/site.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: maven/mercury/trunk/mercury-repo/mercury-repo-cache-fs/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/mercury/trunk/mercury-repo/mercury-repo-cache-fs/src/site/site.xml?rev=713537&view=auto
==============================================================================
--- maven/mercury/trunk/mercury-repo/mercury-repo-cache-fs/src/site/site.xml (added)
+++ maven/mercury/trunk/mercury-repo/mercury-repo-cache-fs/src/site/site.xml Wed Nov 12 14:41:13 2008
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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>
+
+  <body>
+
+    <menu ref="parent"/>
+
+    <menu ref="reports"/>
+
+  </body>
+
+</project>
\ No newline at end of file

Propchange: maven/mercury/trunk/mercury-repo/mercury-repo-cache-fs/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/mercury/trunk/mercury-repo/mercury-repo-cache-fs/src/site/site.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: maven/mercury/trunk/mercury-repo/mercury-repo-local-flat/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/mercury/trunk/mercury-repo/mercury-repo-local-flat/src/site/site.xml?rev=713537&view=auto
==============================================================================
--- maven/mercury/trunk/mercury-repo/mercury-repo-local-flat/src/site/site.xml (added)
+++ maven/mercury/trunk/mercury-repo/mercury-repo-local-flat/src/site/site.xml Wed Nov 12 14:41:13 2008
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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>
+
+  <body>
+
+    <menu ref="parent"/>
+
+    <menu ref="reports"/>
+
+  </body>
+
+</project>
\ No newline at end of file

Propchange: maven/mercury/trunk/mercury-repo/mercury-repo-local-flat/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/mercury/trunk/mercury-repo/mercury-repo-local-flat/src/site/site.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: maven/mercury/trunk/mercury-repo/mercury-repo-local-m2/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/mercury/trunk/mercury-repo/mercury-repo-local-m2/src/site/site.xml?rev=713537&view=auto
==============================================================================
--- maven/mercury/trunk/mercury-repo/mercury-repo-local-m2/src/site/site.xml (added)
+++ maven/mercury/trunk/mercury-repo/mercury-repo-local-m2/src/site/site.xml Wed Nov 12 14:41:13 2008
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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>
+
+  <body>
+
+    <menu ref="parent"/>
+
+    <menu ref="reports"/>
+
+  </body>
+
+</project>
\ No newline at end of file

Propchange: maven/mercury/trunk/mercury-repo/mercury-repo-local-m2/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/mercury/trunk/mercury-repo/mercury-repo-local-m2/src/site/site.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: maven/mercury/trunk/mercury-repo/mercury-repo-remote-m2/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/mercury/trunk/mercury-repo/mercury-repo-remote-m2/src/site/site.xml?rev=713537&view=auto
==============================================================================
--- maven/mercury/trunk/mercury-repo/mercury-repo-remote-m2/src/site/site.xml (added)
+++ maven/mercury/trunk/mercury-repo/mercury-repo-remote-m2/src/site/site.xml Wed Nov 12 14:41:13 2008
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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>
+
+  <body>
+
+    <menu ref="parent"/>
+
+    <menu ref="reports"/>
+
+  </body>
+
+</project>
\ No newline at end of file

Propchange: maven/mercury/trunk/mercury-repo/mercury-repo-remote-m2/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/mercury/trunk/mercury-repo/mercury-repo-remote-m2/src/site/site.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: maven/mercury/trunk/mercury-repo/mercury-repo-virtual/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/mercury/trunk/mercury-repo/mercury-repo-virtual/src/site/site.xml?rev=713537&view=auto
==============================================================================
--- maven/mercury/trunk/mercury-repo/mercury-repo-virtual/src/site/site.xml (added)
+++ maven/mercury/trunk/mercury-repo/mercury-repo-virtual/src/site/site.xml Wed Nov 12 14:41:13 2008
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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>
+
+  <body>
+
+    <menu ref="parent"/>
+
+    <menu ref="reports"/>
+
+  </body>
+
+</project>
\ No newline at end of file

Propchange: maven/mercury/trunk/mercury-repo/mercury-repo-virtual/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/mercury/trunk/mercury-repo/mercury-repo-virtual/src/site/site.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: maven/mercury/trunk/mercury-repo/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/mercury/trunk/mercury-repo/src/site/site.xml?rev=713537&view=auto
==============================================================================
--- maven/mercury/trunk/mercury-repo/src/site/site.xml (added)
+++ maven/mercury/trunk/mercury-repo/src/site/site.xml Wed Nov 12 14:41:13 2008
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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>
+
+  <body>
+
+    <menu ref="parent"/>
+
+    <menu ref="modules"/>
+
+    <menu ref="reports"/>
+
+  </body>
+
+</project>
\ No newline at end of file

Propchange: maven/mercury/trunk/mercury-repo/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/mercury/trunk/mercury-repo/src/site/site.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: maven/mercury/trunk/mercury-transport/mercury-transport-api/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/mercury/trunk/mercury-transport/mercury-transport-api/src/site/site.xml?rev=713537&view=auto
==============================================================================
--- maven/mercury/trunk/mercury-transport/mercury-transport-api/src/site/site.xml (added)
+++ maven/mercury/trunk/mercury-transport/mercury-transport-api/src/site/site.xml Wed Nov 12 14:41:13 2008
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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>
+
+  <body>
+
+    <menu ref="parent"/>
+
+    <menu ref="reports"/>
+
+  </body>
+
+</project>
\ No newline at end of file

Propchange: maven/mercury/trunk/mercury-transport/mercury-transport-api/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/mercury/trunk/mercury-transport/mercury-transport-api/src/site/site.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: maven/mercury/trunk/mercury-transport/mercury-transport-file/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/mercury/trunk/mercury-transport/mercury-transport-file/src/site/site.xml?rev=713537&view=auto
==============================================================================
--- maven/mercury/trunk/mercury-transport/mercury-transport-file/src/site/site.xml (added)
+++ maven/mercury/trunk/mercury-transport/mercury-transport-file/src/site/site.xml Wed Nov 12 14:41:13 2008
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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>
+
+  <body>
+
+    <menu ref="parent"/>
+
+    <menu ref="reports"/>
+
+  </body>
+
+</project>
\ No newline at end of file

Propchange: maven/mercury/trunk/mercury-transport/mercury-transport-file/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/mercury/trunk/mercury-transport/mercury-transport-file/src/site/site.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: maven/mercury/trunk/mercury-transport/mercury-transport-http/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/mercury/trunk/mercury-transport/mercury-transport-http/src/site/site.xml?rev=713537&view=auto
==============================================================================
--- maven/mercury/trunk/mercury-transport/mercury-transport-http/src/site/site.xml (added)
+++ maven/mercury/trunk/mercury-transport/mercury-transport-http/src/site/site.xml Wed Nov 12 14:41:13 2008
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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>
+
+  <body>
+
+    <menu ref="parent"/>
+
+    <menu ref="reports"/>
+
+  </body>
+
+</project>
\ No newline at end of file

Propchange: maven/mercury/trunk/mercury-transport/mercury-transport-http/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/mercury/trunk/mercury-transport/mercury-transport-http/src/site/site.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: maven/mercury/trunk/mercury-transport/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/mercury/trunk/mercury-transport/src/site/site.xml?rev=713537&view=auto
==============================================================================
--- maven/mercury/trunk/mercury-transport/src/site/site.xml (added)
+++ maven/mercury/trunk/mercury-transport/src/site/site.xml Wed Nov 12 14:41:13 2008
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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>
+
+  <body>
+
+    <menu ref="parent"/>
+
+    <menu ref="modules"/>
+
+    <menu ref="reports"/>
+
+  </body>
+
+</project>
\ No newline at end of file

Propchange: maven/mercury/trunk/mercury-transport/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/mercury/trunk/mercury-transport/src/site/site.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: maven/mercury/trunk/mercury-util/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/mercury/trunk/mercury-util/src/site/site.xml?rev=713537&view=auto
==============================================================================
--- maven/mercury/trunk/mercury-util/src/site/site.xml (added)
+++ maven/mercury/trunk/mercury-util/src/site/site.xml Wed Nov 12 14:41:13 2008
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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>
+
+  <body>
+
+    <menu ref="parent"/>
+
+    <menu ref="reports"/>
+
+  </body>
+
+</project>
\ No newline at end of file

Propchange: maven/mercury/trunk/mercury-util/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/mercury/trunk/mercury-util/src/site/site.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: maven/mercury/trunk/mercury-wagon/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/mercury/trunk/mercury-wagon/src/site/site.xml?rev=713537&view=auto
==============================================================================
--- maven/mercury/trunk/mercury-wagon/src/site/site.xml (added)
+++ maven/mercury/trunk/mercury-wagon/src/site/site.xml Wed Nov 12 14:41:13 2008
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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>
+
+  <body>
+
+    <menu ref="parent"/>
+
+    <menu ref="reports"/>
+
+  </body>
+
+</project>
\ No newline at end of file

Propchange: maven/mercury/trunk/mercury-wagon/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/mercury/trunk/mercury-wagon/src/site/site.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Modified: maven/mercury/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/mercury/trunk/pom.xml?rev=713537&r1=713536&r2=713537&view=diff
==============================================================================
--- maven/mercury/trunk/pom.xml (original)
+++ maven/mercury/trunk/pom.xml Wed Nov 12 14:41:13 2008
@@ -17,6 +17,7 @@
     <distMgmtReleasesName>Apache Development Staging Repository</distMgmtReleasesName>
     <distMgmtReleasesUrl>scp://people.apache.org/~/repos/staging</distMgmtReleasesUrl>
 
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
 
   <modules>
@@ -35,8 +36,77 @@
 
   <build>
     <defaultGoal>install</defaultGoal>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-site-plugin</artifactId>
+        <version>2.0-beta-7</version>
+      </plugin>
+    </plugins>
   </build>
 
+  <reporting>
+    <plugins>
+      <plugin>
+        <artifactId>maven-project-info-reports-plugin</artifactId>
+        <version>2.1</version>
+      </plugin>
+    </plugins>
+  </reporting>
+
+  <profiles>
+    <profile>
+      <id>reporting-aggregate</id>
+      <!-- To generate aggregate reports -->
+      <!-- To deploy both aggregate reports for top-level project and standalone reports for modules, call
+           mvn site -Preporting
+           mvn site:deploy
+           mvn site -Preporting-aggregate
+           mvn -N site:deploy
+      -->
+      <reporting>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-project-info-reports-plugin</artifactId>
+            <version>2.1</version>
+          </plugin>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-jxr-plugin</artifactId>
+            <version>2.1</version>
+            <configuration>
+              <aggregate>true</aggregate>
+            </configuration>
+          </plugin>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-javadoc-plugin</artifactId>
+            <version>2.4</version>
+            <configuration>
+              <links>
+                <link>http://java.sun.com/j2se/1.4.2/docs/api</link>
+                <link>http://java.sun.com/j2ee/1.4/docs/api</link>
+                <link>http://java.sun.com/j2se/1.5.0/docs/api</link>
+                <link>http://commons.apache.org/collections/apidocs-COLLECTIONS_3_0/</link>
+                <link>http://commons.apache.org/dbcp/apidocs/</link>
+                <link>http://commons.apache.org/fileupload/apidocs/</link>
+                <link>http://commons.apache.org/httpclient/apidocs/</link>
+                <link>http://commons.apache.org/logging/apidocs/</link>
+                <link>http://commons.apache.org/pool/apidocs/</link>
+                <link>http://junit.sourceforge.net/javadoc/</link>
+                <link>http://logging.apache.org/log4j/1.2/apidocs/</link>
+                <link>http://jakarta.apache.org/regexp/apidocs/</link>
+                <link>http://velocity.apache.org/engine/releases/velocity-1.5/apidocs/</link>
+              </links>
+              <aggregate>true</aggregate>
+            </configuration>
+          </plugin>
+        </plugins>
+      </reporting>
+    </profile>
+  </profiles>
+
   <distributionManagement>
     <repository>
       <id>${distMgmtReleasesId}</id>
@@ -51,18 +121,18 @@
   </distributionManagement>
   <url>http://docs.codehaus.org/display/MAVEN/Mercury</url>
   <issueManagement>
-  	<system>jira</system>
-  	<url>http://jira.codehaus.org/browse/MERCURY</url>
+    <system>jira</system>
+    <url>http://jira.codehaus.org/browse/MERCURY</url>
   </issueManagement>
   <ciManagement>
-  	<system>hudson</system>
-  	<url>https://ci.sonatype.org/view/Maven%20Artifact/job/mercury/</url>
+    <system>hudson</system>
+    <url>https://ci.sonatype.org/view/Maven%20Artifact/job/mercury/</url>
   </ciManagement>
 
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/maven/mercury/trunk/</connection>
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/mercury/trunk/</developerConnection>
-    <url>http://svn.apache.org/repos/asf/maven/mercury/trunk/</url>
+    <url>http://svn.apache.org/viewvc/maven/mercury/trunk/</url>
   </scm>
 
 

Added: maven/mercury/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/mercury/trunk/src/site/site.xml?rev=713537&view=auto
==============================================================================
--- maven/mercury/trunk/src/site/site.xml (added)
+++ maven/mercury/trunk/src/site/site.xml Wed Nov 12 14:41:13 2008
@@ -0,0 +1,77 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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>
+  <bannerLeft>
+    <name>Mercury</name>
+    <src>http://maven.apache.org/images/apache-maven-project-2.png</src>
+    <href>http://maven.apache.org/mercury/</href>
+  </bannerLeft>
+  <bannerRight>
+    <src>http://maven.apache.org/images/maven-logo-2.gif</src>
+  </bannerRight>
+
+  <skin>
+    <groupId>org.apache.maven.skins</groupId>
+    <artifactId>maven-stylus-skin</artifactId>
+    <version>1.0.1</version>
+  </skin>
+
+  <publishDate format="d MMM yyyy" position="right" />
+  <version position="right" />
+
+  <body>
+    <breadcrumbs>
+      <item name="Apache" href="http://www.apache.org/" />
+      <item name="Maven" href="http://maven.apache.org/" />
+      <item name="Mercury" href="http://www.apache.org/mercury/" />
+    </breadcrumbs>
+
+    <links>
+      <item name="Apache" href="http://www.apache.org/"/>
+      <item name="Maven 1.x" href="http://maven.apache.org/maven-1.x"/>
+      <item name="Maven 2.x" href="http://maven.apache.org/"/>
+      <item name="SCM" href="http://maven.apache.org/scm"/>
+      <item name="Wagon" href="http://maven.apache.org/wagon"/>
+      <item name="JXR" href="http://maven.apache.org/jxr"/>
+      <item name="Doxia" href="http://maven.apache.org/doxia"/>
+    </links>
+
+    <menu ref="modules"/>
+
+    <menu ref="reports" inherit="bottom" />
+
+    <menu name="Maven Projects" inherit="bottom">
+      <item name="Ant Tasks"         href="http://maven.apache.org/ant-tasks/index.html" />
+      <item name="Doxia"             href="http://maven.apache.org/doxia/index.html" />
+      <item name="JXR"               href="http://maven.apache.org/jxr/index.html" />
+      <item name="Maven 1.x"         href="http://maven.apache.org/maven-1.x/index.html" />
+      <item name="Maven 2"           href="http://maven.apache.org/index.html" />
+      <item name="Plugins"           href="http://maven.apache.org/plugins/index.html" />
+      <item name="SCM"               href="http://maven.apache.org/scm/index.html" />
+      <item name="Shared Components" href="http://maven.apache.org/shared/index.html" />
+      <item name="Surefire"          href="http://maven.apache.org/surefire/index.html" />
+      <item name="Wagon"             href="http://maven.apache.org/wagon/index.html" />
+    </menu>
+  </body>
+</project>

Propchange: maven/mercury/trunk/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/mercury/trunk/src/site/site.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision