Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
|
|
652a63d11e | ||
|
|
28f45af84d | ||
|
|
7b40ca2355 | ||
|
|
4b3bdcb24f | ||
| f4141f9aa7 | |||
| 466b782c0f |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:fdc94ea7a1f45a77b7b569183cdd3a277b7f2a1a3eee5629d4492c487604b258
|
|
||||||
size 655247
|
|
||||||
BIN
maven-war-plugin-3.5.1-source-release.zip
LFS
Normal file
BIN
maven-war-plugin-3.5.1-source-release.zip
LFS
Normal file
Binary file not shown.
@@ -1,3 +1,67 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Sun Nov 24 17:36:45 UTC 2019 - 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) 2019 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC and contributors
|
||||||
#
|
#
|
||||||
# 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,29 +17,35 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: maven-war-plugin
|
Name: maven-war-plugin
|
||||||
Version: 3.2.2
|
Version: 3.5.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Maven WAR Plugin
|
Summary: Maven WAR Plugin
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Group: Development/Libraries/Java
|
Group: Development/Libraries/Java
|
||||||
URL: http://maven.apache.org/plugins/maven-war-plugin/
|
URL: https://maven.apache.org/plugins/maven-war-plugin/
|
||||||
Source0: http://repo2.maven.org/maven2/org/apache/maven/plugins/%{name}/%{version}/%{name}-%{version}-source-release.zip
|
Source0: https://repo1.maven.org/maven2/org/apache/maven/plugins/%{name}/%{version}/%{name}-%{version}-source-release.zip
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
|
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
|
||||||
@@ -56,13 +62,12 @@ 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}
|
||||||
-- -Dmaven.compiler.release=6
|
-Dmaven.compiler.release=8 \
|
||||||
%endif
|
%endif
|
||||||
|
-Dsource=8
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%mvn_install
|
%mvn_install
|
||||||
|
|||||||
Reference in New Issue
Block a user