Compare commits
7 Commits
Author | SHA256 | Date | |
---|---|---|---|
e6b56f0853 | |||
a45083c383 | |||
c54c60e4c6 | |||
bc1146f44f | |||
44b91a59b2 | |||
98b77faf4c | |||
d16c4dccc0 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:72153ff056155657cba217c784e47b14a69b184df4a8825373be69b3e07ed95c
|
||||
size 667400
|
BIN
maven-dependency-plugin-3.8.1-source-release.zip
(Stored with Git LFS)
Normal file
BIN
maven-dependency-plugin-3.8.1-source-release.zip
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,7 +1,73 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 29 18:33:45 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Upgrade to verion 3.8.1
|
||||
* Bug
|
||||
+ MDEP-956: silent parameter is not taken into account
|
||||
* New Feature
|
||||
+ MDEP-957: Special case slf4j-simple et al to not report used
|
||||
but undeclared
|
||||
* Improvement
|
||||
+ MDEP-932: Don't log successful file copies
|
||||
* Test
|
||||
+ MDEP-930: runTreeMojo in TestTreeMojo ignores encoding
|
||||
* Dependency upgrade
|
||||
+ MDEP-958: maven-dependency-analyzer to 1.15.0
|
||||
+ MDEP-961: Upgrade to Doxia 2.0.0 GA Stack
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 15 19:16:33 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Upgrade to version 3.8.0
|
||||
* Bug
|
||||
+ MDEP-875: Regression: list-repositories may produce NPE
|
||||
+ MDEP-835: dependency:tree no longer shows optional flag
|
||||
+ MDEP-838: "Artifact has not been packaged yet" error message
|
||||
is not very helpful
|
||||
+ MDEP-938: 'mdep.overIfNewer' is misnamed from its usage of
|
||||
'mdep.overWriteIfNewer'
|
||||
+ MDEP-943: [REGRESSION] appendOutput for tree goal broken for
|
||||
multi-module project
|
||||
* New Feature
|
||||
+ MDEP-317: Add goal dependency:analyze-exclusions - check for
|
||||
invalid excludes
|
||||
+ MDEP-799: improve mvn dependency:tree - add optional JSON
|
||||
output of the results
|
||||
+ MDEP-928: Allow to exclude classes from dependency:analyze
|
||||
* Improvement
|
||||
+ MDEP-669: Optimize the documentation of <outputProperty> of
|
||||
build-classpath-mojo
|
||||
+ MDEP-893: Get rid of commons-lang3
|
||||
+ MDEP-894: Use @Component instead of @Parameter for
|
||||
session/project
|
||||
+ MDEP-896: Removing unused code
|
||||
+ MDEP-897: Remove old style JavaDoc Plexus docs
|
||||
+ MDEP-899: Upgrade maven-plugin parent to 42
|
||||
+ MDEP-917: dependency:analyze-exclusions - use Resolver API
|
||||
instead of ProjectBuilder
|
||||
+ MDEP-924: Get rid of maven-artifact-transfer from list-classes
|
||||
goal
|
||||
+ MDEP-925: Require Maven 3.6.3
|
||||
+ MDEP-939: Lock down classifier in dependency:sources goal
|
||||
+ MDEP-940: Use Resolver API instead of m-a-t for resolving
|
||||
artifacts
|
||||
* Test
|
||||
+ MDEP-710: reenable TestTreeMojo
|
||||
* Task
|
||||
+ MDEP-912: Use version for plexus-utils/plexus-xml from parent
|
||||
+ MDEP-914: collect goal description broken in documentation
|
||||
+ MDEP-918: Use standard updatePolicy for repositories in ITs
|
||||
+ MDEP-923: Code cleanups
|
||||
+ MDEP-935: Improvement ITs for dependency:tree
|
||||
+ MDEP-941: Deprecate dependency:sources in favor of
|
||||
dependency:resolve-sources
|
||||
+ MDEP-945: Fix documentation about get goal
|
||||
+ MDEP-913: dependency:collect missing from index page
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 27 11:25:29 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Update to verion 3.6.0
|
||||
- Update to version 3.6.0
|
||||
* Bug
|
||||
+ MDEP-660: Obsolete example of -Dverbose on web page
|
||||
+ MDEP-671: Unsupported verbose option still appears in docs
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package maven-dependency-plugin
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: maven-dependency-plugin
|
||||
Version: 3.6.0
|
||||
Version: 3.8.1
|
||||
Release: 0
|
||||
Summary: Plugin to manipulate, copy and unpack local and remote artifacts
|
||||
License: Apache-2.0
|
||||
@@ -27,8 +27,7 @@ Source0: https://repo1.maven.org/maven2/org/apache/maven/plugins/%{name}/
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: unzip
|
||||
BuildRequires: mvn(commons-io:commons-io)
|
||||
BuildRequires: mvn(org.apache.commons:commons-collections4)
|
||||
BuildRequires: mvn(javax.inject:javax.inject)
|
||||
BuildRequires: mvn(org.apache.commons:commons-lang3)
|
||||
BuildRequires: mvn(org.apache.maven.doxia:doxia-sink-api)
|
||||
BuildRequires: mvn(org.apache.maven.plugin-tools:maven-plugin-annotations)
|
||||
@@ -36,25 +35,27 @@ BuildRequires: mvn(org.apache.maven.plugins:maven-plugin-plugin)
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-plugins:pom:)
|
||||
BuildRequires: mvn(org.apache.maven.reporting:maven-reporting-api)
|
||||
BuildRequires: mvn(org.apache.maven.reporting:maven-reporting-impl)
|
||||
BuildRequires: mvn(org.apache.maven.resolver:maven-resolver-api)
|
||||
BuildRequires: mvn(org.apache.maven.resolver:maven-resolver-util)
|
||||
BuildRequires: mvn(org.apache.maven.shared:maven-artifact-transfer)
|
||||
BuildRequires: mvn(org.apache.maven.shared:maven-common-artifact-filters)
|
||||
BuildRequires: mvn(org.apache.maven.shared:maven-dependency-analyzer)
|
||||
BuildRequires: mvn(org.apache.maven.shared:maven-dependency-analyzer) >= 1.14.1
|
||||
BuildRequires: mvn(org.apache.maven.shared:maven-dependency-tree)
|
||||
BuildRequires: mvn(org.apache.maven.shared:maven-shared-utils)
|
||||
BuildRequires: mvn(org.apache.maven:maven-aether-provider)
|
||||
BuildRequires: mvn(org.apache.maven:maven-artifact)
|
||||
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-repository-metadata)
|
||||
BuildRequires: mvn(org.apache.maven:maven-resolver-provider)
|
||||
BuildRequires: mvn(org.apache.maven:maven-settings)
|
||||
BuildRequires: mvn(org.codehaus.plexus:plexus-archiver)
|
||||
BuildRequires: mvn(org.codehaus.plexus:plexus-i18n)
|
||||
BuildRequires: mvn(org.codehaus.plexus:plexus-io)
|
||||
BuildRequires: mvn(org.codehaus.plexus:plexus-utils)
|
||||
BuildRequires: mvn(org.eclipse.aether:aether-api)
|
||||
BuildRequires: mvn(org.eclipse.aether:aether-util)
|
||||
BuildRequires: mvn(org.codehaus.plexus:plexus-xml)
|
||||
BuildRequires: mvn(org.eclipse.sisu:sisu-maven-plugin)
|
||||
BuildRequires: mvn(org.slf4j:slf4j-api)
|
||||
BuildRequires: mvn(org.sonatype.plexus:plexus-build-api)
|
||||
BuildArch: noarch
|
||||
|
||||
|
Reference in New Issue
Block a user