forked from pool/maven-war-plugin
Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 8ec951fd8d | |||
| aece2e493b |
3
maven-war-plugin-3.2.2-source-release.zip
Normal file
3
maven-war-plugin-3.2.2-source-release.zip
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fdc94ea7a1f45a77b7b569183cdd3a277b7f2a1a3eee5629d4492c487604b258
|
||||||
|
size 655247
|
||||||
Binary file not shown.
@@ -1,62 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
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>
|
Tue Mar 22 14:01:45 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package maven-war-plugin
|
# spec file for package maven-war-plugin
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC and contributors
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: maven-war-plugin
|
Name: maven-war-plugin
|
||||||
Version: 3.5.1
|
Version: 3.2.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Maven WAR Plugin
|
Summary: Maven WAR Plugin
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@@ -28,24 +28,19 @@ BuildRequires: fdupes
|
|||||||
BuildRequires: java-devel >= 1.8
|
BuildRequires: java-devel >= 1.8
|
||||||
BuildRequires: maven-local
|
BuildRequires: maven-local
|
||||||
BuildRequires: unzip
|
BuildRequires: unzip
|
||||||
|
BuildRequires: mvn(com.thoughtworks.xstream:xstream)
|
||||||
BuildRequires: mvn(commons-io:commons-io)
|
BuildRequires: mvn(commons-io:commons-io)
|
||||||
BuildRequires: mvn(javax.inject:javax.inject)
|
|
||||||
BuildRequires: mvn(org.apache.maven.plugin-tools:maven-plugin-annotations)
|
BuildRequires: mvn(org.apache.maven.plugin-tools:maven-plugin-annotations)
|
||||||
BuildRequires: mvn(org.apache.maven.plugins:maven-plugin-plugin)
|
BuildRequires: mvn(org.apache.maven.plugins:maven-plugin-plugin)
|
||||||
BuildRequires: mvn(org.apache.maven.plugins:maven-plugins:pom:)
|
BuildRequires: mvn(org.apache.maven.plugins:maven-plugins:pom:)
|
||||||
BuildRequires: mvn(org.apache.maven.resolver:maven-resolver-api)
|
|
||||||
BuildRequires: mvn(org.apache.maven.shared:maven-filtering)
|
BuildRequires: mvn(org.apache.maven.shared:maven-filtering)
|
||||||
BuildRequires: mvn(org.apache.maven.shared:maven-mapping)
|
BuildRequires: mvn(org.apache.maven.shared:maven-mapping)
|
||||||
BuildRequires: mvn(org.apache.maven.shared:maven-shared-utils)
|
|
||||||
BuildRequires: mvn(org.apache.maven:maven-archiver)
|
BuildRequires: mvn(org.apache.maven:maven-archiver)
|
||||||
BuildRequires: mvn(org.apache.maven:maven-artifact)
|
|
||||||
BuildRequires: mvn(org.apache.maven:maven-core)
|
BuildRequires: mvn(org.apache.maven:maven-core)
|
||||||
BuildRequires: mvn(org.apache.maven:maven-model)
|
|
||||||
BuildRequires: mvn(org.apache.maven:maven-plugin-api)
|
BuildRequires: mvn(org.apache.maven:maven-plugin-api)
|
||||||
BuildRequires: mvn(org.codehaus.plexus:plexus-archiver)
|
BuildRequires: mvn(org.codehaus.plexus:plexus-archiver)
|
||||||
BuildRequires: mvn(org.codehaus.plexus:plexus-interpolation)
|
BuildRequires: mvn(org.codehaus.plexus:plexus-interpolation)
|
||||||
BuildRequires: mvn(org.codehaus.plexus:plexus-utils)
|
BuildRequires: mvn(org.codehaus.plexus:plexus-utils)
|
||||||
BuildRequires: mvn(org.eclipse.sisu:org.eclipse.sisu.plexus)
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -62,6 +57,8 @@ API documentation for %{name}.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
|
%pom_remove_plugin :maven-enforcer-plugin
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{mvn_build} -f -- \
|
%{mvn_build} -f -- \
|
||||||
%if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0}
|
%if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0}
|
||||||
|
|||||||
Reference in New Issue
Block a user