You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by jk...@apache.org on 2006/06/09 16:01:15 UTC

svn commit: r413049 - in /tapestry/tapestry5/tapestry-core/trunk: pom.xml src/site/site.xml

Author: jkuhnert
Date: Fri Jun  9 07:01:14 2006
New Revision: 413049

URL: http://svn.apache.org/viewvc?rev=413049&view=rev
Log:
Updated pom to include new tapestry maven skin

Modified:
    tapestry/tapestry5/tapestry-core/trunk/pom.xml
    tapestry/tapestry5/tapestry-core/trunk/src/site/site.xml

Modified: tapestry/tapestry5/tapestry-core/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/tapestry-core/trunk/pom.xml?rev=413049&r1=413048&r2=413049&view=diff
==============================================================================
--- tapestry/tapestry5/tapestry-core/trunk/pom.xml (original)
+++ tapestry/tapestry5/tapestry-core/trunk/pom.xml Fri Jun  9 07:01:14 2006
@@ -59,7 +59,8 @@
             <groupId>aspectj</groupId>
             <artifactId>aspectjrt</artifactId>
         </dependency>
-    </dependencies>
+    </dependencies>
+    
     <build>
         <plugins> 
             <plugin>
@@ -77,13 +78,16 @@
                 </configuration>
             </plugin>
         </plugins>
-    </build>
+    </build>
+    
     <reporting>
         <plugins>
+            <!-- The surefire tests had 1 failure, not sure if I did something wrong
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>surefire-report-maven-plugin</artifactId>
-            </plugin>
+            </plugin>
+            -->
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-javadoc-plugin</artifactId>
@@ -92,5 +96,13 @@
                 </configuration>
             </plugin>
         </plugins>
-    </reporting>
+    </reporting>
+    
+    <distributionManagement>
+        <site>
+            <id>tapestry</id>
+            <url>scp://minotaur.apache.org/www/tapestry.apache.org/tapestry5</url>
+        </site>
+    </distributionManagement>
+    
 </project>

Modified: tapestry/tapestry5/tapestry-core/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/tapestry-core/trunk/src/site/site.xml?rev=413049&r1=413048&r2=413049&view=diff
==============================================================================
--- tapestry/tapestry5/tapestry-core/trunk/src/site/site.xml (original)
+++ tapestry/tapestry5/tapestry-core/trunk/src/site/site.xml Fri Jun  9 07:01:14 2006
@@ -18,19 +18,38 @@
 <project name="Tapestry Core">
     <bannerLeft>
         <name>Tapestry</name>
-        <href>http://tapestry.apache.org/</href>
+        <href>http://tapestry.apache.org/</href>
+        <src>images/tapestry_banner.gif</src>
     </bannerLeft>
     <bannerRight>
         <name>Apache</name>
         <href>http://www.apache.org</href>
         <src>images/asf_logo_wide.gif</src>
-    </bannerRight>
-    <body>
+    </bannerRight>
+    <skin>
+        <groupId>org.apache.tapestry</groupId>
+        <artifactId>maven-skin</artifactId>
+        <version>1.0-SNAPSHOT</version>
+    </skin>
+    <body>
+        
         <links>
-            <item name="Apache" href="http://www.apache.org/"/>
-        </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>
+        </head>
+        
         <menu name="Tapestry Core">
             <item name="Introduction" href="index.html"/>
             <item name="Upgrade from Tapestry 4" href="upgrade.html"/>
-        </menu> ${reports} </body>
+        </menu> 
+        
+        ${reports} 
+        
+    </body>
 </project>