This is an automated email from the ASF dual-hosted git repository.

elharo pushed a commit to branch goal
in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git

commit 9ef2c48172d1e9796d5c0a7e1d3e1ce49db3fd65
Author: Elliotte Rusty Harold <elh...@ibiblio.org>
AuthorDate: Sun Nov 10 12:42:19 2024 -0500

    Remove unsupported goals
---
 pom.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5845b678..c515ad7b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -461,10 +461,6 @@ under the License.
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-invoker-plugin</artifactId>
             <configuration>
-              <goals>
-                <goal>clean</goal>
-                <goal>process-sources</goal>
-              </goals>
               <projectsDirectory>src/it/projects</projectsDirectory>
               <pomExcludes>
                 <pomExclude>purge-local-repository-bad-pom/pom.xml</pomExclude>

Reply via email to