blob: 22803d8a4f8b659454547a5f8403c773bfed8006 [file] [log] [blame]
<?xml version="1.0"?>
<!--
/*
* $Id$
*
* 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>
<properties>
<title>Apache Tiles 2</title>
</properties>
<body>
<section name="Tiles 2">
<subsection name="Snapshots">
<p>Looking for snapshot builds of the latest version of Tiles?
Snapshots are occasionally published to Apache's Maven 2 snapshot
repository, which can be accessed with the following configuration:</p>
<source>
<![CDATA[
<repository>
<id>apache.snapshots</id>
<name>Apache Maven Snapshot Repository</name>
<url>http://people.apache.org/repo/m2-snapshot-repository</url>
</repository>
]]>
</source>
<p>After configuring the repository, declare a dependency on
Tiles 2:</p>
<source><![CDATA[
<dependency>
<groupId>org.apache.tiles</groupId>
<artifactId>tiles-core</artifactId>
<version>2.0-SNAPSHOT</version>
</dependency>
]]>
</source>
<p>If you are not using Maven 2, you can find a recent development
snapshot of tiles-core.jar <a
href="http://people.apache.org/maven-snapshot-repository/org/apache/struts/tiles/tiles-core/">
here</a>, or a nightly build, <a
href="http://people.apache.org/builds/struts/nightlies/tiles/">here</a>.</p>
<p>You can see Tiles 2 in action by downloading a snapshot of the 'tiles-test' webapp,
<a href="http://people.apache.org/repo/m2-snapshot-repository/org/apache/struts/tiles/tiles-test/2.0-SNAPSHOT/">
here</a>.</p>
</subsection>
</section>
</body>
</document>