Hi,
I have prepared a test build [1] of the Maven Archetypes. 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
[1] https://repository.apache.org/content/repositories/orgapachestruts-1100/
Regards
--
Ćukasz
+ 48 606 323 122 http://www.lenart.org.pl/
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]