svn commit: r1422831 - in /cocoon/subprojects/cocoon-it-fw/trunk: pom.xml src/site/ src/site/resources/ src/site/resources/images/ src/site/resources/images/external.png src/site/site.xml src/site/xdoc/ src/site/xdoc/index.xml

[email protected]
Newsgroups gmane.text.xml.cocoon.cvs
Message-ID <[email protected]>
Author: ilgrosso
Date: Mon Dec 17 10:21:31 2012
New Revision: 1422831

URL: http://svn.apache.org/viewvc?rev=1422831&view=rev
Log:
Re-enabling cocoon-it-fw site pages

Added:
    cocoon/subprojects/cocoon-it-fw/trunk/src/site/
    cocoon/subprojects/cocoon-it-fw/trunk/src/site/resources/
    cocoon/subprojects/cocoon-it-fw/trunk/src/site/resources/images/
    cocoon/subprojects/cocoon-it-fw/trunk/src/site/resources/images/external.png   (with props)
    cocoon/subprojects/cocoon-it-fw/trunk/src/site/site.xml   (with props)
    cocoon/subprojects/cocoon-it-fw/trunk/src/site/xdoc/   (with props)
    cocoon/subprojects/cocoon-it-fw/trunk/src/site/xdoc/index.xml   (with props)
Modified:
    cocoon/subprojects/cocoon-it-fw/trunk/pom.xml

Modified: cocoon/subprojects/cocoon-it-fw/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/subprojects/cocoon-it-fw/trunk/pom.xml?rev=1422831&r1=1422830&r2=1422831&view=diff
==============================================================================
--- cocoon/subprojects/cocoon-it-fw/trunk/pom.xml (original)
+++ cocoon/subprojects/cocoon-it-fw/trunk/pom.xml Mon Dec 17 10:21:31 2012
@@ -48,9 +48,7 @@
   
   <properties>
     <docs.name>${project.name}</docs.name>
-    <docs.version>${docs.m.it-fw.version}</docs.version>
-    
-    <jetty.version>6.1.26</jetty.version>
+    <docs.version>1.0.1</docs.version>
   </properties>
   
   <dependencies>
@@ -62,12 +60,10 @@
     <dependency>
       <groupId>org.mortbay.jetty</groupId>
       <artifactId>jetty</artifactId>
-      <version>${jetty.version}</version>
     </dependency>
     <dependency>
       <groupId>org.mortbay.jetty</groupId>
       <artifactId>jetty-util</artifactId>
-      <version>${jetty.version}</version>
     </dependency>
     <dependency>
       <groupId>org.mortbay.jetty</groupId>
@@ -77,7 +73,6 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.10</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
@@ -108,6 +103,89 @@
           <tagBase>https://svn.apache.org/repos/asf/cocoon/subprojects/cocoon-it-fw/tags/</tagBase>
         </configuration>
       </plugin>
+      
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-site-plugin</artifactId>
+        <version>3.2</version>
+        <configuration>
+          <locales>en</locales>
+          <reportPlugins>
+            <plugin>
+              <groupId>org.apache.maven.plugins</groupId>
+              <artifactId>maven-project-info-reports-plugin</artifactId>
+              <version>2.6</version>
+              <configuration>
+                <dependencyDetailsEnabled>false</dependencyDetailsEnabled>
+                <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
+              </configuration>
+              <reportSets>
+                <reportSet>
+                  <reports>
+                    <report>dependencies</report>
+                    <report>license</report>
+                    <report>summary</report>
+                    <report>project-team</report>
+                  </reports>
+                </reportSet>
+              </reportSets>
+            </plugin>
+            <plugin>
+              <groupId>org.apache.maven.plugins</groupId>
+              <artifactId>maven-plugin-plugin</artifactId>
+              <version>3.1</version>
+            </plugin>
+            <plugin>
+              <groupId>org.apache.maven.plugins</groupId>
+              <artifactId>maven-changes-plugin</artifactId>
+              <version>2.8</version>
+              <reportSets>
+                <reportSet>
+                  <reports>
+                    <report>changes-report</report>
+                  </reports>
+                </reportSet>
+              </reportSets>
+            </plugin>
+            <plugin>
+              <groupId>org.apache.maven.plugins</groupId>
+              <artifactId>maven-javadoc-plugin</artifactId>
+              <version>2.8.1</version>
+              <reportSets>
+                <reportSet>
+                  <reports>
+                    <report>javadoc</report>
+                  </reports>
+                </reportSet>
+              </reportSets>
+            </plugin>
+          </reportPlugins>
+        </configuration>
+        <executions>
+          <execution>
+            <id>attach-descriptor</id>
+            <goals>
+              <goal>attach-descriptor</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
     </plugins>
+    
+    <resources>
+      <resource>
+        <directory>src/main/resources</directory>
+        <filtering>true</filtering>
+      </resource>
+      <resource>
+        <directory>.</directory>
+        <targetPath>META-INF</targetPath>
+        <includes>
+          <include>LICENSE.txt</include>
+          <include>NOTICE.txt</include>
+        </includes>
+      </resource>
+    </resources>
   </build>
+
 </project>

Added: cocoon/subprojects/cocoon-it-fw/trunk/src/site/resources/images/external.png
URL: http://svn.apache.org/viewvc/cocoon/subprojects/cocoon-it-fw/trunk/src/site/resources/images/external.png?rev=1422831&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/subprojects/cocoon-it-fw/trunk/src/site/resources/images/external.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: cocoon/subprojects/cocoon-it-fw/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/cocoon/subprojects/cocoon-it-fw/trunk/src/site/site.xml?rev=1422831&view=auto
==============================================================================
--- cocoon/subprojects/cocoon-it-fw/trunk/src/site/site.xml (added)
+++ cocoon/subprojects/cocoon-it-fw/trunk/src/site/site.xml Mon Dec 17 10:21:31 2012
@@ -0,0 +1,38 @@
+<?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.
+-->
+<!-- $Id$ -->
+<project xmlns="http://maven.apache.org/DECORATION/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 http://maven.apache.org/xsd/decoration-1.1.0.xsd"
+         name="Cocoon">
+
+  <skin>
+    <groupId>org.apache.cocoon</groupId>
+    <artifactId>cocoon-thien-maven-site-skin</artifactId>
+    <version>1.0.1</version>
+  </skin>
+    
+  <body>
+    <menu name="Integration Test Framework">
+      <item name="Overview" href="./index.html"/>
+    </menu>
+
+    <menu ref="reports" inherit="bottom"/>
+  </body>
+</project>

Propchange: cocoon/subprojects/cocoon-it-fw/trunk/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cocoon/subprojects/cocoon-it-fw/trunk/src/site/site.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: cocoon/subprojects/cocoon-it-fw/trunk/src/site/site.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Propchange: cocoon/subprojects/cocoon-it-fw/trunk/src/site/xdoc/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Mon Dec 17 10:21:31 2012
@@ -0,0 +1 @@
+.index.xml.swp

Added: cocoon/subprojects/cocoon-it-fw/trunk/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/cocoon/subprojects/cocoon-it-fw/trunk/src/site/xdoc/index.xml?rev=1422831&view=auto
==============================================================================
--- cocoon/subprojects/cocoon-it-fw/trunk/src/site/xdoc/index.xml (added)
+++ cocoon/subprojects/cocoon-it-fw/trunk/src/site/xdoc/index.xml Mon Dec 17 10:21:31 2012
@@ -0,0 +1,37 @@
+<?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.
+    -->
+<document xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/XDOC/2.0" xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
+  <properties>
+    <title>Cocoon Integration Test Framework [maven-plugin] - Overview</title>
+    <author email="[email protected]">Apache Cocoon Documentation Team</author>
+  </properties>
+  <body>
+    <div id="contentBody">
+      <div id="bodyText">
+        <h1 class="docTitle">Overview</h1>
+        <p>The Cocoon Integration Test Framework provides support for running integration tests. Currently it contains:
+          <ul>
+            <li><a href="jetty-start-mojo.html">cocoon-it-fw:jetty-start</a></li>
+            <li><a href="jetty-stop-mojo.html">cocoon-it-fw:jetty-stop</a></li>
+          </ul>
+        </p>
+      </div>
+    </div>
+  </body>
+</document>

Propchange: cocoon/subprojects/cocoon-it-fw/trunk/src/site/xdoc/index.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cocoon/subprojects/cocoon-it-fw/trunk/src/site/xdoc/index.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: cocoon/subprojects/cocoon-it-fw/trunk/src/site/xdoc/index.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.