Compare commits
5 Commits
Author | SHA256 | Date | |
---|---|---|---|
1f1432fb72 | |||
54d0fef130 | |||
45d92a7c63 | |||
374199fa14 | |||
29591566f3 |
BIN
maven-assembly-plugin-3.6.0-source-release.zip
(Stored with Git LFS)
BIN
maven-assembly-plugin-3.6.0-source-release.zip
(Stored with Git LFS)
Binary file not shown.
3
maven-assembly-plugin-3.7.1-source-release.zip
Normal file
3
maven-assembly-plugin-3.7.1-source-release.zip
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5180d84e8eae326cae6c45772476c507ab1ccb119ad1b246f089fd8bfb070903
|
||||||
|
size 2009779
|
@@ -1,3 +1,47 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Tue Apr 2 17:21:53 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package maven-assembly-plugin
|
# spec file for package maven-assembly-plugin
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 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,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: maven-assembly-plugin
|
Name: maven-assembly-plugin
|
||||||
Version: 3.6.0
|
Version: 3.7.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Maven Assembly Plugin
|
Summary: Maven Assembly Plugin
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Group: Development/Libraries/Java
|
Group: Development/Libraries/Java
|
||||||
URL: https://maven.apache.org/plugins/maven-assembly-plugin/
|
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
|
Patch0: aggregated-timestamp.patch
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: java-devel >= 1.8
|
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.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-util)
|
||||||
BuildRequires: mvn(org.apache.maven.shared:maven-common-artifact-filters)
|
BuildRequires: mvn(org.apache.maven.shared:maven-common-artifact-filters)
|
||||||
BuildRequires: mvn(org.apache.maven.shared:maven-filtering)
|
BuildRequires: mvn(org.apache.maven.shared:maven-filtering)
|
||||||
BuildRequires: mvn(org.apache.maven:maven-archiver)
|
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-io)
|
||||||
BuildRequires: mvn(org.codehaus.plexus:plexus-utils)
|
BuildRequires: mvn(org.codehaus.plexus:plexus-utils)
|
||||||
BuildRequires: mvn(org.codehaus.plexus:plexus-xml)
|
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:org.eclipse.sisu.plexus)
|
||||||
BuildRequires: mvn(org.eclipse.sisu:sisu-maven-plugin)
|
BuildRequires: mvn(org.eclipse.sisu:sisu-maven-plugin)
|
||||||
BuildRequires: mvn(org.slf4j:slf4j-api)
|
BuildRequires: mvn(org.slf4j:slf4j-api)
|
||||||
@@ -69,11 +69,6 @@ This package provides %{summary}.
|
|||||||
%setup -q
|
%setup -q
|
||||||
%patch -P 0 -p1
|
%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
|
%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