Skip to content

Commit

Permalink
Merge pull request wildfly#17703 from ehsavoie/WFCORE-4917
Browse files Browse the repository at this point in the history
[WFLY-19116]: Experimental - Provide a cool boot banner.
  • Loading branch information
darranl committed Mar 25, 2024
2 parents 71db81b + 90cad6b commit 71df3e6
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 0 deletions.
Expand Up @@ -15,6 +15,7 @@
<prop name="--internal-remove-config" value=""/>
</props>
<packages>
<package name="banner" optional="true"/>
<package name="product.conf" optional="true"/>
<package name="org.jboss.as.product" optional="true"/>
<package name="misc.standalone"/>
Expand Down
Expand Up @@ -12,6 +12,7 @@
</properties>

<resources>
<resource-root path="."/>
<artifact name="${org.wildfly:wildfly-ee-feature-pack-product-conf}"/>
</resources>
</module>
@@ -0,0 +1,6 @@
_ ___ __ __________
| | / (_) /___/ / ____/ /_ __
| | /| / / / / __ / /_ / / / / /
| |/ |/ / / / /_/ / __/ / / /_/ /
|__/|__/_/_/\__,_/_/ /_/\__, /
/____/
@@ -0,0 +1,4 @@
<?xml version="1.0" ?>

<package-spec xmlns="urn:jboss:galleon:package:3.0" name="banner" stability-level="experimental">
</package-spec>
@@ -0,0 +1,10 @@
<?xml version="1.0" ?>

<!--
~ Copyright The WildFly Authors
~ SPDX-License-Identifier: Apache-2.0
-->

<tasks xmlns="urn:wildfly:wildfly-feature-pack-tasks:2.0">
<copy-path src="banner.txt" target="modules/system/layers/base/org/jboss/as/product/main/banner.txt"/>
</tasks>
Expand Up @@ -12,6 +12,7 @@
</properties>

<resources>
<resource-root path="."/>
<artifact name="${org.wildfly:wildfly-feature-pack-product-conf}"/>
</resources>
</module>
Expand Up @@ -15,6 +15,7 @@
<prop name="--internal-remove-config" value=""/>
</props>
<packages>
<package name="banner" optional="true"/>
<package name="product.conf" optional="true"/>
<package name="org.jboss.as.product" optional="true"/>
<package name="misc.standalone"/>
Expand Down
Expand Up @@ -12,6 +12,7 @@
</properties>

<resources>
<resource-root path="."/>
<artifact name="${org.wildfly:wildfly-preview-feature-pack-product-conf}"/>
</resources>
</module>
@@ -0,0 +1,6 @@
_ ___ __ __________ ____ _
| | / (_) /___/ / ____/ /_ __ / __ \________ _ __(_)__ _ __
| | /| / / / / __ / /_ / / / / / / /_/ / ___/ _ \ | / / / _ \ | /| / /
| |/ |/ / / / /_/ / __/ / / /_/ / / ____/ / / __/ |/ / / __/ |/ |/ /
|__/|__/_/_/\__,_/_/ /_/\__, / /_/ /_/ \___/|___/_/\___/|__/|__/
/____/

0 comments on commit 71df3e6

Please sign in to comment.