This is an automated email from the ASF dual-hosted git repository.
yasserzamani pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/struts-archetypes.git.
from fcf359c Add basic readme
add 4eaf006 Adds Maven Wrapper
add a6c1cc3 Uses the latest Jetty plugin and drops unused properties
add 91b75df Upgrades to the latest Struts version
add c0f4c77 Un-ident a line
new b9cc14f Merge pull request #1 from apache/use-2-5-20
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.gitignore | 4 +-
.mvn/wrapper/MavenWrapperDownloader.java | 117 ++++++++
.mvn/wrapper/maven-wrapper.properties | 2 +
mvnw | 310 +++++++++++++++++++++
mvnw.cmd | 182 ++++++++++++
pom.xml | 2 +-
.../src/main/resources/archetype-resources/pom.xml | 2 +-
.../src/main/resources/archetype-resources/pom.xml | 10 +-
.../src/main/resources/archetype-resources/pom.xml | 10 +-
.../src/main/resources/archetype-resources/pom.xml | 14 +-
10 files changed, 622 insertions(+), 31 deletions(-)
create mode 100644 .mvn/wrapper/MavenWrapperDownloader.java
create mode 100644 .mvn/wrapper/maven-wrapper.properties
create mode 100755 mvnw
create mode 100644 mvnw.cmd