The Apache Struts Maven Archetypes 2.5.2 test build is now available.
It includes support for the latest Struts version.

Maven 2 staging repository:
* https://repository.apache.org/content/repositories/orgapachestruts-1100/

To test them you must specify a new profile in settings.xml:

<profile>
    <id>struts-archetypes</id>
    <repositories>
        <repository>
            <id>archetype</id> <!-- id expected by
maven-archetype-plugin to avoid fetching from everywhere -->
            
<url>https://repository.apache.org/content/repositories/orgapachestruts-1100/</url>
            <releases>
                <enabled>true</enabled>
                <checksumPolicy>fail</checksumPolicy>
            </releases>
            <snapshots>
                <enabled>false</enabled>
                <checksumPolicy>warn</checksumPolicy>
            </snapshots>
        </repository>
    </repositories>
</profile>

Now you can run the command:
mvn archetype:generate -Pstruts-archetypes -Dfilter=org.apache.struts:struts2

and select each archetype, please select version 2.5.22 to test the
current test release

Once you have had a chance to review the test build, please respond
with a vote on its quality:

[ ] Leave at test build
[ ] Alpha
[ ] Beta
[ ] General Availability (GA)

Everyone who has tested the build is invited to vote. Votes by PMC
members are considered binding. A vote passes if there are at least
three binding +1s and more +1s than -1s.

This is a "fast-track" release vote. If we have a positive vote after
24 hours (at least three binding +1s and more +1s than -1s),  the
release may be submitted for mirroring and announced to the usual
channels.

The website download link will include the mirroring timestamp
parameter [1], which limits the selection of mirrors to those that
have been refreshed since the indicated time and date. (After 24
hours, we *must* remove the timestamp parameter from the website link,
to avoid unnecessary server load.) In the case of a fast-track
release, the email announcement will not link directly to
<download.cgi>, but to <downloads.html>, so that we can control use of
the timestamp parameter.

[1] http://apache.org/dev/mirrors.html#use

- The Apache Struts group.


Kind regards
--
Ɓukasz
+ 48 606 323 122 http://www.lenart.org.pl/

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

Reply via email to