Skip to content

Commit

Permalink
#26957: moving dotcms-webcompnents/dist contents to ROOT (#26979)
Browse files Browse the repository at this point in the history
  • Loading branch information
victoralfaro-dotcms committed Dec 12, 2023
1 parent 21b5d08 commit 25f4e64
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 3 deletions.
14 changes: 14 additions & 0 deletions dotCMS/src/assembly/descriptor.xml
Expand Up @@ -67,6 +67,20 @@
<directory>${docs-directory}</directory>
<outputDirectory>docs</outputDirectory>
</fileSet>
<fileSet>
<directory>${exploded-webapp-dir}</directory>
<outputDirectory>dotserver/tomcat-${tomcat.version}/webapps/ROOT</outputDirectory>
<excludes>
<exclude>**/dotcms-webcomponents/dist/dotcms-webcomponents/**</exclude>
</excludes>
</fileSet>
<fileSet>
<directory>${exploded-webapp-dir}/dotcms-webcomponents/dist</directory>
<outputDirectory>dotserver/tomcat-${tomcat.version}/webapps/ROOT</outputDirectory>
<includes>
<include>**/dotcms-webcomponents/**</include>
</includes>
</fileSet>
</fileSets>
<!--
<files>
Expand Down
14 changes: 11 additions & 3 deletions dotCMS/src/main/docker/original/docker-descriptor.xml
Expand Up @@ -19,7 +19,6 @@
<exclude>**/logs/**</exclude>
</excludes>
</fileSet>

<fileSet>
<directory>${assembly-directory}/dotserver/tomcat-${tomcat.version}</directory>
<outputDirectory>dotserver/tomcat-${tomcat.version}</outputDirectory>
Expand All @@ -36,9 +35,18 @@
<fileSet>
<directory>${exploded-webapp-dir}</directory>
<outputDirectory>dotserver/tomcat-${tomcat.version}/webapps/ROOT</outputDirectory>
<excludes>
<exclude>**/dotcms-webcomponents/dist/dotcms-webcomponents/**</exclude>
</excludes>
</fileSet>
<fileSet>
<directory>${exploded-webapp-dir}/dotcms-webcomponents/dist</directory>
<outputDirectory>dotserver/tomcat-${tomcat.version}/webapps/ROOT</outputDirectory>
<includes>
<include>**/dotcms-webcomponents/**</include>
</includes>
</fileSet>
</fileSets>


</fileSets>

</assembly>

0 comments on commit 25f4e64

Please sign in to comment.