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

xvrl 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 6f780497607 remove references to non-existant website maven module 
(#15540)
6f780497607 is described below

commit 6f7804976075b9c45e66b0886ef66a15d91ce29e
Author: Xavier Léauté <[email protected]>
AuthorDate: Mon Dec 11 16:58:35 2023 -0800

    remove references to non-existant website maven module (#15540)
    
    The website pom was removed as part of
    https://github.com/apache/druid/pull/14411 so we no longer need to
    reference it as a module and the profile can be removed.
    
    Dependabot is currently failing trying to look for this module, so
    removing it should also fix that.
---
 pom.xml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9640cd48d14..1445b3ed3cc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2129,7 +2129,6 @@
                                 <exclude>.github/workflows/codeql.yml</exclude>
                                 
<exclude>.github/workflows/codeql-config.yml</exclude>
                                 <exclude>git.version</exclude>
-                                <exclude>website/node_modules/**</exclude>
                                 <exclude>src/**/*.snap</exclude>
                                 <exclude>examples/conf/**</exclude>
                                 <exclude>.asf.yaml</exclude>
@@ -2176,12 +2175,6 @@
                 </plugins>
             </build>
         </profile>
-        <profile>
-          <id>website-docs</id>
-          <modules>
-            <module>website</module>
-          </modules>
-        </profile>
         <profile>
           <id>skip-static-checks</id>
           <properties>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to