You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/03/19 15:13:33 UTC

[camel-website] branch static-folder-should-stay created (now db1a443)

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

acosentino pushed a change to branch static-folder-should-stay
in repository https://gitbox.apache.org/repos/asf/camel-website.git.


      at db1a443  Don't clean static folder while building

This branch includes the following new commits:

     new db1a443  Don't clean static folder while building

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel-website] 01/01: Don't clean static folder while building

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch static-folder-should-stay
in repository https://gitbox.apache.org/repos/asf/camel-website.git

commit db1a443f1dda00808b3928b6d7fe234a3c07b17c
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Mar 19 16:12:54 2020 +0100

    Don't clean static folder while building
---
 pom.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6bd11ad..2130224 100644
--- a/pom.xml
+++ b/pom.xml
@@ -79,9 +79,6 @@
               <directory>public</directory>
             </fileset>
             <fileset>
-              <directory>static</directory>
-            </fileset>
-            <fileset>
               <directory>${theme.basedir}/.pnp</directory>
             </fileset>
             <fileset>