You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by ws...@apache.org on 2006/01/17 02:42:39 UTC

svn commit: r369622 - /struts/sandbox/trunk/tiles/project.xml

Author: wsmoak
Date: Mon Jan 16 17:42:31 2006
New Revision: 369622

URL: http://svn.apache.org/viewcvs?rev=369622&view=rev
Log:
Stay on version 1.4.1 of the artifact plugin; jar:install doesn't work with 1.5.1 or 1.5.2.
Set up siteAddress and siteDirectory to publish the project website with Maven.

Modified:
    struts/sandbox/trunk/tiles/project.xml

Modified: struts/sandbox/trunk/tiles/project.xml
URL: http://svn.apache.org/viewcvs/struts/sandbox/trunk/tiles/project.xml?rev=369622&r1=369621&r2=369622&view=diff
==============================================================================
--- struts/sandbox/trunk/tiles/project.xml (original)
+++ struts/sandbox/trunk/tiles/project.xml Mon Jan 16 17:42:31 2006
@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project>
+<project xmlns="http://maven.apache.org/POM/3.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://maven.apache.org/POM/3.0.0 http://maven.apache.org/maven-v3_0_0.xsd">
     <!-- 
 /*
  * Copyright 2001-2005 The Apache Software Foundation.
@@ -43,6 +44,8 @@
     <description>Tiles can be used to simply define reusable layout components for multiple Servlet "view"
     technologies.  This library has been extracted from the Struts core.</description>
     <url>http://struts.apache.org</url>
+    <siteAddress>people.apache.org</siteAddress>
+    <siteDirectory>/www/struts.apache.org/struts-sandbox/tiles-core</siteDirectory>
     <repository>
         <connection>scm|svn|http|//svn.apache.org/repos/asf/struts/sandbox/trunk/tiles</connection>
         <developerConnection>scm|svn|https|//svn.apache.org/repos/asf/struts/sandbox/trunk/tiles</developerConnection>
@@ -113,7 +116,7 @@
     <dependency>
       <groupId>maven</groupId>
       <artifactId>maven-artifact-plugin</artifactId>
-      <version>1.5.2</version>
+      <version>1.4.1</version>
       <type>plugin</type>
       <url>http://maven.apache.org/maven-1.x/reference/plugins/artifact</url>
     </dependency>



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