Compare commits
7 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
|
|
f6a979e5a0 | ||
|
|
7609ba57b0 | ||
| 1f1432fb72 | |||
| 54d0fef130 | |||
| 45d92a7c63 | |||
| 374199fa14 | |||
| 29591566f3 |
Binary file not shown.
BIN
maven-assembly-plugin-3.8.0-source-release.zip
LFS
Normal file
BIN
maven-assembly-plugin-3.8.0-source-release.zip
LFS
Normal file
Binary file not shown.
@@ -1,3 +1,87 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 29 14:07:55 UTC 2025 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Update to version 3.8.0
|
||||
* Bug Fixes
|
||||
+ MASSEMBLY-1030: Manifest entries from archive configuration
|
||||
are not added in final MANIFEST
|
||||
+ MASSEMBLY-1029: Use minimal level for model validation
|
||||
* Documentation updates
|
||||
+ MNGSITE-529: Rename "Goals" to "Plugin Documentation"
|
||||
* Maintenance
|
||||
+ chore: migrate junit3/4 to junit5
|
||||
+ feat: enable prevent branch protection rules
|
||||
+ Enable Github Issues
|
||||
* Dependency updates
|
||||
+ MASSEMBLY-1028: Bump org.apache.maven:maven-archiver from
|
||||
3.6.1 to 3.6.2
|
||||
+ Bump org.apache.maven:maven-archiver from 3.6.2 to 3.6.5
|
||||
+ MASSEMBLY-1027: Bump commons-io:commons-io from 2.15.1 to
|
||||
2.16.0
|
||||
+ Bump commons-io:commons-io from 2.16.0 to 2.21.0
|
||||
+ Bump Maven to 3.9.11. Prerequisite still 3.6.3
|
||||
+ Bump org.apache.commons:commons-lang3 from 3.19.0 to 3.20.0
|
||||
+ Bump org.codehaus.plexus:plexus-io from 3.4.2 to 3.6.0
|
||||
+ Bump org.codehaus.plexus:plexus-interpolation from 1.27 to
|
||||
1.29
|
||||
+ Bump org.codehaus.plexus:plexus-archiver from 4.9.2 to 4.10.4
|
||||
+ Bump com.github.luben:zstd-jni from 1.5.5-11 to 1.5.7-6
|
||||
+ Bump m-invoker-p to 3.9.1 for Java 25
|
||||
+ Bump org.apache.maven.plugins:maven-plugins from 41 to 45
|
||||
+ Bump org.apache.commons:commons-compress from 1.26.1 to 1.28.0
|
||||
+ Bump commons-fileupload:commons-fileupload from 1.5 to 1.6.0
|
||||
in /src/it/projects/bugs/massembly-580
|
||||
+ Bump org.codehaus.plexus:plexus-archiver from to 4.10.0
|
||||
+ Bump org.apache.maven.shared:maven-common-artifact-filters
|
||||
from 3.3.2 to 3.4.0
|
||||
+ Bump org.apache.maven.shared:maven-filtering from 3.3.2 to
|
||||
3.4.0
|
||||
+ Bump org.hamcrest:hamcrest from 2.2 to 3.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 22 11:22:05 UTC 2025 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Update to version 3.7.1
|
||||
- Changes of 3.7.1
|
||||
* Bug
|
||||
+ MASSEMBLY-1020: Cannot invoke "java.io.File.isFile()" because
|
||||
"this.inputFile" is null
|
||||
+ MASSEMBLY-1021: Nullpointer in assembly:single when upgrading
|
||||
to 3.7.0
|
||||
+ MASSEMBLY-1022: Unresolved artifacts should be not processed
|
||||
- Changes of 3.7.0
|
||||
* Bug
|
||||
+ MASSEMBLY-967: maven-assembly-plugin doesn't add target/class
|
||||
artifacts in generated jarfat but META-INF/MANIFEST.MF seems
|
||||
to be correct
|
||||
+ MASSEMBLY-994: Items from unpacked dependency are not refreshed
|
||||
+ MASSEMBLY-998: Transitive dependencies are not properly
|
||||
excluded as of 3.1.1
|
||||
+ MASSEMBLY-1008: Assembly plugin handles scopes wrongly
|
||||
+ MASSEMBLY-1018: Fix examples about useStrictFiltering
|
||||
* New Feature
|
||||
+ MASSEMBLY-992: Facility to define assembly descriptor in body
|
||||
of POM
|
||||
* Improvement
|
||||
+ MASSEMBLY-1007: Upgrade maven-plugin parent to 41
|
||||
+ MASSEMBLY-1016: clarify and fix plugin system requirements
|
||||
history
|
||||
+ MASSEMBLY-1017: Don't use deprecated methods in code
|
||||
* Task
|
||||
+ MASSEMBLY-991: XSDs for 2.2.0 missing from Maven Project Web
|
||||
Site
|
||||
+ MASSEMBLY-1000: ITs - cleanups, refresh plugins versions
|
||||
+ MASSEMBLY-1003: Remove unused remoteRepositories
|
||||
+ MASSEMBLY-1004: Remove ignored and deprecated parameter -
|
||||
useJvmChmod
|
||||
+ MASSEMBLY-1010: Use IOUtils from commons-io instead of plexus
|
||||
+ MASSEMBLY-1013: Code cleanups
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 17 12:30:49 UTC 2025 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Fix broken source link
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 2 17:21:53 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package maven-assembly-plugin
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: maven-assembly-plugin
|
||||
Version: 3.6.0
|
||||
Version: 3.8.0
|
||||
Release: 0
|
||||
Summary: Maven Assembly Plugin
|
||||
License: Apache-2.0
|
||||
Group: Development/Libraries/Java
|
||||
URL: https://maven.apache.org/plugins/maven-assembly-plugin/
|
||||
Source0: https://downloads.apache.org/maven/plugins/%{name}-%{version}-source-release.zip
|
||||
Source0: https://repo1.maven.org/maven2/org/apache/maven/plugins/%{name}/%{version}/%{name}-%{version}-source-release.zip
|
||||
Patch0: aggregated-timestamp.patch
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: java-devel >= 1.8
|
||||
@@ -35,6 +35,7 @@ BuildRequires: mvn(javax.inject:javax.inject)
|
||||
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-plugins:pom:)
|
||||
BuildRequires: mvn(org.apache.maven.resolver:maven-resolver-util)
|
||||
BuildRequires: mvn(org.apache.maven.shared:maven-common-artifact-filters)
|
||||
BuildRequires: mvn(org.apache.maven.shared:maven-filtering)
|
||||
BuildRequires: mvn(org.apache.maven:maven-archiver)
|
||||
@@ -48,7 +49,6 @@ BuildRequires: mvn(org.codehaus.plexus:plexus-interpolation)
|
||||
BuildRequires: mvn(org.codehaus.plexus:plexus-io)
|
||||
BuildRequires: mvn(org.codehaus.plexus:plexus-utils)
|
||||
BuildRequires: mvn(org.codehaus.plexus:plexus-xml)
|
||||
BuildRequires: mvn(org.eclipse.aether:aether-api)
|
||||
BuildRequires: mvn(org.eclipse.sisu:org.eclipse.sisu.plexus)
|
||||
BuildRequires: mvn(org.eclipse.sisu:sisu-maven-plugin)
|
||||
BuildRequires: mvn(org.slf4j:slf4j-api)
|
||||
@@ -69,11 +69,6 @@ This package provides %{summary}.
|
||||
%setup -q
|
||||
%patch -P 0 -p1
|
||||
|
||||
%pom_remove_dep jaxen:jaxen
|
||||
%pom_add_dep commons-io:commons-io
|
||||
%pom_add_dep commons-codec:commons-codec
|
||||
%pom_add_dep org.codehaus.plexus:plexus-xml:3.0.0
|
||||
|
||||
%build
|
||||
%{mvn_build} -f -- \
|
||||
%if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0}
|
||||
|
||||
Reference in New Issue
Block a user