diff --git a/apps/pom.xml b/apps/pom.xml
index 75043fa04..cbd48c001 100644
--- a/apps/pom.xml
+++ b/apps/pom.xml
@@ -1,107 +1,107 @@
-
-
-
- 4.0.0
-
- org.apache.struts
- struts2-parent
- 2.5.17-SNAPSHOT
-
- struts2-apps
- pom
- Struts 2 Webapps
-
- showcase
- rest-showcase
-
-
-
- UTF-8
-
- true
- true
-
-
-
-
-
-
- maven-antrun-plugin
-
-
- copy-sources
- process-sources
-
-
-
-
-
-
-
-
-
-
-
- run
-
-
-
-
-
- org.apache.maven.plugins
- maven-war-plugin
-
-
-
- ${basedir}/src/main/resources
- META-INF
-
- LICENSE.txt
- NOTICE.txt
-
-
-
- WEB-INF/classes/LICENSE.txt,WEB-INF/classes/NOTICE.txt
-
-
-
-
- ${project.artifactId}
-
-
-
-
-
- org.apache.struts
- struts2-core
- ${project.version}
-
-
-
- org.springframework
- spring-test
- ${spring.platformVersion}
- test
-
-
-
-
+
+
+
+ 4.0.0
+
+ org.apache.struts
+ struts2-parent
+ 2.5.17
+
+ struts2-apps
+ pom
+ Struts 2 Webapps
+
+ showcase
+ rest-showcase
+
+
+
+ UTF-8
+
+ true
+ true
+
+
+
+
+
+
+ maven-antrun-plugin
+
+
+ copy-sources
+ process-sources
+
+
+
+
+
+
+
+
+
+
+
+ run
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-war-plugin
+
+
+
+ ${basedir}/src/main/resources
+ META-INF
+
+ LICENSE.txt
+ NOTICE.txt
+
+
+
+ WEB-INF/classes/LICENSE.txt,WEB-INF/classes/NOTICE.txt
+
+
+
+
+ ${project.artifactId}
+
+
+
+
+
+ org.apache.struts
+ struts2-core
+ ${project.version}
+
+
+
+ org.springframework
+ spring-test
+ ${spring.platformVersion}
+ test
+
+
+
+
diff --git a/apps/rest-showcase/pom.xml b/apps/rest-showcase/pom.xml
index 1298f149f..65729630f 100644
--- a/apps/rest-showcase/pom.xml
+++ b/apps/rest-showcase/pom.xml
@@ -1,139 +1,139 @@
-
-
-
- 4.0.0
-
- org.apache.struts
- struts2-apps
- 2.5.17-SNAPSHOT
-
-
- struts2-rest-showcase
- war
- 2.5.17-SNAPSHOT
- Struts 2 Rest Showcase Webapp
- Struts 2 Rest Showcase Example
-
-
-
- org.apache.struts
- struts2-rest-plugin
-
-
- org.apache.struts
- struts2-convention-plugin
-
-
- org.apache.struts
- struts2-config-browser-plugin
-
-
-
- com.fasterxml.jackson.dataformat
- jackson-dataformat-xml
-
-
-
-
- org.apache.logging.log4j
- log4j-api
- ${log4j2.version}
-
-
- org.apache.logging.log4j
- log4j-core
- ${log4j2.version}
-
-
-
- junit
- junit
- test
-
-
-
- net.sourceforge.jwebunit
- jwebunit-core
- 1.4.1
- test
-
-
- commons-httpclient
- commons-httpclient
- 3.1
- test
-
-
-
- net.sourceforge.jwebunit
- jwebunit-htmlunit-plugin
- 1.4.1
- test
-
-
- xom
- xom
-
-
-
-
-
-
-
- struts2-rest-showcase
-
-
- org.mortbay.jetty
- jetty-maven-plugin
- 8.1.16.v20140903
-
- CTRL+C
- 8999
-
-
- xwork.loggerFactory
- com.opensymphony.xwork2.util.logging.log4j2.Log4j2LoggerFactory
-
-
- 10
- ${basedir}/src/main/webapp/
-
- /struts2-rest-showcase
- ${basedir}/src/main/webapp/WEB-INF/web.xml
-
-
-
-
- maven-surefire-plugin
-
-
- it/**
- **/*$*
-
-
-
-
-
-
- UTF-8
-
-
+
+
+
+ 4.0.0
+
+ org.apache.struts
+ struts2-apps
+ 2.5.17
+
+
+ struts2-rest-showcase
+ war
+ 2.5.17
+ Struts 2 Rest Showcase Webapp
+ Struts 2 Rest Showcase Example
+
+
+
+ org.apache.struts
+ struts2-rest-plugin
+
+
+ org.apache.struts
+ struts2-convention-plugin
+
+
+ org.apache.struts
+ struts2-config-browser-plugin
+
+
+
+ com.fasterxml.jackson.dataformat
+ jackson-dataformat-xml
+
+
+
+
+ org.apache.logging.log4j
+ log4j-api
+ ${log4j2.version}
+
+
+ org.apache.logging.log4j
+ log4j-core
+ ${log4j2.version}
+
+
+
+ junit
+ junit
+ test
+
+
+
+ net.sourceforge.jwebunit
+ jwebunit-core
+ 1.4.1
+ test
+
+
+ commons-httpclient
+ commons-httpclient
+ 3.1
+ test
+
+
+
+ net.sourceforge.jwebunit
+ jwebunit-htmlunit-plugin
+ 1.4.1
+ test
+
+
+ xom
+ xom
+
+
+
+
+
+
+
+ struts2-rest-showcase
+
+
+ org.mortbay.jetty
+ jetty-maven-plugin
+ 8.1.16.v20140903
+
+ CTRL+C
+ 8999
+
+
+ xwork.loggerFactory
+ com.opensymphony.xwork2.util.logging.log4j2.Log4j2LoggerFactory
+
+
+ 10
+ ${basedir}/src/main/webapp/
+
+ /struts2-rest-showcase
+ ${basedir}/src/main/webapp/WEB-INF/web.xml
+
+
+
+
+ maven-surefire-plugin
+
+
+ it/**
+ **/*$*
+
+
+
+
+
+
+ UTF-8
+
+
diff --git a/apps/showcase/pom.xml b/apps/showcase/pom.xml
index 5bfd922bc..5c1e466ba 100644
--- a/apps/showcase/pom.xml
+++ b/apps/showcase/pom.xml
@@ -1,240 +1,240 @@
-
-
-
- 4.0.0
-
- org.apache.struts
- struts2-apps
- 2.5.17-SNAPSHOT
-
-
- struts2-showcase
- war
- Struts 2 Showcase Webapp
-
-
-
- hostedqa
-
- 12
- 9
- 8
- 7
-
-
-
-
-
- org.apache.struts
- struts2-config-browser-plugin
-
-
-
- org.apache.struts
- struts2-sitemesh-plugin
-
-
-
- org.apache.struts
- struts2-tiles-plugin
-
-
-
- org.apache.struts
- struts2-dwr-plugin
-
-
-
- org.apache.struts
- struts2-json-plugin
-
-
-
- org.apache.tiles
- tiles-jsp
- runtime
-
-
-
- org.apache.struts
- struts2-convention-plugin
-
-
-
- org.apache.struts
- struts2-spring-plugin
-
-
-
- org.apache.struts
- struts2-bean-validation-plugin
-
-
-
- javax.servlet
- servlet-api
- provided
-
-
-
-
- org.apache.logging.log4j
- log4j-api
- ${log4j2.version}
-
-
- org.apache.logging.log4j
- log4j-core
- ${log4j2.version}
-
-
- org.apache.logging.log4j
- log4j-jcl
- ${log4j2.version}
-
-
-
-
- org.apache.velocity
- velocity
-
-
-
- org.apache.velocity
- velocity-tools
-
-
-
- opensymphony
- sitemesh
-
-
- uk.ltd.getahead
- dwr
-
-
- commons-fileupload
- commons-fileupload
-
-
-
- net.sourceforge.jwebunit
- jwebunit-core
- 1.4.1
- test
-
-
-
- commons-httpclient
- commons-httpclient
- 3.1
- test
-
-
-
- net.sourceforge.jwebunit
- jwebunit-htmlunit-plugin
- 1.4.1
- test
-
-
- xom
- xom
-
-
-
-
-
-
- org.hibernate
- hibernate-validator
- 5.1.3.Final
-
-
-
-
- javax.servlet
- javax.servlet-api
- 3.1.0
- test
-
-
-
-
-
-
-
- org.mortbay.jetty
- jetty-maven-plugin
- 8.1.16.v20140903
-
- CTRL+C
- 8999
-
-
- log4j.configuration
- file:${basedir}/src/main/resources/log4j.properties
-
-
- slf4j
- false
-
-
- 10
- ${basedir}/src/main/webapp/
-
- /struts2-showcase
- ${basedir}/src/main/webapp/WEB-INF/web.xml
-
-
-
-
-
- maven-surefire-plugin
-
-
- it/**
- **/*$*
-
-
-
-
-
-
-
-
- src/main/resources
-
-
- src/main/java
-
- **/*.java
-
-
-
-
-
-
- UTF-8
-
-
+
+
+
+ 4.0.0
+
+ org.apache.struts
+ struts2-apps
+ 2.5.17
+
+
+ struts2-showcase
+ war
+ Struts 2 Showcase Webapp
+
+
+
+ hostedqa
+
+ 12
+ 9
+ 8
+ 7
+
+
+
+
+
+ org.apache.struts
+ struts2-config-browser-plugin
+
+
+
+ org.apache.struts
+ struts2-sitemesh-plugin
+
+
+
+ org.apache.struts
+ struts2-tiles-plugin
+
+
+
+ org.apache.struts
+ struts2-dwr-plugin
+
+
+
+ org.apache.struts
+ struts2-json-plugin
+
+
+
+ org.apache.tiles
+ tiles-jsp
+ runtime
+
+
+
+ org.apache.struts
+ struts2-convention-plugin
+
+
+
+ org.apache.struts
+ struts2-spring-plugin
+
+
+
+ org.apache.struts
+ struts2-bean-validation-plugin
+
+
+
+ javax.servlet
+ servlet-api
+ provided
+
+
+
+
+ org.apache.logging.log4j
+ log4j-api
+ ${log4j2.version}
+
+
+ org.apache.logging.log4j
+ log4j-core
+ ${log4j2.version}
+
+
+ org.apache.logging.log4j
+ log4j-jcl
+ ${log4j2.version}
+
+
+
+
+ org.apache.velocity
+ velocity
+
+
+
+ org.apache.velocity
+ velocity-tools
+
+
+
+ opensymphony
+ sitemesh
+
+
+ uk.ltd.getahead
+ dwr
+
+
+ commons-fileupload
+ commons-fileupload
+
+
+
+ net.sourceforge.jwebunit
+ jwebunit-core
+ 1.4.1
+ test
+
+
+
+ commons-httpclient
+ commons-httpclient
+ 3.1
+ test
+
+
+
+ net.sourceforge.jwebunit
+ jwebunit-htmlunit-plugin
+ 1.4.1
+ test
+
+
+ xom
+ xom
+
+
+
+
+
+
+ org.hibernate
+ hibernate-validator
+ 5.1.3.Final
+
+
+
+
+ javax.servlet
+ javax.servlet-api
+ 3.1.0
+ test
+
+
+
+
+
+
+
+ org.mortbay.jetty
+ jetty-maven-plugin
+ 8.1.16.v20140903
+
+ CTRL+C
+ 8999
+
+
+ log4j.configuration
+ file:${basedir}/src/main/resources/log4j.properties
+
+
+ slf4j
+ false
+
+
+ 10
+ ${basedir}/src/main/webapp/
+
+ /struts2-showcase
+ ${basedir}/src/main/webapp/WEB-INF/web.xml
+
+
+
+
+
+ maven-surefire-plugin
+
+
+ it/**
+ **/*$*
+
+
+
+
+
+
+
+
+ src/main/resources
+
+
+ src/main/java
+
+ **/*.java
+
+
+
+
+
+
+ UTF-8
+
+
diff --git a/assembly/pom.xml b/assembly/pom.xml
index 5207daa0c..9ff875f74 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -1,266 +1,266 @@
-
-
-
- 4.0.0
-
- org.apache.struts
- struts2-parent
- 2.5.17-SNAPSHOT
-
-
- struts2-assembly
- pom
- Struts 2 Assembly
-
-
- UTF-8
-
- true
- true
-
-
-
-
-
- org.codehaus.mojo
- dependency-maven-plugin
- 1.0
-
-
- copy-war
- package
-
- copy
-
-
-
-
- org.apache.struts
- struts2-showcase
- ${project.version}
- war
-
-
- org.apache.struts
- struts2-rest-showcase
- ${project.version}
- war
-
-
- ${project.build.directory}/apps
-
-
-
-
-
-
- maven-antrun-plugin
-
-
- docs
- prepare-package
-
- run
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- maven-assembly-plugin
-
-
- make-assembly
- package
-
- attached
-
-
-
-
-
- src/main/assembly/all.xml
- src/main/assembly/lib.xml
- src/main/assembly/min-lib.xml
- src/main/assembly/apps.xml
- src/main/assembly/src.xml
- src/main/assembly/docs.xml
-
- struts-${project.version}
- target/assembly/out
- target/assembly/work
-
-
-
-
-
-
-
-
- org.apache.struts
- struts2-core
-
-
-
- org.apache.struts
- struts2-bean-validation-plugin
-
-
-
- org.apache.struts
- struts2-cdi-plugin
-
-
-
- org.apache.struts
- struts2-convention-plugin
-
-
-
- org.apache.struts
- struts2-javatemplates-plugin
-
-
-
- org.apache.struts
- struts2-config-browser-plugin
-
-
-
- org.apache.struts
- struts2-dwr-plugin
-
-
-
- org.apache.struts
- struts2-jasperreports-plugin
-
-
-
- org.apache.struts
- struts2-jfreechart-plugin
-
-
-
- org.apache.struts
- struts2-junit-plugin
-
-
-
- org.apache.struts
- struts2-pell-multipart-plugin
-
-
-
- org.apache.struts
- struts2-plexus-plugin
-
-
-
- org.apache.struts
- struts2-portlet-plugin
-
-
-
- org.apache.struts
- struts2-rest-plugin
-
-
-
- org.apache.struts
- struts2-sitegraph-plugin
-
-
-
- org.apache.struts
- struts2-sitemesh-plugin
-
-
- org.apache.struts
- struts2-spring-plugin
-
-
- org.apache.struts
- struts2-testng-plugin
-
-
-
- org.apache.struts
- struts2-tiles-plugin
-
-
-
- org.apache.struts
- struts2-oval-plugin
-
-
-
- org.apache.struts
- struts2-json-plugin
-
-
-
- org.apache.struts
- struts2-embeddedjsp-plugin
-
-
-
- org.apache.struts
- struts2-gxp-plugin
-
-
-
- org.apache.struts
- struts2-osgi-plugin
-
-
-
- org.apache.struts
- struts2-osgi-admin-bundle
-
-
-
- org.apache.struts
- struts2-osgi-demo-bundle
-
-
-
-
+
+
+
+ 4.0.0
+
+ org.apache.struts
+ struts2-parent
+ 2.5.17
+
+
+ struts2-assembly
+ pom
+ Struts 2 Assembly
+
+
+ UTF-8
+
+ true
+ true
+
+
+
+
+
+ org.codehaus.mojo
+ dependency-maven-plugin
+ 1.0
+
+
+ copy-war
+ package
+
+ copy
+
+
+
+
+ org.apache.struts
+ struts2-showcase
+ ${project.version}
+ war
+
+
+ org.apache.struts
+ struts2-rest-showcase
+ ${project.version}
+ war
+
+
+ ${project.build.directory}/apps
+
+
+
+
+
+
+ maven-antrun-plugin
+
+
+ docs
+ prepare-package
+
+ run
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ maven-assembly-plugin
+
+
+ make-assembly
+ package
+
+ attached
+
+
+
+
+
+ src/main/assembly/all.xml
+ src/main/assembly/lib.xml
+ src/main/assembly/min-lib.xml
+ src/main/assembly/apps.xml
+ src/main/assembly/src.xml
+ src/main/assembly/docs.xml
+
+ struts-${project.version}
+ target/assembly/out
+ target/assembly/work
+
+
+
+
+
+
+
+
+ org.apache.struts
+ struts2-core
+
+
+
+ org.apache.struts
+ struts2-bean-validation-plugin
+
+
+
+ org.apache.struts
+ struts2-cdi-plugin
+
+
+
+ org.apache.struts
+ struts2-convention-plugin
+
+
+
+ org.apache.struts
+ struts2-javatemplates-plugin
+
+
+
+ org.apache.struts
+ struts2-config-browser-plugin
+
+
+
+ org.apache.struts
+ struts2-dwr-plugin
+
+
+
+ org.apache.struts
+ struts2-jasperreports-plugin
+
+
+
+ org.apache.struts
+ struts2-jfreechart-plugin
+
+
+
+ org.apache.struts
+ struts2-junit-plugin
+
+
+
+ org.apache.struts
+ struts2-pell-multipart-plugin
+
+
+
+ org.apache.struts
+ struts2-plexus-plugin
+
+
+
+ org.apache.struts
+ struts2-portlet-plugin
+
+
+
+ org.apache.struts
+ struts2-rest-plugin
+
+
+
+ org.apache.struts
+ struts2-sitegraph-plugin
+
+
+
+ org.apache.struts
+ struts2-sitemesh-plugin
+
+
+ org.apache.struts
+ struts2-spring-plugin
+
+
+ org.apache.struts
+ struts2-testng-plugin
+
+
+
+ org.apache.struts
+ struts2-tiles-plugin
+
+
+
+ org.apache.struts
+ struts2-oval-plugin
+
+
+
+ org.apache.struts
+ struts2-json-plugin
+
+
+
+ org.apache.struts
+ struts2-embeddedjsp-plugin
+
+
+
+ org.apache.struts
+ struts2-gxp-plugin
+
+
+
+ org.apache.struts
+ struts2-osgi-plugin
+
+
+
+ org.apache.struts
+ struts2-osgi-admin-bundle
+
+
+
+ org.apache.struts
+ struts2-osgi-demo-bundle
+
+
+
+
diff --git a/bom/pom.xml b/bom/pom.xml
index 30f364c78..0fe0ac03d 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -1,186 +1,186 @@
-
-
-
- 4.0.0
-
-
- org.apache.struts
- struts-master
- 9
- ../struts-master
-
-
- struts2-bom
- 2.5.17-SNAPSHOT
- pom
-
- Struts 2 Bill of Materials
- Struts 2 Bill of Materials
-
-
-
- The Apache Software License, Version 2.0
- http://www.apache.org/licenses/LICENSE-2.0.txt
- repo
-
-
-
-
- 2.5.17-SNAPSHOT
- true
- true
-
-
-
-
-
- org.apache.struts
- struts2-core
- ${struts-version.version}
-
-
- org.apache.struts
- struts2-bean-validation-plugin
- ${struts-version.version}
-
-
- org.apache.struts
- struts2-cdi-plugin
- ${struts-version.version}
-
-
- org.apache.struts
- struts2-convention-plugin
- ${struts-version.version}
-
-
- org.apache.struts
- struts2-config-browser-plugin
- ${struts-version.version}
-
-
- org.apache.struts
- struts2-dwr-plugin
- ${struts-version.version}
-
-
- org.apache.struts
- struts2-embeddedjsp-plugin
- ${struts-version.version}
-
-
- org.apache.struts
- struts2-gxp-plugin
- ${struts-version.version}
-
-
- org.apache.struts
- struts2-jasperreports-plugin
- ${struts-version.version}
-
-
- org.apache.struts
- struts2-javatemplates-plugin
- ${struts-version.version}
-
-
- org.apache.struts
- struts2-jfreechart-plugin
- ${struts-version.version}
-
-
- org.apache.struts
- struts2-json-plugin
- ${struts-version.version}
-
-
- org.apache.struts
- struts2-junit-plugin
- ${struts-version.version}
-
-
- org.apache.struts
- struts2-osgi-plugin
- ${struts-version.version}
-
-
- org.apache.struts
- struts2-oval-plugin
- ${struts-version.version}
-
-
- org.apache.struts
- struts2-pell-multipart-plugin
- ${struts-version.version}
-
-
- org.apache.struts
- struts2-plexus-plugin
- ${struts-version.version}
-
-
- org.apache.struts
- struts2-portlet-plugin
- ${struts-version.version}
-
-
- org.apache.struts
- struts2-portlet-tiles-plugin
- ${struts-version.version}
-
-
- org.apache.struts
- struts2-rest-plugin
- ${struts-version.version}
-
-
- org.apache.struts
- struts2-sitegraph-plugin
- ${struts-version.version}
-
-
- org.apache.struts
- struts2-sitemesh-plugin
- ${struts-version.version}
-
-
- org.apache.struts
- struts2-spring-plugin
- ${struts-version.version}
-
-
- org.apache.struts
- struts2-testng-plugin
- ${struts-version.version}
-
-
- org.apache.struts
- struts2-tiles-plugin
- ${struts-version.version}
-
-
-
-
-
- STRUTS_2_5_16
-
-
+
+
+
+ 4.0.0
+
+
+ org.apache.struts
+ struts-master
+ 9
+ ../struts-master
+
+
+ struts2-bom
+ 2.5.17
+ pom
+
+ Struts 2 Bill of Materials
+ Struts 2 Bill of Materials
+
+
+
+ The Apache Software License, Version 2.0
+ http://www.apache.org/licenses/LICENSE-2.0.txt
+ repo
+
+
+
+
+ 2.5.17
+ true
+ true
+
+
+
+
+
+ org.apache.struts
+ struts2-core
+ ${struts-version.version}
+
+
+ org.apache.struts
+ struts2-bean-validation-plugin
+ ${struts-version.version}
+
+
+ org.apache.struts
+ struts2-cdi-plugin
+ ${struts-version.version}
+
+
+ org.apache.struts
+ struts2-convention-plugin
+ ${struts-version.version}
+
+
+ org.apache.struts
+ struts2-config-browser-plugin
+ ${struts-version.version}
+
+
+ org.apache.struts
+ struts2-dwr-plugin
+ ${struts-version.version}
+
+
+ org.apache.struts
+ struts2-embeddedjsp-plugin
+ ${struts-version.version}
+
+
+ org.apache.struts
+ struts2-gxp-plugin
+ ${struts-version.version}
+
+
+ org.apache.struts
+ struts2-jasperreports-plugin
+ ${struts-version.version}
+
+
+ org.apache.struts
+ struts2-javatemplates-plugin
+ ${struts-version.version}
+
+
+ org.apache.struts
+ struts2-jfreechart-plugin
+ ${struts-version.version}
+
+
+ org.apache.struts
+ struts2-json-plugin
+ ${struts-version.version}
+
+
+ org.apache.struts
+ struts2-junit-plugin
+ ${struts-version.version}
+
+
+ org.apache.struts
+ struts2-osgi-plugin
+ ${struts-version.version}
+
+
+ org.apache.struts
+ struts2-oval-plugin
+ ${struts-version.version}
+
+
+ org.apache.struts
+ struts2-pell-multipart-plugin
+ ${struts-version.version}
+
+
+ org.apache.struts
+ struts2-plexus-plugin
+ ${struts-version.version}
+
+
+ org.apache.struts
+ struts2-portlet-plugin
+ ${struts-version.version}
+
+
+ org.apache.struts
+ struts2-portlet-tiles-plugin
+ ${struts-version.version}
+
+
+ org.apache.struts
+ struts2-rest-plugin
+ ${struts-version.version}
+
+
+ org.apache.struts
+ struts2-sitegraph-plugin
+ ${struts-version.version}
+
+
+ org.apache.struts
+ struts2-sitemesh-plugin
+ ${struts-version.version}
+
+
+ org.apache.struts
+ struts2-spring-plugin
+ ${struts-version.version}
+
+
+ org.apache.struts
+ struts2-testng-plugin
+ ${struts-version.version}
+
+
+ org.apache.struts
+ struts2-tiles-plugin
+ ${struts-version.version}
+
+
+
+
+
+ STRUTS_2_5_17
+
+
diff --git a/bundles/admin/pom.xml b/bundles/admin/pom.xml
index 57db397da..ad26cf541 100644
--- a/bundles/admin/pom.xml
+++ b/bundles/admin/pom.xml
@@ -1,62 +1,62 @@
-
-
-
- 4.0.0
-
- org.apache.struts
- struts2-osgi-bundles
- 2.5.17-SNAPSHOT
-
-
- struts2-osgi-admin-bundle
- bundle
- Struts 2 OSGi Admin Bundle
-
-
-
- org.apache.struts
- struts2-osgi-plugin
-
-
-
-
-
-
- org.apache.felix
- maven-bundle-plugin
- true
-
-
- META-INF
- true
- *,com.opensymphony.xwork2
- org.apache.struts2.osgi.admin*
- *;create-asynchronously:=false
-
-
-
-
-
-
- UTF-8
-
-
+
+
+
+ 4.0.0
+
+ org.apache.struts
+ struts2-osgi-bundles
+ 2.5.17
+
+
+ struts2-osgi-admin-bundle
+ bundle
+ Struts 2 OSGi Admin Bundle
+
+
+
+ org.apache.struts
+ struts2-osgi-plugin
+
+
+
+
+
+
+ org.apache.felix
+ maven-bundle-plugin
+ true
+
+
+ META-INF
+ true
+ *,com.opensymphony.xwork2
+ org.apache.struts2.osgi.admin*
+ *;create-asynchronously:=false
+
+
+
+
+
+
+ UTF-8
+
+
diff --git a/bundles/demo/pom.xml b/bundles/demo/pom.xml
index 626f87312..66a2bffe6 100644
--- a/bundles/demo/pom.xml
+++ b/bundles/demo/pom.xml
@@ -1,85 +1,85 @@
-
-
-
- 4.0.0
-
- org.apache.struts
- struts2-osgi-bundles
- 2.5.17-SNAPSHOT
-
-
- struts2-osgi-demo-bundle
- bundle
- Struts 2 OSGi Demo Bundle
-
-
-
-
- org.apache.velocity
- velocity
-
-
-
- org.apache.velocity
- velocity-tools
- true
-
-
-
- commons-digester
- commons-digester
-
-
-
- org.apache.struts
- struts2-convention-plugin
-
-
-
- org.apache.struts
- struts2-osgi-plugin
-
-
-
-
-
-
-
- org.apache.felix
- maven-bundle-plugin
- true
- 2.1.0
-
-
- META-INF
- *,com.opensymphony.xwork2
- *;create-asynchronously:=false
- true
-
-
-
-
-
-
- UTF-8
-
-
+
+
+
+ 4.0.0
+
+ org.apache.struts
+ struts2-osgi-bundles
+ 2.5.17
+
+
+ struts2-osgi-demo-bundle
+ bundle
+ Struts 2 OSGi Demo Bundle
+
+
+
+
+ org.apache.velocity
+ velocity
+
+
+
+ org.apache.velocity
+ velocity-tools
+ true
+
+
+
+ commons-digester
+ commons-digester
+
+
+
+ org.apache.struts
+ struts2-convention-plugin
+
+
+
+ org.apache.struts
+ struts2-osgi-plugin
+
+
+
+
+
+
+
+ org.apache.felix
+ maven-bundle-plugin
+ true
+ 2.1.0
+
+
+ META-INF
+ *,com.opensymphony.xwork2
+ *;create-asynchronously:=false
+ true
+
+
+
+
+
+
+ UTF-8
+
+
diff --git a/bundles/pom.xml b/bundles/pom.xml
index 18f5891e9..4b0029cc5 100755
--- a/bundles/pom.xml
+++ b/bundles/pom.xml
@@ -1,86 +1,86 @@
-
-
-
- 4.0.0
-
- org.apache.struts
- struts2-parent
- 2.5.17-SNAPSHOT
-
-
- struts2-osgi-bundles
- pom
- Struts OSGi Bundles
-
-
- admin
- demo
-
-
-
-
-
- org.apache.struts
- struts2-core
-
-
-
-
- junit
- junit
- compile
-
-
-
-
- javax.servlet
- servlet-api
- 2.4
- provided
-
-
-
-
-
-
-
-
- org.codehaus.mojo
- rat-maven-plugin
- 1.0-alpha-2
-
-
- pom.xml
- src/**
-
-
- src/main/resources/*LICENSE.txt
-
-
-
-
-
-
-
- UTF-8
-
-
+
+
+
+ 4.0.0
+
+ org.apache.struts
+ struts2-parent
+ 2.5.17
+
+
+ struts2-osgi-bundles
+ pom
+ Struts OSGi Bundles
+
+
+ admin
+ demo
+
+
+
+
+
+ org.apache.struts
+ struts2-core
+
+
+
+
+ junit
+ junit
+ compile
+
+
+
+
+ javax.servlet
+ servlet-api
+ 2.4
+ provided
+
+
+
+
+
+
+
+
+ org.codehaus.mojo
+ rat-maven-plugin
+ 1.0-alpha-2
+
+
+ pom.xml
+ src/**
+
+
+ src/main/resources/*LICENSE.txt
+
+
+
+
+
+
+
+ UTF-8
+
+
diff --git a/core/pom.xml b/core/pom.xml
index 93cdd6155..482f24390 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -1,430 +1,430 @@
-
-
-
- 4.0.0
-
- org.apache.struts
- struts2-parent
- 2.5.17-SNAPSHOT
-
- struts2-core
- jar
- Struts 2 Core
-
-
- 2.3
- UTF-8
-
-
-
-
-
- org.apache.maven.plugins
- maven-surefire-plugin
-
- -Duser.language=en -Duser.region=US
-
-
- maven.testng.output.dir
- ${project.basedir}/target/surefire-reports
-
-
- false
-
- ${project.build.testOutputDirectory}/xwork-jar.jar
- ${project.build.testOutputDirectory}/xwork-zip.zip
- ${project.build.testOutputDirectory}/xwork - jar.jar
- ${project.build.testOutputDirectory}/xwork - zip.zip
-
-
- **/*Test.java
-
-
- **/XWorkTestCase.java
- **/TestBean.java
- **/TestBean2.java
- **/TestInterceptor.java
- **/AnnotatedTestBean.java
- **/DefaultFileManagerTest.java
-
-
-
-
- com.cj.jshintmojo
- jshint-maven-plugin
- 1.6.0
-
-
-
- lint
-
-
-
-
- src/main/resources/jshint.conf.js
-
- src/main/resources/
-
-
- src/main/resources/org/apache/struts2/static/domTT.js
-
- jslint
- target/jshint.xml
- true
-
-
-
-
-
-
-
- build-maven
-
- true
-
-
-
-
- org.apache.maven.plugins
- maven-compiler-plugin
-
-
- -Auri=/struts-tags
- -AtlibVersion=${tlib.version}
- -AjspVersion=2.0
- -AshortName=s
- -AdisplayName=Struts Tags
- -AoutFile=${basedir}/target/classes/META-INF/struts-tags.tld
- -Adescription="To make it easier to access dynamic data;
- the Apache Struts framework includes a library of custom tags.
- The tags interact with the framework's validation and
- internationalization features;
- to ensure that input is correct and output is localized.
- The Struts Tags can be used with JSP FreeMarker or Velocity."
- -AoutTemplatesDir=${basedir}/src/site/resources/tags
-
-
-
-
- compile
-
- compile
-
-
-
-
-
-
-
-
- alljars
-
-
-
- maven-javadoc-plugin
-
-
- attach-source
-
- jar
-
-
-
-
- ${basedir}/src/main/java;${basedir}/../xwork-core/src/main/java
- UTF-8
-
-
- Struts Packages
- org.apache.struts2*
-
-
- XWork Packages
- com.opensymphony.xwork2*
-
-
- private
-
- http://java.sun.com/j2se/1.5.0/docs/api
- http://java.sun.com/javaee/5/docs/api/
- http://jakarta.apache.org/commons/logging/apidocs/
- http://logging.apache.org/log4j/docs/api/
-
-
-
-
- org.apache.maven.plugins
- maven-source-plugin
-
-
-
-
-
- default-tools.jar
-
-
- java.vendor
- Sun Microsystems Inc.
-
-
-
-
- com.sun
- tools
- 1.5.0
- system
- ${java.home}/../lib/tools.jar
-
-
-
-
-
-
-
-
-
- org.freemarker
- freemarker
-
-
-
- javax.servlet
- servlet-api
- provided
-
-
-
- javax.servlet
- jsp-api
- provided
-
-
-
- ognl
- ognl
-
-
-
-
- org.apache.velocity
- velocity
- true
-
-
-
- org.apache.velocity
- velocity-tools
- true
-
-
-
-
- org.apache.logging.log4j
- log4j-api
- ${log4j2.version}
-
-
-
-
- commons-fileupload
- commons-fileupload
-
-
- commons-io
- commons-io
-
-
-
- commons-logging
- commons-logging
- true
-
-
- org.apache.commons
- commons-lang3
-
-
- org.springframework
- spring-core
- true
-
-
- org.springframework
- spring-aop
- true
-
-
- org.springframework
- spring-aspects
- true
-
-
- org.springframework
- spring-beans
- true
-
-
- org.springframework
- spring-context
- true
-
-
- org.springframework
- spring-context-support
- true
-
-
- org.springframework
- spring-web
- true
-
-
- org.springframework
- spring-test
- test
-
-
-
- cglib
- cglib-nodep
- true
-
-
-
- junit
- junit
- true
-
-
-
- org.apache.logging.log4j
- log4j-core
- ${log4j2.version}
- test
-
-
-
- org.apache.commons
- commons-collections4
- test
-
-
-
- mockobjects
- mockobjects-jdk1.3
- test
-
-
-
- mockobjects
- mockobjects-alt-jdk1.3
- test
-
-
-
- mockobjects
- mockobjects-alt-jdk1.3-j2ee1.3
- test
-
-
-
- mockobjects
- mockobjects-jdk1.3-j2ee1.3
- test
-
-
-
- jmock
- jmock
- test
-
-
-
- org.mockito
- mockito-all
- test
-
-
-
- org.easytesting
- fest-assert
- test
-
-
-
- mockobjects
- mockobjects-core
- test
-
-
- org.easymock
- easymock
- test
-
-
-
-
-
- org.apache.struts
- struts-annotations
- compile
- true
-
-
-
- org.testng
- testng
- compile
- true
-
-
-
-
- org.slf4j
- slf4j-api
- true
-
-
- org.slf4j
- slf4j-simple
- true
-
-
-
-
- javax.servlet
- javax.servlet-api
- 3.1.0
- test
-
-
-
- commons-validator
- commons-validator
- test
-
-
-
-
+
+
+
+ 4.0.0
+
+ org.apache.struts
+ struts2-parent
+ 2.5.17
+
+ struts2-core
+ jar
+ Struts 2 Core
+
+
+ 2.3
+ UTF-8
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+
+ -Duser.language=en -Duser.region=US
+
+
+ maven.testng.output.dir
+ ${project.basedir}/target/surefire-reports
+
+
+ false
+
+ ${project.build.testOutputDirectory}/xwork-jar.jar
+ ${project.build.testOutputDirectory}/xwork-zip.zip
+ ${project.build.testOutputDirectory}/xwork - jar.jar
+ ${project.build.testOutputDirectory}/xwork - zip.zip
+
+
+ **/*Test.java
+
+
+ **/XWorkTestCase.java
+ **/TestBean.java
+ **/TestBean2.java
+ **/TestInterceptor.java
+ **/AnnotatedTestBean.java
+ **/DefaultFileManagerTest.java
+
+
+
+
+ com.cj.jshintmojo
+ jshint-maven-plugin
+ 1.6.0
+
+
+
+ lint
+
+
+
+
+ src/main/resources/jshint.conf.js
+
+ src/main/resources/
+
+
+ src/main/resources/org/apache/struts2/static/domTT.js
+
+ jslint
+ target/jshint.xml
+ true
+
+
+
+
+
+
+
+ build-maven
+
+ true
+
+
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+
+
+ -Auri=/struts-tags
+ -AtlibVersion=${tlib.version}
+ -AjspVersion=2.0
+ -AshortName=s
+ -AdisplayName=Struts Tags
+ -AoutFile=${basedir}/target/classes/META-INF/struts-tags.tld
+ -Adescription="To make it easier to access dynamic data;
+ the Apache Struts framework includes a library of custom tags.
+ The tags interact with the framework's validation and
+ internationalization features;
+ to ensure that input is correct and output is localized.
+ The Struts Tags can be used with JSP FreeMarker or Velocity."
+ -AoutTemplatesDir=${basedir}/src/site/resources/tags
+
+
+
+
+ compile
+
+ compile
+
+
+
+
+
+
+
+
+ alljars
+
+
+
+ maven-javadoc-plugin
+
+
+ attach-source
+
+ jar
+
+
+
+
+ ${basedir}/src/main/java;${basedir}/../xwork-core/src/main/java
+ UTF-8
+
+
+ Struts Packages
+ org.apache.struts2*
+
+
+ XWork Packages
+ com.opensymphony.xwork2*
+
+
+ private
+
+ http://java.sun.com/j2se/1.5.0/docs/api
+ http://java.sun.com/javaee/5/docs/api/
+ http://jakarta.apache.org/commons/logging/apidocs/
+ http://logging.apache.org/log4j/docs/api/
+
+
+
+
+ org.apache.maven.plugins
+ maven-source-plugin
+
+
+
+
+
+ default-tools.jar
+
+
+ java.vendor
+ Sun Microsystems Inc.
+
+
+
+
+ com.sun
+ tools
+ 1.5.0
+ system
+ ${java.home}/../lib/tools.jar
+
+
+
+
+
+
+
+
+
+ org.freemarker
+ freemarker
+
+
+
+ javax.servlet
+ servlet-api
+ provided
+
+
+
+ javax.servlet
+ jsp-api
+ provided
+
+
+
+ ognl
+ ognl
+
+
+
+
+ org.apache.velocity
+ velocity
+ true
+
+
+
+ org.apache.velocity
+ velocity-tools
+ true
+
+
+
+
+ org.apache.logging.log4j
+ log4j-api
+ ${log4j2.version}
+
+
+
+
+ commons-fileupload
+ commons-fileupload
+
+
+ commons-io
+ commons-io
+
+
+
+ commons-logging
+ commons-logging
+ true
+
+
+ org.apache.commons
+ commons-lang3
+
+
+ org.springframework
+ spring-core
+ true
+
+
+ org.springframework
+ spring-aop
+ true
+
+
+ org.springframework
+ spring-aspects
+ true
+
+
+ org.springframework
+ spring-beans
+ true
+
+
+ org.springframework
+ spring-context
+ true
+
+
+ org.springframework
+ spring-context-support
+ true
+
+
+ org.springframework
+ spring-web
+ true
+
+
+ org.springframework
+ spring-test
+ test
+
+
+
+ cglib
+ cglib-nodep
+ true
+
+
+
+ junit
+ junit
+ true
+
+
+
+ org.apache.logging.log4j
+ log4j-core
+ ${log4j2.version}
+ test
+
+
+
+ org.apache.commons
+ commons-collections4
+ test
+
+
+
+ mockobjects
+ mockobjects-jdk1.3
+ test
+
+
+
+ mockobjects
+ mockobjects-alt-jdk1.3
+ test
+
+
+
+ mockobjects
+ mockobjects-alt-jdk1.3-j2ee1.3
+ test
+
+
+
+ mockobjects
+ mockobjects-jdk1.3-j2ee1.3
+ test
+
+
+
+ jmock
+ jmock
+ test
+
+
+
+ org.mockito
+ mockito-all
+ test
+
+
+
+ org.easytesting
+ fest-assert
+ test
+
+
+
+ mockobjects
+ mockobjects-core
+ test
+
+
+ org.easymock
+ easymock
+ test
+
+
+
+
+
+ org.apache.struts
+ struts-annotations
+ compile
+ true
+
+
+
+ org.testng
+ testng
+ compile
+ true
+
+
+
+
+ org.slf4j
+ slf4j-api
+ true
+
+
+ org.slf4j
+ slf4j-simple
+ true
+
+
+
+
+ javax.servlet
+ javax.servlet-api
+ 3.1.0
+ test
+
+
+
+ commons-validator
+ commons-validator
+ test
+
+
+
+
diff --git a/plugins/bean-validation/pom.xml b/plugins/bean-validation/pom.xml
index 9cd8354ba..991f90e69 100644
--- a/plugins/bean-validation/pom.xml
+++ b/plugins/bean-validation/pom.xml
@@ -1,66 +1,66 @@
-
-
-
-
-
- org.apache.struts
- struts2-plugins
- 2.5.17-SNAPSHOT
-
- 4.0.0
-
- struts2-bean-validation-plugin
- Struts 2 Bean Validation Plugin
- jar
-
-
- UTF-8
-
-
-
-
-
- javax.validation
- validation-api
- 1.1.0.Final
-
-
-
- commons-beanutils
- commons-beanutils
-
-
-
- org.hibernate
- hibernate-validator
- 5.1.3.Final
- test
-
-
- org.glassfish
- javax.el
- test
-
-
-
-
+
+
+
+
+
+ org.apache.struts
+ struts2-plugins
+ 2.5.17
+
+ 4.0.0
+
+ struts2-bean-validation-plugin
+ Struts 2 Bean Validation Plugin
+ jar
+
+
+ UTF-8
+
+
+
+
+
+ javax.validation
+ validation-api
+ 1.1.0.Final
+
+
+
+ commons-beanutils
+ commons-beanutils
+
+
+
+ org.hibernate
+ hibernate-validator
+ 5.1.3.Final
+ test
+
+
+ org.glassfish
+ javax.el
+ test
+
+
+
+
\ No newline at end of file
diff --git a/plugins/cdi/pom.xml b/plugins/cdi/pom.xml
index 264d9ddae..44bb7be0c 100644
--- a/plugins/cdi/pom.xml
+++ b/plugins/cdi/pom.xml
@@ -1,79 +1,79 @@
-
-
-
- 4.0.0
-
-
- org.apache.struts
- struts2-plugins
- 2.5.17-SNAPSHOT
-
-
- struts2-cdi-plugin
- Struts 2 CDI Plugin
- jar
-
-
-
-
- javax.enterprise
- cdi-api
- provided
-
-
-
- org.jboss.weld
- weld-core
- provided
-
-
-
- org.jboss.weld
- weld-se
- test
-
-
-
- org.springframework
- spring-test
- test
-
-
-
- org.apache.logging.log4j
- log4j-core
- ${log4j2.version}
- test
-
-
-
- commons-logging
- commons-logging
- test
-
-
-
-
-
- UTF-8
-
-
+
+
+
+ 4.0.0
+
+
+ org.apache.struts
+ struts2-plugins
+ 2.5.17
+
+
+ struts2-cdi-plugin
+ Struts 2 CDI Plugin
+ jar
+
+
+
+
+ javax.enterprise
+ cdi-api
+ provided
+
+
+
+ org.jboss.weld
+ weld-core
+ provided
+
+
+
+ org.jboss.weld
+ weld-se
+ test
+
+
+
+ org.springframework
+ spring-test
+ test
+
+
+
+ org.apache.logging.log4j
+ log4j-core
+ ${log4j2.version}
+ test
+
+
+
+ commons-logging
+ commons-logging
+ test
+
+
+
+
+
+ UTF-8
+
+
diff --git a/plugins/config-browser/pom.xml b/plugins/config-browser/pom.xml
index ae15e35be..a1e4f4264 100644
--- a/plugins/config-browser/pom.xml
+++ b/plugins/config-browser/pom.xml
@@ -1,37 +1,37 @@
-
-
-
- 4.0.0
-
- org.apache.struts
- struts2-plugins
- 2.5.17-SNAPSHOT
-
-
- struts2-config-browser-plugin
- jar
- Struts 2 Configuration Browser Plugin
-
-
- UTF-8
-
-
+
+
+
+ 4.0.0
+
+ org.apache.struts
+ struts2-plugins
+ 2.5.17
+
+
+ struts2-config-browser-plugin
+ jar
+ Struts 2 Configuration Browser Plugin
+
+
+ UTF-8
+
+
diff --git a/plugins/convention/pom.xml b/plugins/convention/pom.xml
index d5274bf1f..24548d0c5 100644
--- a/plugins/convention/pom.xml
+++ b/plugins/convention/pom.xml
@@ -1,81 +1,81 @@
-
-
-
- 4.0.0
-
- org.apache.struts
- struts2-plugins
- 2.5.17-SNAPSHOT
-
-
- struts2-convention-plugin
- jar
- Struts 2 Convention Plugin
-
-
-
-
- org.apache.felix
- maven-bundle-plugin
- true
-
-
- org.apache.struts2.osgi.StrutsActivator
- META-INF
-
-
-
-
-
-
-
-
-
- org.apache.commons
- commons-lang3
-
-
- org.ow2.asm
- asm
-
-
- org.ow2.asm
- asm-commons
-
-
-
-
- org.easymock
- easymock
- test
-
-
- javax.servlet
- jsp-api
- provided
-
-
-
-
- UTF-8
-
-
+
+
+
+ 4.0.0
+
+ org.apache.struts
+ struts2-plugins
+ 2.5.17
+
+
+ struts2-convention-plugin
+ jar
+ Struts 2 Convention Plugin
+
+
+
+
+ org.apache.felix
+ maven-bundle-plugin
+ true
+
+
+ org.apache.struts2.osgi.StrutsActivator
+ META-INF
+
+
+
+
+
+
+
+
+
+ org.apache.commons
+ commons-lang3
+
+
+ org.ow2.asm
+ asm
+
+
+ org.ow2.asm
+ asm-commons
+
+
+
+
+ org.easymock
+ easymock
+ test
+
+
+ javax.servlet
+ jsp-api
+ provided
+
+
+
+
+ UTF-8
+
+
diff --git a/plugins/dwr/pom.xml b/plugins/dwr/pom.xml
index 5720b30a9..88315914b 100644
--- a/plugins/dwr/pom.xml
+++ b/plugins/dwr/pom.xml
@@ -1,44 +1,44 @@
-
-
-
- 4.0.0
-
- org.apache.struts
- struts2-plugins
- 2.5.17-SNAPSHOT
-
-
- struts2-dwr-plugin
- jar
- Struts 2 DWR Plugin
-
-
-
- uk.ltd.getahead
- dwr
-
-
-
-
- UTF-8
-
-
+
+
+
+ 4.0.0
+
+ org.apache.struts
+ struts2-plugins
+ 2.5.17
+
+
+ struts2-dwr-plugin
+ jar
+ Struts 2 DWR Plugin
+
+
+
+ uk.ltd.getahead
+ dwr
+
+
+
+
+ UTF-8
+
+
diff --git a/plugins/embeddedjsp/pom.xml b/plugins/embeddedjsp/pom.xml
index b2a8c6f30..956119d57 100644
--- a/plugins/embeddedjsp/pom.xml
+++ b/plugins/embeddedjsp/pom.xml
@@ -1,116 +1,116 @@
-
-
-
- 4.0.0
-
- org.apache.struts
- struts2-plugins
- 2.5.17-SNAPSHOT
-
-
- struts2-embeddedjsp-plugin
- jar
- Struts 2 Embedded JSP Plugin
-
-
-
- org.apache.commons
- commons-lang3
-
-
- org.springframework
- spring-test
- test
-
-
- org.springframework
- spring-core
- test
-
-
- org.springframework
- spring-web
- test
-
-
- org.easymock
- easymock
- test
-
-
- taglibs
- request
- test
-
-
- javax.servlet.jsp
- jsp-api
- test
-
-
- org.apache.tomcat
- juli
-
-
- taglibs
- standard
- test
-
-
- javax.servlet
- jstl
- test
-
-
- org.apache.tomcat
- jasper
- provided
-
-
-
-
- javax.servlet
- javax.servlet-api
- 3.1.0
- test
-
-
-
-
-
-
- org.apache.maven.plugins
- maven-surefire-plugin
- 2.19.1
-
-
- ${project.build.testOutputDirectory}/jsps.jar
-
-
-
-
-
-
- UTF-8
-
-
+
+
+
+ 4.0.0
+
+ org.apache.struts
+ struts2-plugins
+ 2.5.17
+
+
+ struts2-embeddedjsp-plugin
+ jar
+ Struts 2 Embedded JSP Plugin
+
+
+
+ org.apache.commons
+ commons-lang3
+
+
+ org.springframework
+ spring-test
+ test
+
+
+ org.springframework
+ spring-core
+ test
+
+
+ org.springframework
+ spring-web
+ test
+
+
+ org.easymock
+ easymock
+ test
+
+
+ taglibs
+ request
+ test
+
+
+ javax.servlet.jsp
+ jsp-api
+ test
+
+
+ org.apache.tomcat
+ juli
+
+
+ taglibs
+ standard
+ test
+
+
+ javax.servlet
+ jstl
+ test
+
+
+ org.apache.tomcat
+ jasper
+ provided
+
+
+
+
+ javax.servlet
+ javax.servlet-api
+ 3.1.0
+ test
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ 2.19.1
+
+
+ ${project.build.testOutputDirectory}/jsps.jar
+
+
+
+
+
+
+ UTF-8
+
+
diff --git a/plugins/gxp/pom.xml b/plugins/gxp/pom.xml
index 41dd3a4f7..def4aac39 100644
--- a/plugins/gxp/pom.xml
+++ b/plugins/gxp/pom.xml
@@ -1,50 +1,50 @@
-
-
-
- 4.0.0
-
- org.apache.struts
- struts2-plugins
- 2.5.17-SNAPSHOT
-
-
- struts2-gxp-plugin
- jar
- Struts 2 GXP Plugin
-
-
-
- com.google.gxp
- google-gxp
- 0.2.4-beta
-
-
- com.google.collections
- google-collections
- 1.0
-
-
-
-
- UTF-8
-
-
+
+
+
+ 4.0.0
+
+ org.apache.struts
+ struts2-plugins
+ 2.5.17
+
+
+ struts2-gxp-plugin
+ jar
+ Struts 2 GXP Plugin
+
+
+
+ com.google.gxp
+ google-gxp
+ 0.2.4-beta
+
+
+ com.google.collections
+ google-collections
+ 1.0
+
+
+
+
+ UTF-8
+
+
diff --git a/plugins/jasperreports/pom.xml b/plugins/jasperreports/pom.xml
index 569eeaa72..7d5574358 100644
--- a/plugins/jasperreports/pom.xml
+++ b/plugins/jasperreports/pom.xml
@@ -1,82 +1,82 @@
-
-
-
- 4.0.0
-
- org.apache.struts
- struts2-plugins
- 2.5.17-SNAPSHOT
-
-
- struts2-jasperreports-plugin
- jar
- Struts 2 Jasper Reports Plugin
-
-
-
- org.apache.commons
- commons-lang3
-
-
- net.sf.jasperreports
- jasperreports
- 6.0.3
- provided
-
-
-
- org.olap4j
- olap4j
-
-
-
-
- org.apache.struts
- struts2-junit-plugin
- test
-
-
- javax.servlet
- jsp-api
- provided
-
-
- javax.servlet
- javax.servlet-api
- 3.1.0
- test
-
-
- org.springframework
- spring-web
- test
-
-
- org.easymock
- easymock
- test
-
-
-
- UTF-8
-
-
+
+
+
+ 4.0.0
+
+ org.apache.struts
+ struts2-plugins
+ 2.5.17
+
+
+ struts2-jasperreports-plugin
+ jar
+ Struts 2 Jasper Reports Plugin
+
+
+
+ org.apache.commons
+ commons-lang3
+
+
+ net.sf.jasperreports
+ jasperreports
+ 6.0.3
+ provided
+
+
+
+ org.olap4j
+ olap4j
+
+
+
+
+ org.apache.struts
+ struts2-junit-plugin
+ test
+
+
+ javax.servlet
+ jsp-api
+ provided
+
+
+ javax.servlet
+ javax.servlet-api
+ 3.1.0
+ test
+
+
+ org.springframework
+ spring-web
+ test
+
+
+ org.easymock
+ easymock
+ test
+
+
+
+ UTF-8
+
+
diff --git a/plugins/javatemplates/pom.xml b/plugins/javatemplates/pom.xml
index c1a36b4fa..e625275a1 100644
--- a/plugins/javatemplates/pom.xml
+++ b/plugins/javatemplates/pom.xml
@@ -1,51 +1,51 @@
-
-
-
-
- 4.0.0
-
- org.apache.struts
- struts2-plugins
- 2.5.17-SNAPSHOT
-
-
- struts2-javatemplates-plugin
- jar
- Struts 2 Java Templates Plugin
-
-
-
- org.apache.commons
- commons-lang3
-
-
- org.easymock
- easymock
- test
-
-
-
-
-
- UTF-8
-
-
+
+
+
+
+ 4.0.0
+
+ org.apache.struts
+ struts2-plugins
+ 2.5.17
+
+
+ struts2-javatemplates-plugin
+ jar
+ Struts 2 Java Templates Plugin
+
+
+
+ org.apache.commons
+ commons-lang3
+
+
+ org.easymock
+ easymock
+ test
+
+
+
+
+
+ UTF-8
+
+
diff --git a/plugins/jfreechart/pom.xml b/plugins/jfreechart/pom.xml
index d0e4e2c27..313e30782 100644
--- a/plugins/jfreechart/pom.xml
+++ b/plugins/jfreechart/pom.xml
@@ -1,88 +1,88 @@
-
-
-
- 4.0.0
-
- org.apache.struts
- struts2-plugins
- 2.5.17-SNAPSHOT
-
-
- struts2-jfreechart-plugin
- jar
- Struts 2 JFreeChart Plugin
-
-
-
- org.jfree
- jcommon
- 1.0.23
- provided
-
-
- gnujaxp
- gnujaxp
-
-
-
-
- org.jfree
- jfreechart
- 1.0.19
- provided
-
-
- gnujaxp
- gnujaxp
-
-
-
-
- org.apache.struts
- struts2-junit-plugin
- test
-
-
- javax.servlet
- jsp-api
- provided
-
-
- org.easymock
- easymock
- test
-
-
-
-
- javax.servlet
- javax.servlet-api
- 3.1.0
- test
-
-
-
-
- UTF-8
-
-
+
+
+
+ 4.0.0
+
+ org.apache.struts
+ struts2-plugins
+ 2.5.17
+
+
+ struts2-jfreechart-plugin
+ jar
+ Struts 2 JFreeChart Plugin
+
+
+
+ org.jfree
+ jcommon
+ 1.0.23
+ provided
+
+
+ gnujaxp
+ gnujaxp
+
+
+
+
+ org.jfree
+ jfreechart
+ 1.0.19
+ provided
+
+
+ gnujaxp
+ gnujaxp
+
+
+
+
+ org.apache.struts
+ struts2-junit-plugin
+ test
+
+
+ javax.servlet
+ jsp-api
+ provided
+
+
+ org.easymock
+ easymock
+ test
+
+
+
+
+ javax.servlet
+ javax.servlet-api
+ 3.1.0
+ test
+
+
+
+
+ UTF-8
+
+
diff --git a/plugins/json/pom.xml b/plugins/json/pom.xml
index 201f7fd08..bd82254cb 100644
--- a/plugins/json/pom.xml
+++ b/plugins/json/pom.xml
@@ -1,117 +1,117 @@
-
-
-
- 4.0.0
-
- org.apache.struts
- struts2-plugins
- 2.5.17-SNAPSHOT
-
-
- struts2-json-plugin
- jar
- Struts 2 JSON Plugin
-
-
-
-
- org.apache.felix
- maven-bundle-plugin
- true
-
-
- org.apache.struts2.osgi.StrutsActivator
- META-INF
-
-
-
-
-
-
-
-
- org.apache.struts
- struts2-junit-plugin
- test
-
-
-
- org.apache.commons
- commons-lang3
-
-
-
- javax.servlet
- jsp-api
- provided
-
-
-
- org.easymock
- easymock
- test
-
-
-
- mockobjects
- mockobjects-core
- test
-
-
-
- mockobjects
- mockobjects-jdk1.3-j2ee1.3
- test
-
-
-
- org.springframework
- spring-test
- test
-
-
-
- org.springframework
- spring-web
- test
-
-
-
- org.easytesting
- fest-assert
- test
-
-
-
-
- javax.servlet
- javax.servlet-api
- 3.1.0
- test
-
-
-
-
- UTF-8
-
-
+
+
+
+ 4.0.0
+
+ org.apache.struts
+ struts2-plugins
+ 2.5.17
+
+
+ struts2-json-plugin
+ jar
+ Struts 2 JSON Plugin
+
+
+
+
+ org.apache.felix
+ maven-bundle-plugin
+ true
+
+
+ org.apache.struts2.osgi.StrutsActivator
+ META-INF
+
+
+
+
+
+
+
+
+ org.apache.struts
+ struts2-junit-plugin
+ test
+
+
+
+ org.apache.commons
+ commons-lang3
+
+
+
+ javax.servlet
+ jsp-api
+ provided
+
+
+
+ org.easymock
+ easymock
+ test
+
+
+
+ mockobjects
+ mockobjects-core
+ test
+
+
+
+ mockobjects
+ mockobjects-jdk1.3-j2ee1.3
+ test
+
+
+
+ org.springframework
+ spring-test
+ test
+
+
+
+ org.springframework
+ spring-web
+ test
+
+
+
+ org.easytesting
+ fest-assert
+ test
+
+
+
+
+ javax.servlet
+ javax.servlet-api
+ 3.1.0
+ test
+
+
+
+
+ UTF-8
+
+
diff --git a/plugins/junit/pom.xml b/plugins/junit/pom.xml
index 3d0fedaf4..a013cbac5 100644
--- a/plugins/junit/pom.xml
+++ b/plugins/junit/pom.xml
@@ -1,88 +1,88 @@
-
-
-
- 4.0.0
-
- org.apache.struts
- struts2-plugins
- 2.5.17-SNAPSHOT
-
-
- struts2-junit-plugin
- jar
- Struts 2 JUnit Plugin
-
-
-
- org.springframework
- spring-test
-
-
- org.springframework
- spring-core
-
-
- org.springframework
- spring-context
-
-
- org.apache.struts
- struts2-spring-plugin
- true
-
-
- javax.servlet
- jsp-api
- provided
-
-
- junit
- junit
-
-
-
-
- org.apache.struts
- struts2-convention-plugin
- test
-
-
-
-
- javax.portlet
- portlet-api
- test
-
-
-
-
- javax.servlet
- javax.servlet-api
- 3.1.0
- test
-
-
-
- UTF-8
-
-
+
+
+
+ 4.0.0
+
+ org.apache.struts
+ struts2-plugins
+ 2.5.17
+
+
+ struts2-junit-plugin
+ jar
+ Struts 2 JUnit Plugin
+
+
+
+ org.springframework
+ spring-test
+
+
+ org.springframework
+ spring-core
+
+
+ org.springframework
+ spring-context
+
+
+ org.apache.struts
+ struts2-spring-plugin
+ true
+
+
+ javax.servlet
+ jsp-api
+ provided
+
+
+ junit
+ junit
+
+
+
+
+ org.apache.struts
+ struts2-convention-plugin
+ test
+
+
+
+
+ javax.portlet
+ portlet-api
+ test
+
+
+
+
+ javax.servlet
+ javax.servlet-api
+ 3.1.0
+ test
+
+
+
+ UTF-8
+
+
diff --git a/plugins/osgi/pom.xml b/plugins/osgi/pom.xml
index 37286e91f..ad244e985 100644
--- a/plugins/osgi/pom.xml
+++ b/plugins/osgi/pom.xml
@@ -1,78 +1,78 @@
-
-
-
- 4.0.0
-
- org.apache.struts
- struts2-plugins
- 2.5.17-SNAPSHOT
-
-
- struts2-osgi-plugin
- jar
- Struts 2 OSGi Plugin
-
-
-
- org.apache.felix
- org.apache.felix.main
-
-
- org.apache.felix
- org.apache.felix.shell
-
-
- org.apache.felix
- org.apache.felix.shell.tui
-
-
-
- org.apache.velocity
- velocity
-
-
-
- org.apache.velocity
- velocity-tools
- true
-
-
-
- org.apache.commons
- commons-lang3
-
-
-
- commons-digester
- commons-digester
-
-
-
- org.easymock
- easymock
- test
-
-
-
- UTF-8
-
-
+
+
+
+ 4.0.0
+
+ org.apache.struts
+ struts2-plugins
+ 2.5.17
+
+
+ struts2-osgi-plugin
+ jar
+ Struts 2 OSGi Plugin
+
+
+
+ org.apache.felix
+ org.apache.felix.main
+
+
+ org.apache.felix
+ org.apache.felix.shell
+
+
+ org.apache.felix
+ org.apache.felix.shell.tui
+
+
+
+ org.apache.velocity
+ velocity
+
+
+
+ org.apache.velocity
+ velocity-tools
+ true
+
+
+
+ org.apache.commons
+ commons-lang3
+
+
+
+ commons-digester
+ commons-digester
+
+
+
+ org.easymock
+ easymock
+ test
+
+
+
+ UTF-8
+
+
diff --git a/plugins/oval/pom.xml b/plugins/oval/pom.xml
index 33ce50e26..4531c0c63 100644
--- a/plugins/oval/pom.xml
+++ b/plugins/oval/pom.xml
@@ -1,74 +1,74 @@
-
-
-
- 4.0.0
-
- org.apache.struts
- struts2-plugins
- 2.5.17-SNAPSHOT
-
-
- struts2-oval-plugin
- jar
- Struts 2 OVal Plugin
-
-
-
-
- net.sf.oval
- oval
-
-
-
- com.thoughtworks.xstream
- xstream
-
-
-
- org.apache.commons
- commons-lang3
-
-
-
- javax.persistence
- persistence-api
- test
-
-
-
-
- org.easymock
- easymock
- test
-
-
-
- org.springframework
- spring-context
- test
-
-
-
-
- UTF-8
-
-
+
+
+
+ 4.0.0
+
+ org.apache.struts
+ struts2-plugins
+ 2.5.17
+
+
+ struts2-oval-plugin
+ jar
+ Struts 2 OVal Plugin
+
+
+
+
+ net.sf.oval
+ oval
+
+
+
+ com.thoughtworks.xstream
+ xstream
+
+
+
+ org.apache.commons
+ commons-lang3
+
+
+
+ javax.persistence
+ persistence-api
+ test
+
+
+
+
+ org.easymock
+ easymock
+ test
+
+
+
+ org.springframework
+ spring-context
+ test
+
+
+
+
+ UTF-8
+
+
diff --git a/plugins/pell-multipart/pom.xml b/plugins/pell-multipart/pom.xml
index 4c3bc1d38..34a47d04c 100644
--- a/plugins/pell-multipart/pom.xml
+++ b/plugins/pell-multipart/pom.xml
@@ -1,45 +1,45 @@
-
-
-
- 4.0.0
-
- org.apache.struts
- struts2-plugins
- 2.5.17-SNAPSHOT
-
-
- struts2-pell-multipart-plugin
- jar
- Struts 2 Pell Multipart Plugin
-
-
-
- opensymphony
- pell-multipart
- 2.1.5
- provided
-
-
-
- UTF-8
-
-
+
+
+
+ 4.0.0
+
+ org.apache.struts
+ struts2-plugins
+ 2.5.17
+
+
+ struts2-pell-multipart-plugin
+ jar
+ Struts 2 Pell Multipart Plugin
+
+
+
+ opensymphony
+ pell-multipart
+ 2.1.5
+ provided
+
+
+
+ UTF-8
+
+
diff --git a/plugins/plexus/pom.xml b/plugins/plexus/pom.xml
index 9658c7b19..5d03babf3 100644
--- a/plugins/plexus/pom.xml
+++ b/plugins/plexus/pom.xml
@@ -1,44 +1,44 @@
-
-
-
- 4.0.0
-
- org.apache.struts
- struts2-plugins
- 2.5.17-SNAPSHOT
-
-
- struts2-plexus-plugin
- jar
- Struts 2 Plexus Plugin
-
-
-
- org.codehaus.plexus
- plexus-container-default
- 1.0-alpha-10
-
-
-
- UTF-8
-
-
+
+
+
+ 4.0.0
+
+ org.apache.struts
+ struts2-plugins
+ 2.5.17
+
+
+ struts2-plexus-plugin
+ jar
+ Struts 2 Plexus Plugin
+
+
+
+ org.codehaus.plexus
+ plexus-container-default
+ 1.0-alpha-10
+
+
+
+ UTF-8
+
+
diff --git a/plugins/pom.xml b/plugins/pom.xml
index 3d8820a39..437695111 100644
--- a/plugins/pom.xml
+++ b/plugins/pom.xml
@@ -1,86 +1,86 @@
-
-
-
- 4.0.0
-
- org.apache.struts
- struts2-parent
- 2.5.17-SNAPSHOT
-
-
- struts2-plugins
- pom
- Struts Plugins
-
-
- bean-validation
- cdi
- config-browser
- convention
- dwr
- embeddedjsp
- gxp
- jasperreports
- javatemplates
- jfreechart
- json
- junit
- osgi
- oval
- pell-multipart
- plexus
- portlet
- portlet-tiles
- rest
- sitegraph
- sitemesh
- spring
- testng
- tiles
-
-
-
-
-
- org.apache.struts
- struts2-core
-
-
-
-
- junit
- junit
- test
-
-
-
- javax.servlet
- servlet-api
- provided
-
-
-
-
-
- UTF-8
-
-
+
+
+
+ 4.0.0
+
+ org.apache.struts
+ struts2-parent
+ 2.5.17
+
+
+ struts2-plugins
+ pom
+ Struts Plugins
+
+
+ bean-validation
+ cdi
+ config-browser
+ convention
+ dwr
+ embeddedjsp
+ gxp
+ jasperreports
+ javatemplates
+ jfreechart
+ json
+ junit
+ osgi
+ oval
+ pell-multipart
+ plexus
+ portlet
+ portlet-tiles
+ rest
+ sitegraph
+ sitemesh
+ spring
+ testng
+ tiles
+
+
+
+
+
+ org.apache.struts
+ struts2-core
+
+
+
+
+ junit
+ junit
+ test
+
+
+
+ javax.servlet
+ servlet-api
+ provided
+
+
+
+
+
+ UTF-8
+
+
diff --git a/plugins/portlet-tiles/pom.xml b/plugins/portlet-tiles/pom.xml
index f218acdf7..d9a00f3a5 100644
--- a/plugins/portlet-tiles/pom.xml
+++ b/plugins/portlet-tiles/pom.xml
@@ -1,66 +1,66 @@
-
-
-
- 4.0.0
-
- org.apache.struts
- struts2-plugins
- 2.5.17-SNAPSHOT
-
-
- struts2-portlet-tiles-plugin
- jar
- Struts 2 Portlet Tiles Plugin
-
-
-
- org.apache.struts
- struts2-tiles-plugin
-
-
- org.apache.struts
- struts2-portlet-plugin
-
-
- org.apache.tiles
- tiles-request-portlet
-
-
- javax.servlet
- jsp-api
- provided
-
-
- javax.portlet
- portlet-api
- provided
-
-
- org.apache.tiles
- tiles-jsp
- runtime
-
-
-
- UTF-8
-
-
+
+
+
+ 4.0.0
+
+ org.apache.struts
+ struts2-plugins
+ 2.5.17
+
+
+ struts2-portlet-tiles-plugin
+ jar
+ Struts 2 Portlet Tiles Plugin
+
+
+
+ org.apache.struts
+ struts2-tiles-plugin
+
+
+ org.apache.struts
+ struts2-portlet-plugin
+
+
+ org.apache.tiles
+ tiles-request-portlet
+
+
+ javax.servlet
+ jsp-api
+ provided
+
+
+ javax.portlet
+ portlet-api
+ provided
+
+
+ org.apache.tiles
+ tiles-jsp
+ runtime
+
+
+
+ UTF-8
+
+
diff --git a/plugins/portlet/pom.xml b/plugins/portlet/pom.xml
index e4525874f..ea8430833 100644
--- a/plugins/portlet/pom.xml
+++ b/plugins/portlet/pom.xml
@@ -1,158 +1,158 @@
-
-
-
- 4.0.0
-
- org.apache.struts
- struts2-plugins
- 2.5.17-SNAPSHOT
-
-
- struts2-portlet-plugin
- jar
- Struts 2 Portlet Plugin
-
-
-
-
-
- org.apache.struts
- struts2-junit-plugin
- true
-
-
-
- junit
- junit
- true
-
-
-
-
-
- org.springframework
- spring-core
- true
-
-
-
- javax.servlet
- jsp-api
- provided
-
-
-
- org.apache.commons
- commons-lang3
-
-
-
-
- org.apache.velocity
- velocity
- true
-
-
-
- org.apache.velocity
- velocity-tools
- true
-
-
-
-
- javax.portlet
- portlet-api
- provided
-
-
-
- mockobjects
- mockobjects-jdk1.3-j2ee1.3
- test
-
-
-
- org.easymock
- easymock
- test
-
-
- jmock
- jmock
- test
-
-
-
- jmock
- jmock-cglib
- test
-
-
-
- mockobjects
- mockobjects-core
- test
-
-
-
- org.apache.logging.log4j
- log4j-core
- ${log4j2.version}
- test
-
-
-
-
- org.springframework
- spring-test
- true
-
-
- org.springframework
- spring-webmvc-portlet
- true
-
-
- commons-fileupload
- commons-fileupload
- test
-
-
- cglib
- cglib
- test
-
-
-
-
- javax.servlet
- javax.servlet-api
- 3.1.0
- test
-
-
-
- UTF-8
-
-
+
+
+
+ 4.0.0
+
+ org.apache.struts
+ struts2-plugins
+ 2.5.17
+
+
+ struts2-portlet-plugin
+ jar
+ Struts 2 Portlet Plugin
+
+
+
+
+
+ org.apache.struts
+ struts2-junit-plugin
+ true
+
+
+
+ junit
+ junit
+ true
+
+
+
+
+
+ org.springframework
+ spring-core
+ true
+
+
+
+ javax.servlet
+ jsp-api
+ provided
+
+
+
+ org.apache.commons
+ commons-lang3
+
+
+
+
+ org.apache.velocity
+ velocity
+ true
+
+
+
+ org.apache.velocity
+ velocity-tools
+ true
+
+
+
+
+ javax.portlet
+ portlet-api
+ provided
+
+
+
+ mockobjects
+ mockobjects-jdk1.3-j2ee1.3
+ test
+
+
+
+ org.easymock
+ easymock
+ test
+
+
+ jmock
+ jmock
+ test
+
+
+
+ jmock
+ jmock-cglib
+ test
+
+
+
+ mockobjects
+ mockobjects-core
+ test
+
+
+
+ org.apache.logging.log4j
+ log4j-core
+ ${log4j2.version}
+ test
+
+
+
+
+ org.springframework
+ spring-test
+ true
+
+
+ org.springframework
+ spring-webmvc-portlet
+ true
+
+
+ commons-fileupload
+ commons-fileupload
+ test
+
+
+ cglib
+ cglib
+ test
+
+
+
+
+ javax.servlet
+ javax.servlet-api
+ 3.1.0
+ test
+
+
+
+ UTF-8
+
+
diff --git a/plugins/rest/pom.xml b/plugins/rest/pom.xml
index 115a8cd61..5422730b3 100644
--- a/plugins/rest/pom.xml
+++ b/plugins/rest/pom.xml
@@ -1,105 +1,105 @@
-
-
-
- 4.0.0
-
- org.apache.struts
- struts2-plugins
- 2.5.17-SNAPSHOT
-
-
- struts2-rest-plugin
- Struts 2 REST Plugin
- jar
-
-
- UTF-8
-
-
-
-
- com.thoughtworks.xstream
- xstream
-
-
- net.sf.json-lib
- json-lib
- jdk15
- true
-
-
-
- com.fasterxml.jackson.core
- jackson-core
-
-
- com.fasterxml.jackson.core
- jackson-databind
-
-
- com.fasterxml.jackson.dataformat
- jackson-dataformat-xml
- true
-
-
-
- mockobjects
- mockobjects-core
- test
-
-
-
- org.springframework
- spring-test
- true
-
-
-
- org.springframework
- spring-web
- true
-
-
-
- org.springframework
- spring-core
- true
-
-
-
- org.easytesting
- fest-assert
- test
-
-
-
-
- javax.servlet
- javax.servlet-api
- 3.1.0
- test
-
-
-
-
-
+
+
+
+ 4.0.0
+
+ org.apache.struts
+ struts2-plugins
+ 2.5.17
+
+
+ struts2-rest-plugin
+ Struts 2 REST Plugin
+ jar
+
+
+ UTF-8
+
+
+
+
+ com.thoughtworks.xstream
+ xstream
+
+
+ net.sf.json-lib
+ json-lib
+ jdk15
+ true
+
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+
+
+ com.fasterxml.jackson.core
+ jackson-databind
+
+
+ com.fasterxml.jackson.dataformat
+ jackson-dataformat-xml
+ true
+
+
+
+ mockobjects
+ mockobjects-core
+ test
+
+
+
+ org.springframework
+ spring-test
+ true
+
+
+
+ org.springframework
+ spring-web
+ true
+
+
+
+ org.springframework
+ spring-core
+ true
+
+
+
+ org.easytesting
+ fest-assert
+ test
+
+
+
+
+ javax.servlet
+ javax.servlet-api
+ 3.1.0
+ test
+
+
+
+
+
diff --git a/plugins/sitegraph/pom.xml b/plugins/sitegraph/pom.xml
index 2c4fef534..379b96987 100644
--- a/plugins/sitegraph/pom.xml
+++ b/plugins/sitegraph/pom.xml
@@ -1,171 +1,171 @@
-
-
-
- 4.0.0
-
- org.apache.struts
- struts2-plugins
- 2.5.17-SNAPSHOT
-
-
- struts2-sitegraph-plugin
- jar
- DEPRECATED: Struts 2 Sitegraph Plugin
-
-
-
-
- org.apache.maven.plugins
- maven-jar-plugin
-
-
-
- org.apache.struts2.sitegraph.SiteGraph
- true
-
-
-
-
-
-
-
-
-
- ${project.groupId}
- struts2-junit-plugin
- test
-
-
-
- javax.servlet
- jsp-api
- provided
-
-
-
-
- jetty
- org.mortbay.jetty
- 5.1.4
- true
-
-
-
- eclipse
- jdtcore
- 3.1.0
- true
-
-
-
- ant
- ant
- 1.6.5
- true
-
-
-
- tomcat
- jasper-compiler
- 5.5.12
- true
-
-
-
- tomcat
- jasper-runtime
- 5.5.12
- true
-
-
-
- tomcat
- jasper-compiler-jdt
- 5.5.12
- true
-
-
-
- commons-el
- commons-el
- true
-
-
-
- commons-io
- commons-io
- true
-
-
-
- org.apache.commons
- commons-lang3
- true
-
-
-
-
- org.springframework
- spring-core
- test
-
-
-
- org.springframework
- spring-test
- test
-
-
-
-
- javax.servlet
- javax.servlet-api
- 3.1.0
- test
-
-
-
-
-
-
-
- org.codehaus.mojo
- rat-maven-plugin
- 1.0-alpha-2
-
-
- pom.xml
- src/**
-
-
- src/main/resources/org/apache/struts2/sitegraph/sitegraph-usage.txt
- src/test/resources/org/apache/struts2/sitegraph/out.txt
-
-
-
-
-
-
- UTF-8
-
-
+
+
+
+ 4.0.0
+
+ org.apache.struts
+ struts2-plugins
+ 2.5.17
+
+
+ struts2-sitegraph-plugin
+ jar
+ DEPRECATED: Struts 2 Sitegraph Plugin
+
+
+
+
+ org.apache.maven.plugins
+ maven-jar-plugin
+
+
+
+ org.apache.struts2.sitegraph.SiteGraph
+ true
+
+
+
+
+
+
+
+
+
+ ${project.groupId}
+ struts2-junit-plugin
+ test
+
+
+
+ javax.servlet
+ jsp-api
+ provided
+
+
+
+
+ jetty
+ org.mortbay.jetty
+ 5.1.4
+ true
+
+
+
+ eclipse
+ jdtcore
+ 3.1.0
+ true
+
+
+
+ ant
+ ant
+ 1.6.5
+ true
+
+
+
+ tomcat
+ jasper-compiler
+ 5.5.12
+ true
+
+
+
+ tomcat
+ jasper-runtime
+ 5.5.12
+ true
+
+
+
+ tomcat
+ jasper-compiler-jdt
+ 5.5.12
+ true
+
+
+
+ commons-el
+ commons-el
+ true
+
+
+
+ commons-io
+ commons-io
+ true
+
+
+
+ org.apache.commons
+ commons-lang3
+ true
+
+
+
+
+ org.springframework
+ spring-core
+ test
+
+
+
+ org.springframework
+ spring-test
+ test
+
+
+
+
+ javax.servlet
+ javax.servlet-api
+ 3.1.0
+ test
+
+
+
+
+
+
+
+ org.codehaus.mojo
+ rat-maven-plugin
+ 1.0-alpha-2
+
+
+ pom.xml
+ src/**
+
+
+ src/main/resources/org/apache/struts2/sitegraph/sitegraph-usage.txt
+ src/test/resources/org/apache/struts2/sitegraph/out.txt
+
+
+
+
+
+
+ UTF-8
+
+
diff --git a/plugins/sitemesh/pom.xml b/plugins/sitemesh/pom.xml
index 0afc77909..bd93c36dd 100644
--- a/plugins/sitemesh/pom.xml
+++ b/plugins/sitemesh/pom.xml
@@ -1,56 +1,56 @@
-
-
-
- 4.0.0
-
- org.apache.struts
- struts2-plugins
- 2.5.17-SNAPSHOT
-
-
- struts2-sitemesh-plugin
- jar
- Struts 2 Sitemesh Plugin
-
-
-
- opensymphony
- sitemesh
-
-
-
- org.apache.velocity
- velocity
- true
-
-
-
- org.apache.velocity
- velocity-tools
- true
-
-
-
-
- UTF-8
-
-
+
+
+
+ 4.0.0
+
+ org.apache.struts
+ struts2-plugins
+ 2.5.17
+
+
+ struts2-sitemesh-plugin
+ jar
+ Struts 2 Sitemesh Plugin
+
+
+
+ opensymphony
+ sitemesh
+
+
+
+ org.apache.velocity
+ velocity
+ true
+
+
+
+ org.apache.velocity
+ velocity-tools
+ true
+
+
+
+
+ UTF-8
+
+
diff --git a/plugins/spring/pom.xml b/plugins/spring/pom.xml
index 5b2c226c9..58b0ed5a1 100644
--- a/plugins/spring/pom.xml
+++ b/plugins/spring/pom.xml
@@ -1,91 +1,91 @@
-
-
-
- 4.0.0
-
- org.apache.struts
- struts2-plugins
- 2.5.17-SNAPSHOT
-
-
- struts2-spring-plugin
- jar
- Struts 2 Spring Plugin
-
-
-
- org.springframework
- spring-beans
-
-
-
- org.springframework
- spring-core
-
-
-
- org.springframework
- spring-context
-
-
-
- org.springframework
- spring-web
-
-
-
- org.springframework
- spring-test
- test
-
-
-
- org.apache.commons
- commons-lang3
-
-
-
- org.apache.commons
- commons-jci-fam
- true
-
-
-
- org.easymock
- easymock
- test
-
-
-
-
- javax.servlet
- javax.servlet-api
- 3.1.0
- test
-
-
-
-
- UTF-8
-
-
+
+
+
+ 4.0.0
+
+ org.apache.struts
+ struts2-plugins
+ 2.5.17
+
+
+ struts2-spring-plugin
+ jar
+ Struts 2 Spring Plugin
+
+
+
+ org.springframework
+ spring-beans
+
+
+
+ org.springframework
+ spring-core
+
+
+
+ org.springframework
+ spring-context
+
+
+
+ org.springframework
+ spring-web
+
+
+
+ org.springframework
+ spring-test
+ test
+
+
+
+ org.apache.commons
+ commons-lang3
+
+
+
+ org.apache.commons
+ commons-jci-fam
+ true
+
+
+
+ org.easymock
+ easymock
+ test
+
+
+
+
+ javax.servlet
+ javax.servlet-api
+ 3.1.0
+ test
+
+
+
+
+ UTF-8
+
+
diff --git a/plugins/testng/pom.xml b/plugins/testng/pom.xml
index c5ad9e117..58b5c9cd5 100644
--- a/plugins/testng/pom.xml
+++ b/plugins/testng/pom.xml
@@ -1,68 +1,68 @@
-
-
-
- 4.0.0
-
- org.apache.struts
- struts2-plugins
- 2.5.17-SNAPSHOT
-
-
- struts2-testng-plugin
- jar
- Struts 2 TestNG Plugin
-
-
-
- org.testng
- testng
- 6.9.10
-
-
- org.springframework
- spring-test
-
-
- org.springframework
- spring-core
-
-
-
- javax.servlet
- jsp-api
- provided
-
-
-
-
- javax.servlet
- javax.servlet-api
- 3.1.0
- test
-
-
-
-
- UTF-8
-
-
+
+
+
+ 4.0.0
+
+ org.apache.struts
+ struts2-plugins
+ 2.5.17
+
+
+ struts2-testng-plugin
+ jar
+ Struts 2 TestNG Plugin
+
+
+
+ org.testng
+ testng
+ 6.9.10
+
+
+ org.springframework
+ spring-test
+
+
+ org.springframework
+ spring-core
+
+
+
+ javax.servlet
+ jsp-api
+ provided
+
+
+
+
+ javax.servlet
+ javax.servlet-api
+ 3.1.0
+ test
+
+
+
+
+ UTF-8
+
+
diff --git a/plugins/tiles/pom.xml b/plugins/tiles/pom.xml
index 6bd557d55..ba8f457c5 100644
--- a/plugins/tiles/pom.xml
+++ b/plugins/tiles/pom.xml
@@ -1,89 +1,89 @@
-
-
-
- 4.0.0
-
- org.apache.struts
- struts2-plugins
- 2.5.17-SNAPSHOT
-
-
- struts2-tiles-plugin
- jar
- Struts 2 Tiles Plugin
-
-
-
- org.apache.tiles
- tiles-api
-
-
- org.apache.tiles
- tiles-core
-
-
- org.apache.tiles
- tiles-servlet
-
-
- org.apache.tiles
- tiles-request-api
-
-
- org.apache.tiles
- tiles-request-jsp
-
-
- org.apache.tiles
- tiles-request-servlet
-
-
- org.apache.tiles
- tiles-jsp
-
-
- org.apache.tiles
- tiles-freemarker
-
-
- org.apache.tiles
- tiles-ognl
-
-
- org.apache.tiles
- tiles-el
-
-
- org.glassfish
- javax.el
- true
-
-
- javax.servlet
- jsp-api
- provided
-
-
-
- UTF-8
-
-
+
+
+
+ 4.0.0
+
+ org.apache.struts
+ struts2-plugins
+ 2.5.17
+
+
+ struts2-tiles-plugin
+ jar
+ Struts 2 Tiles Plugin
+
+
+
+ org.apache.tiles
+ tiles-api
+
+
+ org.apache.tiles
+ tiles-core
+
+
+ org.apache.tiles
+ tiles-servlet
+
+
+ org.apache.tiles
+ tiles-request-api
+
+
+ org.apache.tiles
+ tiles-request-jsp
+
+
+ org.apache.tiles
+ tiles-request-servlet
+
+
+ org.apache.tiles
+ tiles-jsp
+
+
+ org.apache.tiles
+ tiles-freemarker
+
+
+ org.apache.tiles
+ tiles-ognl
+
+
+ org.apache.tiles
+ tiles-el
+
+
+ org.glassfish
+ javax.el
+ true
+
+
+ javax.servlet
+ jsp-api
+ provided
+
+
+
+ UTF-8
+
+
diff --git a/pom.xml b/pom.xml
index 531b316c1..c563810e4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,1102 +1,1102 @@
-
-
-
-
-
- org.apache.struts
- struts-master
- 11
-
-
- 4.0.0
- struts2-parent
- 2.5.17-SNAPSHOT
- pom
- Struts 2
- http://struts.apache.org/
- Apache Struts 2
-
- 2000
-
-
-
-
- scm:git:https://gitbox.apache.org/repos/asf/struts.git
- scm:git:https://gitbox.apache.org/repos/asf/struts.git
- https://github.com/apache/struts/
- STRUTS_2_5_16
-
-
-
- JIRA
- https://issues.apache.org/jira/projects/WW
-
-
-
- Jenkins
- https://builds.apache.org/view/S-Z/view/Struts/
-
-
- mail
-
- dev@struts.apache.org
-
-
-
-
-
-
- bom
- core
- apps
- plugins
- bundles
-
-
-
-
- The Apache Software License, Version 2.0
- http://www.apache.org/licenses/LICENSE-2.0.txt
- repo
-
-
-
-
-
- Apache Software Foundation
- http://www.apache.org
-
-
-
- UTF-8
-
- 4.3.13.RELEASE
- 3.1.15
- 5.2
- 3.0.7
- 1.0.6
- 2.10.0
- 2.9.5
-
-
- 1.6
-
-
- https://builds.apache.org/analysis/
-
-
-
-
- includeAssembly
-
-
- !skipAssembly
-
-
-
- assembly
-
-
-
- dependency-check
-
-
-
- org.owasp
- dependency-check-maven
-
-
- verify
-
- check
-
-
-
-
-
-
-
-
- jdk8
-
- 1.8
-
-
-
-
-
- org.apache.maven.plugins
- maven-javadoc-plugin
-
- -Xdoclint:none
-
-
-
-
-
-
-
- jdk9
-
- 9
-
-
-
- true
-
-
-
-
-
- org.apache.maven.plugins
- maven-surefire-plugin
-
- --add-modules java.activation --add-modules java.xml.bind
-
-
-
-
-
-
-
- travis-coveralls
-
-
-
- org.codehaus.mojo
- cobertura-maven-plugin
- 2.7
-
- xml
- 256m
-
- true
-
-
-
- org.eluder.coveralls
- coveralls-maven-plugin
- 4.3.0
-
-
-
-
-
- update-impact
-
-
-
- com.updateimpact
- updateimpact-maven-plugin
- 1.0.10
-
-
-
-
-
-
-
-
-
-
- org.apache.maven.plugins
- maven-project-info-reports-plugin
- 2.7
-
-
- org.apache.maven.plugins
- maven-surefire-plugin
- 2.20.1
-
- -Duser.language=en -Duser.region=US
-
- **/*Test.java
-
-
- **/TestBean.java
-
-
-
-
- org.apache.maven.plugins
- maven-war-plugin
- 2.1
-
-
- org.apache.felix
- maven-bundle-plugin
- 2.1.0
-
-
- org.apache.maven.plugins
- maven-dependency-plugin
- 2.10
-
-
- org.apache.maven.plugins
- maven-source-plugin
-
-
- attach-sources
-
- jar
-
-
-
-
-
- org.apache.rat
- apache-rat-plugin
-
- true
- true
- true
- false
-
-
- org.apache.rat.analysis.license.ApacheSoftwareLicense20
-
-
-
- pom.xml
- src/**
-
-
- src/main/resources/org/apache/struts2/static/domTT.js
- src/site/resources/tags/**/*.html
- src/main/resources/*LICENSE.txt
- src/test/resources/**/*.txt
- src/main/webapp/**/*.css
- src/main/webapp/**/*.map
- src/main/webapp/**/*.js
- src/main/webapp/**/*.svg
- src/main/webapp/**/*.txt
- src/main/resources/**/sitegraph-usage.txt
- src/main/resources/**/docs-urls.txt
- src/etc/header.txt
- src/main/resources/static/css/**/*.css
- src/main/resources/static/js/**/*.js
- src/main/resources/docs.cfg
- src/main/webapp/fonts/**/*
-
-
-
-
- org.owasp
- dependency-check-maven
- 3.1.1
-
-
- src/etc/project-suppression.xml
-
- 7
- true
- true
-
-
-
-
-
-
-
- org.apache.maven.plugins
- maven-compiler-plugin
-
- 1.7
- 1.7
-
-
-
- org.apache.maven.plugins
- maven-release-plugin
-
-
- maven-jar-plugin
-
-
- ${project.build.outputDirectory}/META-INF/MANIFEST.MF
-
-
-
-
- org.apache.felix
- maven-bundle-plugin
-
-
- bundle-manifest
- process-classes
-
- manifest
-
-
-
-
-
- org.apache.maven.plugins
- maven-source-plugin
-
-
- org.apache.maven.plugins
- maven-site-plugin
-
- false
-
-
-
- org.apache.maven.doxia
- doxia-core
- 1.7
-
-
- org.apache.maven.doxia
- doxia-module-markdown
- 1.3
-
-
-
-
- org.apache.rat
- apache-rat-plugin
-
-
- prepare-package
-
- check
-
-
-
-
-
-
-
- install
-
-
-
-
-
-
- org.apache.maven.plugins
- maven-project-info-reports-plugin
-
- false
-
-
-
- org.apache.maven.plugins
- maven-javadoc-plugin
-
-
-
- javadoc
-
-
-
-
- false
-
-
-
- org.apache.rat
- apache-rat-plugin
-
-
- org.owasp
- dependency-check-maven
-
- Dependency Check
-
-
-
-
- aggregate
-
-
-
-
-
- org.codehaus.mojo
- versions-maven-plugin
- 2.5
-
-
-
- dependency-updates-report
- plugin-updates-report
- property-updates-report
-
-
-
-
-
-
-
-
-
-
-
- org.apache.struts
- struts-annotations
- 1.0.6
-
-
-
- org.apache.struts
- struts2-core
- ${project.version}
-
-
- org.apache.struts
- struts2-spring-plugin
- ${project.version}
-
-
- org.apache.struts
- struts2-bean-validation-plugin
- ${project.version}
-
-
- org.apache.struts
- struts2-cdi-plugin
- ${project.version}
-
-
- org.apache.struts
- struts2-portlet-plugin
- ${project.version}
-
-
- org.apache.struts
- struts2-dwr-plugin
- ${project.version}
-
-
- org.apache.struts
- struts2-portlet-tiles-plugin
- ${project.version}
-
-
- org.apache.struts
- struts2-junit-plugin
- ${project.version}
-
-
- org.apache.struts
- struts2-convention-plugin
- ${project.version}
-
-
- org.apache.struts
- struts2-tiles-plugin
- ${project.version}
-
-
- org.apache.struts
- struts2-osgi-plugin
- ${project.version}
-
-
- org.apache.struts
- struts2-javatemplates-plugin
- ${project.version}
-
-
- org.apache.struts
- struts2-config-browser-plugin
- ${project.version}
-
-
- org.apache.struts
- struts2-jasperreports-plugin
- ${project.version}
-
-
- org.apache.struts
- struts2-jfreechart-plugin
- ${project.version}
-
-
- org.apache.struts
- struts2-pell-multipart-plugin
- ${project.version}
-
-
- org.apache.struts
- struts2-plexus-plugin
- ${project.version}
-
-
- org.apache.struts
- struts2-rest-plugin
- ${project.version}
-
-
- org.apache.struts
- struts2-sitegraph-plugin
- ${project.version}
-
-
- org.apache.struts
- struts2-sitemesh-plugin
- ${project.version}
-
-
- org.apache.struts
- struts2-testng-plugin
- ${project.version}
-
-
- org.apache.struts
- struts2-oval-plugin
- ${project.version}
-
-
- org.apache.struts
- struts2-json-plugin
- ${project.version}
-
-
- org.apache.struts
- struts2-embeddedjsp-plugin
- ${project.version}
-
-
- org.apache.struts
- struts2-gxp-plugin
- ${project.version}
-
-
- org.apache.struts
- struts2-osgi-admin-bundle
- ${project.version}
-
-
- org.apache.struts
- struts2-osgi-demo-bundle
- ${project.version}
-
-
-
- org.freemarker
- freemarker
- 2.3.26-incubating
-
-
-
- org.apache.felix
- org.apache.felix.main
- 4.0.3
-
-
- org.apache.felix
- org.apache.felix.shell
- 1.4.3
-
-
- org.apache.felix
- org.apache.felix.shell.tui
- 1.4.1
-
-
-
- uk.ltd.getahead
- dwr
- 1.1.1
-
-
-
- opensymphony
- sitemesh
- 2.4.2
-
-
-
-
- org.apache.velocity
- velocity
- 1.7
- true
-
-
-
- org.apache.velocity
- velocity-tools
- 2.0
-
-
- javax.servlet
- servlet-api
-
-
- struts
- struts
-
-
- velocity
- velocity
-
-
-
-
-
- ognl
- ognl
- ${ognl.version}
-
-
- org.ow2.asm
- asm
- ${asm.version}
-
-
- org.ow2.asm
- asm-commons
- ${asm.version}
-
-
- junit
- junit
- 4.12
-
-
- cglib
- cglib-nodep
- 2.1_3
-
-
-
- org.easymock
- easymock
- 3.4
- test
-
-
-
- javax.servlet
- servlet-api
- 2.4
- provided
-
-
-
- org.glassfish
- javax.el
- 3.0.0
-
-
-
- taglibs
- standard
- 1.1.2
- test
-
-
-
- javax.servlet
- jstl
- 1.1.2
- test
-
-
-
- org.apache.tomcat
- jasper
- 6.0.18
- provided
-
-
-
- org.apache.tiles
- tiles-api
- ${tiles.version}
-
-
- org.apache.tiles
- tiles-core
- ${tiles.version}
-
-
- org.apache.tiles
- tiles-servlet
- ${tiles.version}
-
-
- org.apache.tiles
- tiles-request-portlet
- ${tiles-request.version}
-
-
- org.apache.tiles
- tiles-request-api
- ${tiles-request.version}
-
-
- org.apache.tiles
- tiles-request-jsp
- ${tiles-request.version}
-
-
- org.apache.tiles
- tiles-request-servlet
- ${tiles-request.version}
-
-
- org.apache.tiles
- tiles-jsp
- ${tiles.version}
-
-
- org.apache.tiles
- tiles-freemarker
- ${tiles.version}
-
-
- org.apache.tiles
- tiles-ognl
- ${tiles.version}
-
-
- org.apache.tiles
- tiles-el
- ${tiles.version}
-
-
-
- javax.servlet
- jsp-api
- 2.0
- provided
-
-
-
- taglibs
- request
- 1.0.1
- test
-
-
-
- javax.servlet.jsp
- jsp-api
- 2.1
- test
-
-
-
- org.apache.tomcat
- juli
- 6.0.18
-
-
-
-
- commons-logging
- commons-logging
- 1.1.3
-
-
- org.apache.commons
- commons-collections4
- 4.1
-
-
-
- commons-collections
- commons-collections
- 3.2.2
-
-
- commons-fileupload
- commons-fileupload
- 1.3.3
-
-
- commons-io
- commons-io
- 2.5
-
-
- org.apache.commons
- commons-lang3
- 3.6
-
-
- commons-digester
- commons-digester
- 2.1
-
-
- commons-el
- commons-el
- 1.0
-
-
- org.apache.commons
- commons-jci-fam
- 1.1
- true
-
-
- commons-beanutils
- commons-beanutils
- 1.9.2
-
-
- commons-validator
- commons-validator
- 1.5.1
-
-
-
-
- org.springframework
- spring-core
- ${spring.platformVersion}
-
-
- org.springframework
- spring-webmvc-portlet
- ${spring.platformVersion}
-
-
- org.springframework
- spring-context
- ${spring.platformVersion}
-
-
- org.springframework
- spring-aop
- ${spring.platformVersion}
-
-
- org.springframework
- spring-aspects
- ${spring.platformVersion}
-
-
- org.springframework
- spring-beans
- ${spring.platformVersion}
-
-
- org.springframework
- spring-test
- ${spring.platformVersion}
-
-
- org.springframework
- spring-context-support
- ${spring.platformVersion}
-
-
- org.springframework
- spring-web
- ${spring.platformVersion}
-
-
-
- mockobjects
- mockobjects-core
- 0.09
- test
-
-
- mockobjects
- mockobjects-jdk1.3
- 0.09
- test
-
-
- mockobjects
- mockobjects-alt-jdk1.3
- 0.09
- test
-
-
- mockobjects
- mockobjects-alt-jdk1.3-j2ee1.3
- 0.09
- test
-
-
- mockobjects
- mockobjects-jdk1.3-j2ee1.3
- 0.09
- test
-
-
-
- jmock
- jmock
- 1.2.0
- test
-
-
-
- org.easytesting
- fest-assert
- 1.4
- test
-
-
-
- org.mockito
- mockito-all
- 1.9.5
- test
-
-
-
- jmock
- jmock-cglib
- 1.2.0
- test
-
-
-
- org.slf4j
- slf4j-api
- 1.7.12
-
-
- org.slf4j
- slf4j-simple
- 1.7.12
-
-
-
- org.apache.logging.log4j
- log4j-api
- ${log4j2.version}
-
-
-
- org.testng
- testng
- 5.14.10
- compile
- true
-
-
-
- net.sf.oval
- oval
- 1.31
-
-
-
- com.thoughtworks.xstream
- xstream
- 1.4.10
-
-
-
- javax.persistence
- persistence-api
- 1.0
-
-
-
- org.mortbay.jetty
- jetty
- 6.1.9
-
-
- org.mortbay.jetty
- jsp-2.1
- 6.1.9
-
-
-
-
- javax.portlet
- portlet-api
- 2.0
-
-
-
- cglib
- cglib
- 2.2
-
-
-
- net.sf.json-lib
- json-lib
- jdk15
- 2.4
-
-
-
- com.fasterxml.jackson.core
- jackson-core
- ${jackson.version}
-
-
- com.fasterxml.jackson.core
- jackson-databind
- ${jackson.version}
-
-
- com.fasterxml.jackson.dataformat
- jackson-dataformat-xml
- ${jackson.version}
-
-
-
-
- javax.enterprise
- cdi-api
- 1.0-SP1
-
-
-
- org.jboss.weld
- weld-core
- 1.0.1-Final
-
-
-
- org.jboss.weld
- weld-se
- 1.0.1-Final
-
-
-
- xerces
- xercesImpl
- 2.10.0
- test
-
-
-
-
-
-
+
+
+
+
+
+ org.apache.struts
+ struts-master
+ 11
+
+
+ 4.0.0
+ struts2-parent
+ 2.5.17
+ pom
+ Struts 2
+ http://struts.apache.org/
+ Apache Struts 2
+
+ 2000
+
+
+
+
+ scm:git:https://gitbox.apache.org/repos/asf/struts.git
+ scm:git:https://gitbox.apache.org/repos/asf/struts.git
+ https://github.com/apache/struts/
+ STRUTS_2_5_17
+
+
+
+ JIRA
+ https://issues.apache.org/jira/projects/WW
+
+
+
+ Jenkins
+ https://builds.apache.org/view/S-Z/view/Struts/
+
+
+ mail
+
+ dev@struts.apache.org
+
+
+
+
+
+
+ bom
+ core
+ apps
+ plugins
+ bundles
+
+
+
+
+ The Apache Software License, Version 2.0
+ http://www.apache.org/licenses/LICENSE-2.0.txt
+ repo
+
+
+
+
+
+ Apache Software Foundation
+ http://www.apache.org
+
+
+
+ UTF-8
+
+ 4.3.13.RELEASE
+ 3.1.15
+ 5.2
+ 3.0.7
+ 1.0.6
+ 2.10.0
+ 2.9.5
+
+
+ 1.6
+
+
+ https://builds.apache.org/analysis/
+
+
+
+
+ includeAssembly
+
+
+ !skipAssembly
+
+
+
+ assembly
+
+
+
+ dependency-check
+
+
+
+ org.owasp
+ dependency-check-maven
+
+
+ verify
+
+ check
+
+
+
+
+
+
+
+
+ jdk8
+
+ 1.8
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+
+ -Xdoclint:none
+
+
+
+
+
+
+
+ jdk9
+
+ 9
+
+
+
+ true
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+
+ --add-modules java.activation --add-modules java.xml.bind
+
+
+
+
+
+
+
+ travis-coveralls
+
+
+
+ org.codehaus.mojo
+ cobertura-maven-plugin
+ 2.7
+
+ xml
+ 256m
+
+ true
+
+
+
+ org.eluder.coveralls
+ coveralls-maven-plugin
+ 4.3.0
+
+
+
+
+
+ update-impact
+
+
+
+ com.updateimpact
+ updateimpact-maven-plugin
+ 1.0.10
+
+
+
+
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+ 2.7
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ 2.20.1
+
+ -Duser.language=en -Duser.region=US
+
+ **/*Test.java
+
+
+ **/TestBean.java
+
+
+
+
+ org.apache.maven.plugins
+ maven-war-plugin
+ 2.1
+
+
+ org.apache.felix
+ maven-bundle-plugin
+ 2.1.0
+
+
+ org.apache.maven.plugins
+ maven-dependency-plugin
+ 2.10
+
+
+ org.apache.maven.plugins
+ maven-source-plugin
+
+
+ attach-sources
+
+ jar
+
+
+
+
+
+ org.apache.rat
+ apache-rat-plugin
+
+ true
+ true
+ true
+ false
+
+
+ org.apache.rat.analysis.license.ApacheSoftwareLicense20
+
+
+
+ pom.xml
+ src/**
+
+
+ src/main/resources/org/apache/struts2/static/domTT.js
+ src/site/resources/tags/**/*.html
+ src/main/resources/*LICENSE.txt
+ src/test/resources/**/*.txt
+ src/main/webapp/**/*.css
+ src/main/webapp/**/*.map
+ src/main/webapp/**/*.js
+ src/main/webapp/**/*.svg
+ src/main/webapp/**/*.txt
+ src/main/resources/**/sitegraph-usage.txt
+ src/main/resources/**/docs-urls.txt
+ src/etc/header.txt
+ src/main/resources/static/css/**/*.css
+ src/main/resources/static/js/**/*.js
+ src/main/resources/docs.cfg
+ src/main/webapp/fonts/**/*
+
+
+
+
+ org.owasp
+ dependency-check-maven
+ 3.1.1
+
+
+ src/etc/project-suppression.xml
+
+ 7
+ true
+ true
+
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+
+ 1.7
+ 1.7
+
+
+
+ org.apache.maven.plugins
+ maven-release-plugin
+
+
+ maven-jar-plugin
+
+
+ ${project.build.outputDirectory}/META-INF/MANIFEST.MF
+
+
+
+
+ org.apache.felix
+ maven-bundle-plugin
+
+
+ bundle-manifest
+ process-classes
+
+ manifest
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-source-plugin
+
+
+ org.apache.maven.plugins
+ maven-site-plugin
+
+ false
+
+
+
+ org.apache.maven.doxia
+ doxia-core
+ 1.7
+
+
+ org.apache.maven.doxia
+ doxia-module-markdown
+ 1.3
+
+
+
+
+ org.apache.rat
+ apache-rat-plugin
+
+
+ prepare-package
+
+ check
+
+
+
+
+
+
+
+ install
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+
+ false
+
+
+
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+
+
+
+ javadoc
+
+
+
+
+ false
+
+
+
+ org.apache.rat
+ apache-rat-plugin
+
+
+ org.owasp
+ dependency-check-maven
+
+ Dependency Check
+
+
+
+
+ aggregate
+
+
+
+
+
+ org.codehaus.mojo
+ versions-maven-plugin
+ 2.5
+
+
+
+ dependency-updates-report
+ plugin-updates-report
+ property-updates-report
+
+
+
+
+
+
+
+
+
+
+
+ org.apache.struts
+ struts-annotations
+ 1.0.6
+
+
+
+ org.apache.struts
+ struts2-core
+ ${project.version}
+
+
+ org.apache.struts
+ struts2-spring-plugin
+ ${project.version}
+
+
+ org.apache.struts
+ struts2-bean-validation-plugin
+ ${project.version}
+
+
+ org.apache.struts
+ struts2-cdi-plugin
+ ${project.version}
+
+
+ org.apache.struts
+ struts2-portlet-plugin
+ ${project.version}
+
+
+ org.apache.struts
+ struts2-dwr-plugin
+ ${project.version}
+
+
+ org.apache.struts
+ struts2-portlet-tiles-plugin
+ ${project.version}
+
+
+ org.apache.struts
+ struts2-junit-plugin
+ ${project.version}
+
+
+ org.apache.struts
+ struts2-convention-plugin
+ ${project.version}
+
+
+ org.apache.struts
+ struts2-tiles-plugin
+ ${project.version}
+
+
+ org.apache.struts
+ struts2-osgi-plugin
+ ${project.version}
+
+
+ org.apache.struts
+ struts2-javatemplates-plugin
+ ${project.version}
+
+
+ org.apache.struts
+ struts2-config-browser-plugin
+ ${project.version}
+
+
+ org.apache.struts
+ struts2-jasperreports-plugin
+ ${project.version}
+
+
+ org.apache.struts
+ struts2-jfreechart-plugin
+ ${project.version}
+
+
+ org.apache.struts
+ struts2-pell-multipart-plugin
+ ${project.version}
+
+
+ org.apache.struts
+ struts2-plexus-plugin
+ ${project.version}
+
+
+ org.apache.struts
+ struts2-rest-plugin
+ ${project.version}
+
+
+ org.apache.struts
+ struts2-sitegraph-plugin
+ ${project.version}
+
+
+ org.apache.struts
+ struts2-sitemesh-plugin
+ ${project.version}
+
+
+ org.apache.struts
+ struts2-testng-plugin
+ ${project.version}
+
+
+ org.apache.struts
+ struts2-oval-plugin
+ ${project.version}
+
+
+ org.apache.struts
+ struts2-json-plugin
+ ${project.version}
+
+
+ org.apache.struts
+ struts2-embeddedjsp-plugin
+ ${project.version}
+
+
+ org.apache.struts
+ struts2-gxp-plugin
+ ${project.version}
+
+
+ org.apache.struts
+ struts2-osgi-admin-bundle
+ ${project.version}
+
+
+ org.apache.struts
+ struts2-osgi-demo-bundle
+ ${project.version}
+
+
+
+ org.freemarker
+ freemarker
+ 2.3.26-incubating
+
+
+
+ org.apache.felix
+ org.apache.felix.main
+ 4.0.3
+
+
+ org.apache.felix
+ org.apache.felix.shell
+ 1.4.3
+
+
+ org.apache.felix
+ org.apache.felix.shell.tui
+ 1.4.1
+
+
+
+ uk.ltd.getahead
+ dwr
+ 1.1.1
+
+
+
+ opensymphony
+ sitemesh
+ 2.4.2
+
+
+
+
+ org.apache.velocity
+ velocity
+ 1.7
+ true
+
+
+
+ org.apache.velocity
+ velocity-tools
+ 2.0
+
+
+ javax.servlet
+ servlet-api
+
+
+ struts
+ struts
+
+
+ velocity
+ velocity
+
+
+
+
+
+ ognl
+ ognl
+ ${ognl.version}
+
+
+ org.ow2.asm
+ asm
+ ${asm.version}
+
+
+ org.ow2.asm
+ asm-commons
+ ${asm.version}
+
+
+ junit
+ junit
+ 4.12
+
+
+ cglib
+ cglib-nodep
+ 2.1_3
+
+
+
+ org.easymock
+ easymock
+ 3.4
+ test
+
+
+
+ javax.servlet
+ servlet-api
+ 2.4
+ provided
+
+
+
+ org.glassfish
+ javax.el
+ 3.0.0
+
+
+
+ taglibs
+ standard
+ 1.1.2
+ test
+
+
+
+ javax.servlet
+ jstl
+ 1.1.2
+ test
+
+
+
+ org.apache.tomcat
+ jasper
+ 6.0.18
+ provided
+
+
+
+ org.apache.tiles
+ tiles-api
+ ${tiles.version}
+
+
+ org.apache.tiles
+ tiles-core
+ ${tiles.version}
+
+
+ org.apache.tiles
+ tiles-servlet
+ ${tiles.version}
+
+
+ org.apache.tiles
+ tiles-request-portlet
+ ${tiles-request.version}
+
+
+ org.apache.tiles
+ tiles-request-api
+ ${tiles-request.version}
+
+
+ org.apache.tiles
+ tiles-request-jsp
+ ${tiles-request.version}
+
+
+ org.apache.tiles
+ tiles-request-servlet
+ ${tiles-request.version}
+
+
+ org.apache.tiles
+ tiles-jsp
+ ${tiles.version}
+
+
+ org.apache.tiles
+ tiles-freemarker
+ ${tiles.version}
+
+
+ org.apache.tiles
+ tiles-ognl
+ ${tiles.version}
+
+
+ org.apache.tiles
+ tiles-el
+ ${tiles.version}
+
+
+
+ javax.servlet
+ jsp-api
+ 2.0
+ provided
+
+
+
+ taglibs
+ request
+ 1.0.1
+ test
+
+
+
+ javax.servlet.jsp
+ jsp-api
+ 2.1
+ test
+
+
+
+ org.apache.tomcat
+ juli
+ 6.0.18
+
+
+
+
+ commons-logging
+ commons-logging
+ 1.1.3
+
+
+ org.apache.commons
+ commons-collections4
+ 4.1
+
+
+
+ commons-collections
+ commons-collections
+ 3.2.2
+
+
+ commons-fileupload
+ commons-fileupload
+ 1.3.3
+
+
+ commons-io
+ commons-io
+ 2.5
+
+
+ org.apache.commons
+ commons-lang3
+ 3.6
+
+
+ commons-digester
+ commons-digester
+ 2.1
+
+
+ commons-el
+ commons-el
+ 1.0
+
+
+ org.apache.commons
+ commons-jci-fam
+ 1.1
+ true
+
+
+ commons-beanutils
+ commons-beanutils
+ 1.9.2
+
+
+ commons-validator
+ commons-validator
+ 1.5.1
+
+
+
+
+ org.springframework
+ spring-core
+ ${spring.platformVersion}
+
+
+ org.springframework
+ spring-webmvc-portlet
+ ${spring.platformVersion}
+
+
+ org.springframework
+ spring-context
+ ${spring.platformVersion}
+
+
+ org.springframework
+ spring-aop
+ ${spring.platformVersion}
+
+
+ org.springframework
+ spring-aspects
+ ${spring.platformVersion}
+
+
+ org.springframework
+ spring-beans
+ ${spring.platformVersion}
+
+
+ org.springframework
+ spring-test
+ ${spring.platformVersion}
+
+
+ org.springframework
+ spring-context-support
+ ${spring.platformVersion}
+
+
+ org.springframework
+ spring-web
+ ${spring.platformVersion}
+
+
+
+ mockobjects
+ mockobjects-core
+ 0.09
+ test
+
+
+ mockobjects
+ mockobjects-jdk1.3
+ 0.09
+ test
+
+
+ mockobjects
+ mockobjects-alt-jdk1.3
+ 0.09
+ test
+
+
+ mockobjects
+ mockobjects-alt-jdk1.3-j2ee1.3
+ 0.09
+ test
+
+
+ mockobjects
+ mockobjects-jdk1.3-j2ee1.3
+ 0.09
+ test
+
+
+
+ jmock
+ jmock
+ 1.2.0
+ test
+
+
+
+ org.easytesting
+ fest-assert
+ 1.4
+ test
+
+
+
+ org.mockito
+ mockito-all
+ 1.9.5
+ test
+
+
+
+ jmock
+ jmock-cglib
+ 1.2.0
+ test
+
+
+
+ org.slf4j
+ slf4j-api
+ 1.7.12
+
+
+ org.slf4j
+ slf4j-simple
+ 1.7.12
+
+
+
+ org.apache.logging.log4j
+ log4j-api
+ ${log4j2.version}
+
+
+
+ org.testng
+ testng
+ 5.14.10
+ compile
+ true
+
+
+
+ net.sf.oval
+ oval
+ 1.31
+
+
+
+ com.thoughtworks.xstream
+ xstream
+ 1.4.10
+
+
+
+ javax.persistence
+ persistence-api
+ 1.0
+
+
+
+ org.mortbay.jetty
+ jetty
+ 6.1.9
+
+
+ org.mortbay.jetty
+ jsp-2.1
+ 6.1.9
+
+
+
+
+ javax.portlet
+ portlet-api
+ 2.0
+
+
+
+ cglib
+ cglib
+ 2.2
+
+
+
+ net.sf.json-lib
+ json-lib
+ jdk15
+ 2.4
+
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ ${jackson.version}
+
+
+ com.fasterxml.jackson.core
+ jackson-databind
+ ${jackson.version}
+
+
+ com.fasterxml.jackson.dataformat
+ jackson-dataformat-xml
+ ${jackson.version}
+
+
+
+
+ javax.enterprise
+ cdi-api
+ 1.0-SP1
+
+
+
+ org.jboss.weld
+ weld-core
+ 1.0.1-Final
+
+
+
+ org.jboss.weld
+ weld-se
+ 1.0.1-Final
+
+
+
+ xerces
+ xercesImpl
+ 2.10.0
+ test
+
+
+
+
+
+