forked from pool/maven-clean-plugin
Compare commits
9 Commits
5cc34053b9
...
dab5e6b03d
Author | SHA256 | Date | |
---|---|---|---|
dab5e6b03d | |||
81b9cc6374 | |||
a9cb8154e6 | |||
ab466e9733 | |||
d0f06e74a1 | |||
c274751cf4 | |||
ee897e9aaa | |||
079e9f9ff7 | |||
9a5fbd08c2 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ef62659b9dcd700ec1381849426fee4e460eff264552efeecd457910b4e6095e
|
|
||||||
size 136477
|
|
3
maven-clean-plugin-3.5.0-source-release.zip
Normal file
3
maven-clean-plugin-3.5.0-source-release.zip
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d5ea0ea62d29ae3ecfff21ea02a4df51d4610511d78bf01e877945b0a0bd605f
|
||||||
|
size 149960
|
@@ -1,3 +1,75 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 5 15:37:22 UTC 2025 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- Update to upstream version 3.5.0
|
||||||
|
* New features and improvements
|
||||||
|
+ Configuration parameter for deleting read-only files
|
||||||
|
* Maintenance
|
||||||
|
+ Bump project to 3.5.0-SNAPSHOT version
|
||||||
|
+ Update README in 3.x branch
|
||||||
|
* Dependency updates
|
||||||
|
+ Bump org.apache.maven.resolver:maven-resolver-api from 1.9.22
|
||||||
|
to 1.9.23
|
||||||
|
+ Bump org.codehaus.plexus:plexus-testing from 1.4.0 to 1.5.0
|
||||||
|
+ Bump org.apache.maven.plugins:maven-plugins from 43 to 44
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 19 10:09:16 UTC 2025 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- Update to upstream version 3.4.1
|
||||||
|
* New features and improvements
|
||||||
|
+ release-drafter configuration
|
||||||
|
+ Add PR Automation
|
||||||
|
+ MCLEAN-126: Replaced old File API with new Path equivalent
|
||||||
|
where possible
|
||||||
|
+ Add Release Drafter - 3.x
|
||||||
|
+ MCLEAN-124: Replaced JUnit Assumptions with @DisabledOnOs
|
||||||
|
+ MCLEAN-124: Leverage Files.delete(Path) API to provide more
|
||||||
|
accurate reason in case of failure
|
||||||
|
+ MCLEAN-110: Replaced Utils.createSymlink with Java 7
|
||||||
|
Files.createSymbolicLink
|
||||||
|
* Dependency updates
|
||||||
|
+ Bump org.apache.maven.resolver:maven-resolver-api from 1.1.1
|
||||||
|
to 1.9.22
|
||||||
|
+ Bump mavenVersion from 3.6.3 to 3.9.9
|
||||||
|
+ Bump org.codehaus.plexus:plexus-testing from 1.3.0 to 1.4.0
|
||||||
|
+ Bump org.apache.maven.plugins:maven-plugins from 42 to 43
|
||||||
|
* Maintenance
|
||||||
|
+ Update scm tag according to branch
|
||||||
|
+ PR Automation only on close event
|
||||||
|
+ MNGSITE-529: Rename "Goals" to "Plugin Documentation"
|
||||||
|
+ Fix license/notice
|
||||||
|
- Older changes
|
||||||
|
* Changes of 3.4.0
|
||||||
|
+ Bump apache/maven-gh-actions-shared from 3 to 4
|
||||||
|
+ MCLEAN-116: Use default Log interface
|
||||||
|
+ MCLEAN-118: Require Maven 3.6.3
|
||||||
|
+ MCLEAN-106: Switch to junit 5
|
||||||
|
+ MCLEAN-119: Bump org.apache.maven.plugins:maven-plugins from
|
||||||
|
41 to 42
|
||||||
|
+ Build with Maven 4
|
||||||
|
+ MCLEAN-120: Bump org.codehaus.plexus:plexus-testing from
|
||||||
|
1.1.0 to 1.3.0
|
||||||
|
+ MCLEAN-121: Bump com.google.inject:guice from 4.2.0 to 4.2.3
|
||||||
|
+ MCLEAN-122: Cleanup declared dependencies, simplify unit test
|
||||||
|
* Changes of 3.3.2
|
||||||
|
+ Type: fill --> file
|
||||||
|
+ MCLEAN-112: Bump parent to 40
|
||||||
|
+ MCLEAN-113: Downgrade plexus-xml to 3.0.0
|
||||||
|
+ Grammar mistake fixed
|
||||||
|
+ MCLEAN-111: Fix fast delete feature for filesets
|
||||||
|
+ MCLEAN-114: Refresh download page
|
||||||
|
* Changes of 3.3.1
|
||||||
|
+ MCLEAN-104: Prevent NPE in fast mode and quiet build
|
||||||
|
+ MCLEAN-105: Bump maven-plugins from 38 to 39
|
||||||
|
+ MCLEAN-93: Support junctions on NTFS
|
||||||
|
+ MCLEAN-107: Upgrade to plexus-utils 4.0.0 and plexus-xml 4.0.0
|
||||||
|
* Changes of 3.2.0
|
||||||
|
+ Bump maven-project-info-reports-plugin from 3.1.1 to 3.1.2
|
||||||
|
+ Bump maven-site-plugin from 3.9.1 to 3.10.0
|
||||||
|
+ Bump extra-enforcer-rules from 1.4 to 1.5.1
|
||||||
|
+ MCLEAN-95: Add a fast clean option
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 22 12:53:37 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
Tue Mar 22 12:53:37 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package maven-clean-plugin
|
# spec file for package maven-clean-plugin
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 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,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: maven-clean-plugin
|
Name: maven-clean-plugin
|
||||||
Version: 3.1.0
|
Version: 3.5.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Maven plugin to remove generated files
|
Summary: Maven plugin to remove generated files
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@@ -31,10 +31,10 @@ BuildRequires: unzip
|
|||||||
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.shared:maven-shared-utils)
|
BuildRequires: mvn(org.apache.maven.resolver:maven-resolver-api)
|
||||||
BuildRequires: mvn(org.apache.maven:maven-compat)
|
|
||||||
BuildRequires: mvn(org.apache.maven:maven-core)
|
BuildRequires: mvn(org.apache.maven:maven-core)
|
||||||
BuildRequires: mvn(org.apache.maven:maven-plugin-api)
|
BuildRequires: mvn(org.apache.maven:maven-plugin-api)
|
||||||
|
BuildRequires: mvn(org.codehaus.plexus:plexus-utils)
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Reference in New Issue
Block a user