This is an automated email from the ASF dual-hosted git repository.
FrankChen021 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/master by this push:
new 4b18351894e Remove redundant license download step (#19853)
4b18351894e is described below
commit 4b18351894eb7ce4311d724c1e18c48e55c988c7
Author: Frank Chen <[email protected]>
AuthorDate: Wed Aug 5 19:47:38 2026 +0800
Remove redundant license download step (#19853)
---
distribution/pom.xml | 12 ------------
1 file changed, 12 deletions(-)
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 19a6f420f86..bdb495a4b08 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -276,18 +276,6 @@
</execution>
</executions>
</plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>license-maven-plugin</artifactId>
- <executions>
- <execution>
- <id>download-licenses</id>
- <goals>
- <goal>download-licenses</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
</plugins>
</build>
</profile>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]