This is an automated email from the ASF dual-hosted git repository.
sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-file-management.git
The following commit(s) were added to refs/heads/master by this push:
new 0b43f78 Skip generating of xml reader and writer for FileSet
0b43f78 is described below
commit 0b43f78ec71f4bc51d4eae302577e30196009d6a
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Mon Mar 24 20:48:17 2025 +0100
Skip generating of xml reader and writer for FileSet
xml reader and writer should not be used
we only have documented how to use FileSet in java code
---
pom.xml | 6 ------
1 file changed, 6 deletions(-)
diff --git a/pom.xml b/pom.xml
index 6f20a1c..b1d2ca7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -77,10 +77,6 @@
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
</dependency>
- <dependency>
- <groupId>org.codehaus.plexus</groupId>
- <artifactId>plexus-xml</artifactId>
- </dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
@@ -116,8 +112,6 @@
<execution>
<id>fileset</id>
<goals>
- <goal>xpp3-reader</goal>
- <goal>xpp3-writer</goal>
<goal>java</goal>
</goals>
</execution>