[ANNOUNCE] Release of New Maven Archetype for Apache Turbine v6.0

Jeffery Painter <[email protected]> Wed, 1 May 2024 18:54:09 -0400
Newsgroups gmane.comp.jakarta.turbine.user
Message-ID <[email protected]>
Dear Apache Turbine Community,

We are excited to announce the release of a new version of the Maven 
Archetype for Apache Turbine v6.0. This tool is designed to streamline 
the process for new users to generate a sample Apache Turbine 
application based on the latest release of Apache Turbine, making it 
easier than ever to get started.

Key features of this release include:
- Compatibility with Java 11, ensuring support for the latest Java 
features and optimizations.
- Default support for Apache Turbine 6.0 and Torque 5.1
- The archetype is readily available from the Maven repository and can 
be used directly via the Maven command line:

```
mvn archetype:generate \
     -DarchetypeGroupId=org.apache.turbine \
     -DarchetypeArtifactId=turbine-webapp-6.0 \
     -DarchetypeVersion=3.0.0
```

Alternatively, the archetype can be discovered and utilized within your 
preferred Integrated Development Environment (IDE).

Please note that as this artifact has just been released, it may take 
some time to propagate across all repositories. We encourage you to try 
it out and share your experiences with the community.

Thank you for your continued support to the Apache Turbine project.

-
Jeffery Painter