Files
itc.componentware/bin/deploy
T

9 lines
148 B
Bash
Raw Normal View History

2026-04-17 10:04:51 +02:00
#!/usr/bin/env bash
# deploy the server
#
# usage:
2026-04-17 10:23:25 +02:00
# deploy server/target/ejb-server-1.0-SNAPSHOT.jar
2026-04-17 10:04:51 +02:00
cp -v "$1" "$WILDFLY_BASE_DIR/deployments/"