Author: jkuhnert
Date: Sun Feb 18 17:28:41 2007
New Revision: 509049

URL: http://svn.apache.org/viewvc?view=rev&rev=509049
Log:
Fixed pom's to work with maven site plugin weirdness.

Added:
    tapestry/tapestry4/trunk/tapestry-examples/TimeTracker/src/site/
    tapestry/tapestry4/trunk/tapestry-examples/TimeTracker/src/site/site.xml   
(with props)
    tapestry/tapestry4/trunk/tapestry-examples/Workbench/src/site/
    tapestry/tapestry4/trunk/tapestry-examples/Workbench/src/site/site.xml   
(with props)
    tapestry/tapestry4/trunk/tapestry-examples/src/
    tapestry/tapestry4/trunk/tapestry-examples/src/site/
    tapestry/tapestry4/trunk/tapestry-examples/src/site/site.xml   (with props)
Modified:
    tapestry/tapestry4/trunk/tapestry-examples/TimeTracker/pom.xml
    tapestry/tapestry4/trunk/tapestry-examples/VlibBeans/pom.xml
    tapestry/tapestry4/trunk/tapestry-examples/Workbench/pom.xml
    tapestry/tapestry4/trunk/tapestry-examples/pom.xml

Modified: tapestry/tapestry4/trunk/tapestry-examples/TimeTracker/pom.xml
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-examples/TimeTracker/pom.xml?view=diff&rev=509049&r1=509048&r2=509049
==============================================================================
--- tapestry/tapestry4/trunk/tapestry-examples/TimeTracker/pom.xml (original)
+++ tapestry/tapestry4/trunk/tapestry-examples/TimeTracker/pom.xml Sun Feb 18 
17:28:41 2007
@@ -138,13 +138,4 @@
             </plugin>
         </plugins>
     </build>
-
-    <reporting>
-        <plugins>
-            <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>surefire-report-maven-plugin</artifactId>
-            </plugin>
-        </plugins>
-    </reporting>
 </project>

Added: tapestry/tapestry4/trunk/tapestry-examples/TimeTracker/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-examples/TimeTracker/src/site/site.xml?view=auto&rev=509049
==============================================================================
--- tapestry/tapestry4/trunk/tapestry-examples/TimeTracker/src/site/site.xml 
(added)
+++ tapestry/tapestry4/trunk/tapestry-examples/TimeTracker/src/site/site.xml 
Sun Feb 18 17:28:41 2007
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<project name="Tapestry">
+    <bannerLeft>
+        <name>Tapestry Web Application Framework</name>
+        <href>http://tapestry.apache.org/</href>
+        <src>images/tapestry_banner.gif</src>
+    </bannerLeft>
+    <bannerRight>
+        <name>Apache Software Foundation</name>
+        <href>http://www.apache.org</href>
+        <src>images/asf_logo_wide.gif</src>
+    </bannerRight>
+    
+    <skin>
+        <groupId>org.apache.tapestry</groupId>
+        <artifactId>maven-skin</artifactId>
+        <version>1.1</version>
+    </skin>
+    
+    <publishDate format="dd MMM yyyy" />
+    
+    <body>
+        <links>
+            <item name="Tapestry" href="http://tapestry.apache.org/"; />
+            <item name="Hivemind" href="http://jakarta.apache.org/hivemind/"; />
+            <item name="Apache" href="http://www.apache.org/"; />
+        </links>
+        
+        <head>
+            <script src="http://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
+            <script type="text/javascript">_uacct = "UA-400821-1"; 
urchinTracker();</script>
+            <link rel="shortcut icon" 
href="http://tapestry.apache.org/tapestry4.1/favicon.ico"; />
+        </head>
+        
+        <menu ref="parent" />
+        
+        ${reports} 
+    </body>
+    
+</project>

Propchange: 
tapestry/tapestry4/trunk/tapestry-examples/TimeTracker/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: tapestry/tapestry4/trunk/tapestry-examples/VlibBeans/pom.xml
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-examples/VlibBeans/pom.xml?view=diff&rev=509049&r1=509048&r2=509049
==============================================================================
--- tapestry/tapestry4/trunk/tapestry-examples/VlibBeans/pom.xml (original)
+++ tapestry/tapestry4/trunk/tapestry-examples/VlibBeans/pom.xml Sun Feb 18 
17:28:41 2007
@@ -43,6 +43,5 @@
     
     <build>
         <sourceDirectory>src/java</sourceDirectory>
-        <testSourceDirectory>src/test</testSourceDirectory>
     </build>
 </project>

Modified: tapestry/tapestry4/trunk/tapestry-examples/Workbench/pom.xml
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-examples/Workbench/pom.xml?view=diff&rev=509049&r1=509048&r2=509049
==============================================================================
--- tapestry/tapestry4/trunk/tapestry-examples/Workbench/pom.xml (original)
+++ tapestry/tapestry4/trunk/tapestry-examples/Workbench/pom.xml Sun Feb 18 
17:28:41 2007
@@ -89,13 +89,4 @@
             </plugin>
         </plugins>
     </build>
-
-    <reporting>
-        <plugins>
-            <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>surefire-report-maven-plugin</artifactId>
-            </plugin>
-        </plugins>
-    </reporting>
 </project>

Added: tapestry/tapestry4/trunk/tapestry-examples/Workbench/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-examples/Workbench/src/site/site.xml?view=auto&rev=509049
==============================================================================
--- tapestry/tapestry4/trunk/tapestry-examples/Workbench/src/site/site.xml 
(added)
+++ tapestry/tapestry4/trunk/tapestry-examples/Workbench/src/site/site.xml Sun 
Feb 18 17:28:41 2007
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<project name="Tapestry">
+    <bannerLeft>
+        <name>Tapestry Web Application Framework</name>
+        <href>http://tapestry.apache.org/</href>
+        <src>images/tapestry_banner.gif</src>
+    </bannerLeft>
+    <bannerRight>
+        <name>Apache Software Foundation</name>
+        <href>http://www.apache.org</href>
+        <src>images/asf_logo_wide.gif</src>
+    </bannerRight>
+    
+    <skin>
+        <groupId>org.apache.tapestry</groupId>
+        <artifactId>maven-skin</artifactId>
+        <version>1.1</version>
+    </skin>
+    
+    <publishDate format="dd MMM yyyy" />
+    
+    <body>
+        <links>
+            <item name="Tapestry" href="http://tapestry.apache.org/"; />
+            <item name="Hivemind" href="http://jakarta.apache.org/hivemind/"; />
+            <item name="Apache" href="http://www.apache.org/"; />
+        </links>
+        
+        <head>
+            <script src="http://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
+            <script type="text/javascript">_uacct = "UA-400821-1"; 
urchinTracker();</script>
+            <link rel="shortcut icon" 
href="http://tapestry.apache.org/tapestry4.1/favicon.ico"; />
+        </head>
+        
+        <menu ref="parent" />
+        
+        ${reports} 
+    </body>
+    
+</project>

Propchange: 
tapestry/tapestry4/trunk/tapestry-examples/Workbench/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: tapestry/tapestry4/trunk/tapestry-examples/pom.xml
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-examples/pom.xml?view=diff&rev=509049&r1=509048&r2=509049
==============================================================================
--- tapestry/tapestry4/trunk/tapestry-examples/pom.xml (original)
+++ tapestry/tapestry4/trunk/tapestry-examples/pom.xml Sun Feb 18 17:28:41 2007
@@ -15,8 +15,8 @@
     <inceptionYear>2006</inceptionYear>
 
     <modules>
-        <module>Vlib</module>
-        <module>VlibBeans</module>
+        <!-- <module>Vlib</module>
+        <module>VlibBeans</module> -->
         <module>TimeTracker</module>
         <module>Workbench</module>
     </modules>

Added: tapestry/tapestry4/trunk/tapestry-examples/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-examples/src/site/site.xml?view=auto&rev=509049
==============================================================================
--- tapestry/tapestry4/trunk/tapestry-examples/src/site/site.xml (added)
+++ tapestry/tapestry4/trunk/tapestry-examples/src/site/site.xml Sun Feb 18 
17:28:41 2007
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<project name="Tapestry">
+    <bannerLeft>
+        <name>Tapestry Web Application Framework</name>
+        <href>http://tapestry.apache.org/</href>
+        <src>images/tapestry_banner.gif</src>
+    </bannerLeft>
+    <bannerRight>
+        <name>Apache Software Foundation</name>
+        <href>http://www.apache.org</href>
+        <src>images/asf_logo_wide.gif</src>
+    </bannerRight>
+    
+    <skin>
+        <groupId>org.apache.tapestry</groupId>
+        <artifactId>maven-skin</artifactId>
+        <version>1.1</version>
+    </skin>
+    
+    <publishDate format="dd MMM yyyy" />
+    
+    <body>
+        <links>
+            <item name="Tapestry" href="http://tapestry.apache.org/"; />
+            <item name="Hivemind" href="http://jakarta.apache.org/hivemind/"; />
+            <item name="Apache" href="http://www.apache.org/"; />
+        </links>
+        
+        <head>
+            <script src="http://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
+            <script type="text/javascript">_uacct = "UA-400821-1"; 
urchinTracker();</script>
+            <link rel="shortcut icon" 
href="http://tapestry.apache.org/tapestry4.1/favicon.ico"; />
+        </head>
+        
+        <menu ref="parent" />
+        
+        ${reports} 
+    </body>
+    
+</project>

Propchange: tapestry/tapestry4/trunk/tapestry-examples/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native


Reply via email to