Skip to content

Commit

Permalink
Add install.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
HaojunRen committed Jan 10, 2023
1 parent 9de139b commit 7643e14
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions install.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
@echo on
@echo =============================================================
@echo $ $
@echo $ Nepxion Discovery $
@echo $ $
@echo $ $
@echo $ $
@echo $ Nepxion Studio All Right Reserved $
@echo $ Copyright (C) 2017-2050 $
@echo $ $
@echo =============================================================
@echo.
@echo off

@title Nepxion Discovery
@color 0a

call mvn clean install -DskipTests

pause

0 comments on commit 7643e14

Please sign in to comment.