<repository>
<repository>
    <id>apachestaging</id>

    <name>Apache Staging Repository</name>

    <url>https://repository.apache.org/content/groups/staging</url>

    <layout>default</layout>
</repository>

and here's the dependency:

<dependency>
<dependency>
    <groupId>org.apache.tapestry</groupId>

    <artifactId>tapestry-core</artifactId>

    <version>5.4-beta-3</version>

    <type>jar</type>
</dependency>

There is also a Maven archetype available, so you can build a quick little starter project as described at Getting Started, but specifying an alternative catalog:

-DarchetypeCatalog=https://repository.apache.org/content/groups/staging

 

Tapestry 5.4-beta-3 preview now available

Code Block
title Apache Staging repo (Maven-format)
language xml
Code Block
title Tapestry 5.4-beta-3 dependency (Maven format)
language xml
Code Block
This message was sent by 5.0.3,

Reply via email to