Jpom/script/plugin-install.bat

17 lines
714 B
Batchfile
Raw Normal View History

2022-03-09 22:19:22 +08:00
@REM
@REM Copyright (c) 2019 Code Technology Studio
2024-02-29 14:10:24 +08:00
@REM Jpom is licensed under Mulan PSL v2.
@REM You can use this software according to the terms and conditions of the Mulan PSL v2.
@REM You may obtain a copy of Mulan PSL v2 at:
@REM http://license.coscl.org.cn/MulanPSL2
@REM THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
@REM See the Mulan PSL v2 for more details.
2022-03-09 22:19:22 +08:00
@REM
2019-08-13 17:36:38 +08:00
mvn clean install -Pinstall-plugin-profile
2019-08-24 13:39:22 +08:00
mvn clean install -DskipTests=true deploy -Pinstall-plugin-profile
mvn clean install -DskipTests=true deploy -Prelease-plugin-profile