forked from pool/maven-war-plugin
75 lines
2.9 KiB
Plaintext
75 lines
2.9 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sat Nov 29 04:56:53 UTC 2025 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
- Upgrade to upstream version 3.5.1
|
|
* New features and improvements
|
|
+ Remove unused parameter - useJvmChmod
|
|
* Bug Fixes
|
|
+ bugfix: regression due to targetPath interfering with the
|
|
exclusion logic
|
|
+ fix: Color log level INFO in CopyUserManifestTask
|
|
+ Fix hashCode on arrays
|
|
* Maintenance
|
|
+ Upgrade site descriptor to 2.0.0
|
|
+ Inject MavenSession into Mojo
|
|
+ Remove usage of deprecated ArtifactFactory
|
|
+ Replace Component annotation by constructor injection
|
|
+ Dependency updates
|
|
+ Bump org.apache.commons:commons-lang3 from 3.19.0 to 3.20.0
|
|
+ Bump org.codehaus.plexus:plexus-interpolation from 1.28 to
|
|
1.29
|
|
+ Bump commons-io:commons-io from 2.20.0 to 2.21.0
|
|
+ Bump org.codehaus.plexus:plexus-archiver from 4.10.3 to
|
|
4.10.4
|
|
+ Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness
|
|
from 3.3.0 to 3.4.0
|
|
+ Remove unused plexus-xml dependency
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Oct 28 05:05:07 UTC 2025 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
- Upgrade tu upstream version 3.5.0
|
|
* New features and improvements
|
|
+ Require Maven 3.6.3 as minimum
|
|
+ enh: uses packagingExclude / include for war:exploded
|
|
+ MWAR-470: Support user property for packagingExcludes
|
|
* Documentation updates
|
|
+ MNGSITE-529: Rename "Goals" to "Plugin Documentation"
|
|
* Maintenance
|
|
+ chore: migrate junit3 to junit5
|
|
+ Move OverlayManagerTest to JUnit 5
|
|
+ Fix build for JDK 25
|
|
+ Enable prevent branch protection rules
|
|
+ Add release drafter, PR-automation and stale action
|
|
+ Enable GitHub issues
|
|
+ Delete commented code
|
|
+ Prefer Guice injection
|
|
+ copy edits
|
|
* Dependency updates
|
|
+ Bump org.codehaus.plexus:plexus-archiver from 4.7.1 to 4.10.3
|
|
+ Bump org.apache.maven:maven-archiver from 3.6.0 to 3.6.5
|
|
+ Bump commons-io:commons-io from 2.13.0 to 2.20.0
|
|
+ Bump org.apache.maven.plugins:maven-plugins from 39 to 45
|
|
+ Bump org.apache.maven.shared:maven-filtering from 3.3.1 to
|
|
3.4.0
|
|
+ Bump org.codehaus.plexus:plexus-utils from 3.5.1 to 4.0.2
|
|
+ Bump org.codehaus.plexus:plexus-interpolation from 1.26 to
|
|
1.28
|
|
+ Bump apache/maven-gh-actions-shared from 3 to 4
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 22 14:01:45 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
- Build with java source and target levels 8
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Nov 24 17:36:45 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
- Specify maven.compiler.release to fix build with jdk9+ and newer
|
|
maven-javadoc-plugin
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jun 20 05:06:23 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
- Initial packaging of maven-war-plugin 3.2.2
|