Files
struts/pom.xml
T

487 lines
19 KiB
XML
Raw Normal View History

2011-01-04 10:42:02 +00:00
<?xml version="1.0" encoding="UTF-8"?>
2017-10-21 11:24:47 +02:00
<!--
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
2017-10-21 11:24:47 +02:00
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
2017-10-21 11:24:47 +02:00
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
2017-10-21 11:24:47 +02:00
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
2017-10-21 11:24:47 +02:00
* specific language governing permissions and limitations
* under the License.
*/
-->
2024-01-20 10:53:57 +01:00
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd">
2010-11-28 21:07:51 +00:00
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts-master</artifactId>
<version>15</version>
<relativePath />
2010-11-28 21:07:51 +00:00
</parent>
2006-03-23 22:10:58 +00:00
<modelVersion>4.0.0</modelVersion>
<artifactId>struts2-project</artifactId>
<version>7.1.2-SNAPSHOT</version>
2006-04-09 00:41:12 +00:00
<packaging>pom</packaging>
<name>Struts 2</name>
<url>https://struts.apache.org/</url>
<description>Apache Struts 2</description>
<inceptionYear>2000</inceptionYear>
2007-02-07 13:23:42 +00:00
<!--
2006-03-23 22:10:58 +00:00
<description>
2007-02-07 13:23:42 +00:00
Apache Struts 2 is an elegant, extensible framework,
well suited for creating moderate to large-scale Java web
applications. The framework is designed to streamline the
full development cycle, from building, to deploying,
to maintaining applications over time.
2006-03-23 22:10:58 +00:00
</description>
-->
<scm>
2017-11-08 11:33:56 +01:00
<connection>scm:git:https://gitbox.apache.org/repos/asf/struts.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/struts.git</developerConnection>
<url>https://github.com/apache/struts/</url>
<tag>HEAD</tag>
2014-11-21 21:55:40 +01:00
</scm>
2006-03-23 22:10:58 +00:00
<issueManagement>
<system>JIRA</system>
2017-11-08 11:33:56 +01:00
<url>https://issues.apache.org/jira/projects/WW</url>
2006-03-23 22:10:58 +00:00
</issueManagement>
2011-05-16 06:19:33 +00:00
<ciManagement>
<system>Jenkins</system>
2020-12-28 09:13:51 +01:00
<url>https://builds.apache.org/job/Struts/</url>
2011-05-16 06:19:33 +00:00
<notifiers>
<notifier>
<type>mail</type>
<configuration>
<address>dev@struts.apache.org</address>
</configuration>
</notifier>
</notifiers>
</ciManagement>
<distributionManagement>
<site>
2020-04-20 07:20:22 +02:00
<id>struts-site</id>
<name>Apache Struts</name>
2020-04-20 07:20:22 +02:00
<url>https://struts.apache.org/maven/</url>
</site>
</distributionManagement>
2006-04-09 00:41:12 +00:00
<modules>
<module>bom</module>
<module>parent</module>
<module>jakarta</module>
<module>core</module>
<module>plugins</module>
2019-11-26 20:26:54 +01:00
<module>apps</module>
2006-04-09 00:41:12 +00:00
</modules>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
2024-01-20 10:53:57 +01:00
<comments />
</license>
</licenses>
<organization>
<name>Apache Software Foundation</name>
<url>https://www.apache.org</url>
</organization>
2008-12-31 18:33:08 +00:00
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.outputTimestamp>2025-10-01T06:32:34Z</project.build.outputTimestamp>
2023-11-06 09:15:36 -06:00
<maven.compiler.release>17</maven.compiler.release>
<!-- dependency versions in alphanumeric order -->
<asm.version>9.8</asm.version>
<byte-buddy.version>1.17.7</byte-buddy.version>
<freemarker.version>2.3.34</freemarker.version>
<hibernate-validator.version>8.0.2.Final</hibernate-validator.version>
<jackson.version>2.19.1</jackson.version>
<jakarta-ee.version>10.0.0</jakarta-ee.version>
<jaxb-impl.version>4.0.5</jaxb-impl.version>
<log4j2.version>2.25.2</log4j2.version>
<maven-surefire-plugin.version>3.5.4</maven-surefire-plugin.version>
<mockito.version>5.20.0</mockito.version>
2024-04-19 14:58:25 +10:00
<ognl.version>3.3.5</ognl.version>
2025-08-11 02:36:39 +00:00
<slf4j.version>2.0.17</slf4j.version>
<spring.version>6.2.11</spring.version>
2023-11-20 14:49:28 -06:00
<velocity-tools.version>3.1</velocity-tools.version>
<weld.version>6.0.3.Final</weld.version>
<!-- Site generation -->
2020-04-18 18:40:21 -04:00
<fluido-skin.version>1.9</fluido-skin.version>
2017-11-10 10:21:19 +01:00
<!-- Sonar -->
<sonar.organization>apache</sonar.organization>
2021-12-20 07:58:35 +01:00
<sonar.projectKey>apache_struts</sonar.projectKey>
2021-12-20 08:32:14 +01:00
<sonar.moduleKey>${project.artifactId}</sonar.moduleKey>
2021-12-20 07:58:35 +01:00
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<argLine>-Duser.language=en -Duser.country=US -Duser.region=US</argLine>
2008-12-31 18:33:08 +00:00
</properties>
<profiles>
2009-04-23 18:20:39 +00:00
<profile>
<id>includeAssembly</id>
<activation>
<property>
<name>!skipAssembly</name>
</property>
</activation>
<modules>
<module>assembly</module>
</modules>
</profile>
<profile>
<id>jakartaee11</id>
<properties>
<jakarta-ee.version>11.0.0-M5</jakarta-ee.version>
<spring.version>7.0.0-M2</spring.version>
</properties>
</profile>
<profile>
<id>dependency-check</id>
<build>
<plugins>
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<executions>
<execution>
<phase>verify</phase>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
2017-11-11 09:42:29 +01:00
<profile>
<id>coverage</id>
2017-11-11 09:42:29 +01:00
<build>
<plugins>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.13</version>
<executions>
<execution>
<id>prepare-agent</id>
<goals>
<goal>prepare-agent</goal>
<goal>prepare-agent-integration</goal>
</goals>
</execution>
2022-09-30 09:50:51 +02:00
<execution>
<id>report</id>
<goals>
<goal>report</goal>
<goal>report-integration</goal>
</goals>
<configuration>
<formats>
<format>XML</format>
</formats>
</configuration>
</execution>
</executions>
2017-11-11 09:42:29 +01:00
</plugin>
</plugins>
</build>
</profile>
</profiles>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
2013-05-25 16:37:42 +00:00
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>3.9.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
2018-11-19 08:05:01 +01:00
<version>${maven-surefire-plugin.version}</version>
<dependencies>
<dependency>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-junit47</artifactId>
2018-11-19 08:05:01 +01:00
<version>${maven-surefire-plugin.version}</version>
</dependency>
</dependencies>
<configuration>
<argLine>
--add-opens java.base/java.lang=ALL-UNNAMED
--add-opens java.base/java.util=ALL-UNNAMED
@{argLine}
</argLine>
<includes>
<include>**/*Test.java</include>
</includes>
<excludes>
<exclude>**/TestBean.java</exclude>
</excludes>
<properties>
<property>
<name>junit</name>
<value>false</value>
</property>
</properties>
</configuration>
</plugin>
2007-08-31 18:30:51 +00:00
<plugin>
2010-12-01 14:39:57 +00:00
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
2024-01-26 12:44:36 +01:00
<version>3.4.0</version>
2007-08-31 18:30:51 +00:00
</plugin>
2010-12-01 14:39:57 +00:00
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>6.0.0</version>
2010-12-01 14:39:57 +00:00
</plugin>
2015-11-12 20:45:21 +01:00
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.8.1</version>
2015-11-12 20:45:21 +01:00
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.3.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.11.3</version>
<configuration>
<doclint>none</doclint>
<failOnError>false</failOnError>
</configuration>
</plugin>
2017-10-21 17:47:32 +02:00
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
<version>0.16.1</version>
2017-10-21 17:47:32 +02:00
<configuration>
<useMavenDefaultExcludes>true</useMavenDefaultExcludes>
<useIdeaDefaultExcludes>true</useIdeaDefaultExcludes>
<useDefaultExcludes>true</useDefaultExcludes>
<addDefaultLicenseMatchers>false</addDefaultLicenseMatchers>
<approvedLicenses>
<approvedLicense>AL</approvedLicense>
</approvedLicenses>
2017-10-21 17:47:32 +02:00
<includes>
<include>pom.xml</include>
<include>src/**</include>
</includes>
<excludes>
2019-01-30 20:44:22 +01:00
<exclude>Jenkinsfile</exclude>
<exclude>src/main/groovy/Jenkinsfile.gdsl</exclude>
2017-10-21 17:47:32 +02:00
<exclude>src/main/resources/org/apache/struts2/static/domTT.js</exclude>
<exclude>src/site/resources/tags/**/*.html</exclude>
2017-10-21 17:47:32 +02:00
<exclude>src/main/resources/*LICENSE.txt</exclude>
2017-10-21 18:40:42 +02:00
<exclude>src/test/resources/**/*.txt</exclude>
<exclude>src/main/webapp/**/*.css</exclude>
<exclude>src/main/webapp/**/*.map</exclude>
<exclude>src/main/webapp/**/*.js</exclude>
<exclude>src/main/webapp/**/*.svg</exclude>
<exclude>src/main/webapp/**/*.txt</exclude>
2017-10-22 11:04:21 +02:00
<exclude>src/main/resources/**/docs-urls.txt</exclude>
<exclude>src/etc/header.txt</exclude>
<exclude>src/main/resources/static/css/**/*.css</exclude>
<exclude>src/main/resources/static/js/**/*.js</exclude>
<exclude>src/main/resources/docs.cfg</exclude>
2017-10-22 09:52:23 +02:00
<exclude>src/main/webapp/fonts/**/*</exclude>
2017-10-21 17:47:32 +02:00
</excludes>
</configuration>
</plugin>
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>12.1.3</version>
<configuration>
<suppressionFiles>
2018-02-26 09:27:26 +01:00
<suppressionFile>src/etc/project-suppression.xml</suppressionFile>
</suppressionFiles>
<failBuildOnCVSS>7</failBuildOnCVSS>
<skipProvidedScope>true</skipProvidedScope>
<skipRuntimeScope>true</skipRuntimeScope>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
<skipAssembly>true</skipAssembly>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.6.2</version>
<executions>
<execution>
<id>enforce</id>
<configuration>
<rules>
2024-01-20 10:53:57 +01:00
<dependencyConvergence />
</rules>
</configuration>
<goals>
<goal>enforce</goal>
</goals>
</execution>
</executions>
</plugin>
2022-05-05 12:27:38 +02:00
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-wrapper-plugin</artifactId>
<version>3.3.4</version>
2022-05-05 12:27:38 +02:00
</plugin>
</plugins>
</pluginManagement>
2008-04-12 12:41:34 +00:00
<plugins>
2010-11-28 21:07:51 +00:00
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>3.1.1</version>
</plugin>
<plugin>
2010-11-28 21:07:51 +00:00
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
</archive>
</configuration>
2008-04-12 12:41:34 +00:00
</plugin>
<plugin>
2010-11-28 21:07:51 +00:00
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<executions>
<execution>
<id>bundle-manifest</id>
<phase>process-classes</phase>
<goals>
<goal>manifest</goal>
</goals>
</execution>
</executions>
2008-12-15 15:45:13 +00:00
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.21.0</version>
<configuration>
2024-10-16 09:39:14 +02:00
<relativizeSiteLinks>false</relativizeSiteLinks>
</configuration>
2013-09-04 11:11:54 +00:00
<dependencies>
<dependency>
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-core</artifactId>
<version>2.0.0</version>
</dependency>
2014-11-21 21:55:40 +01:00
<dependency>
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-module-markdown</artifactId>
<version>2.0.0</version>
2014-11-21 21:55:40 +01:00
</dependency>
2013-09-04 11:11:54 +00:00
</dependencies>
</plugin>
2017-10-21 17:47:32 +02:00
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
<executions>
<execution>
2018-01-01 10:15:03 +01:00
<phase>prepare-package</phase>
2017-10-21 17:47:32 +02:00
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
</plugin>
2008-04-12 12:41:34 +00:00
</plugins>
<defaultGoal>install</defaultGoal>
</build>
<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<configuration>
<dependencyDetailsEnabled>false</dependencyDetailsEnabled>
</configuration>
2010-11-28 21:07:51 +00:00
</plugin>
<plugin>
2014-12-02 12:41:06 +01:00
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<reportSets>
<reportSet>
<reports>
<report>javadoc</report>
</reports>
</reportSet>
</reportSets>
</plugin>
<plugin>
2015-10-13 06:53:25 +02:00
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
2017-10-22 12:29:13 +02:00
<configuration>
<name>Dependency Check</name>
<failBuildOnCVSS>11</failBuildOnCVSS>
2017-10-22 12:29:13 +02:00
</configuration>
<reportSets>
<reportSet>
<reports>
<report>aggregate</report>
</reports>
</reportSet>
</reportSets>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>2.19.0</version>
<reportSets>
<reportSet>
<reports>
<report>dependency-updates-report</report>
<report>plugin-updates-report</report>
<report>property-updates-report</report>
</reports>
</reportSet>
</reportSets>
</plugin>
</plugins>
</reporting>
</project>