Skip to content

Commit b29008f

Browse files
committed
Maven Site and Documentation
1 parent 6d61296 commit b29008f

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.idea/jarRepositories.xml

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

run.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@ function run() {
5353
runDev
5454
}
5555

56+
function release() {
57+
./mvnw -B -DskipTests clean
58+
59+
}
60+
5661
function main() {
5762
#build
5863
run

0 commit comments

Comments
 (0)