9 lines
No EOL
185 B
Makefile
9 lines
No EOL
185 B
Makefile
set dotenv-load := true
|
|
set export := true
|
|
|
|
# Publish the core module to Maven repository
|
|
publish:
|
|
#!/usr/bin/env bash
|
|
cd ..
|
|
set -euxo pipefail
|
|
mvn -pl core clean deploy
|