125 Star 961 Fork 454

GVPDataLinkDC / Dinky

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.cmd 1.18 KB
一键复制 编辑 原始数据 按行查看 历史
ZackYoung 提交于 2023-01-06 22:10 . [Optimize][doc]doc optimize (#1515)
@REM ----------------------------------------------------------------------------
@REM Licensed to the Apache Software Foundation (ASF) under one
@REM or more contributor license agreements. See the NOTICE file
@REM distributed with this work for additional information
@REM regarding copyright ownership. The ASF licenses this file
@REM to you under the Apache License, Version 2.0 (the
@REM "License"); you may not use this file except in compliance
@REM with the License. You may obtain a copy of the License at
@REM
@REM http://www.apache.org/licenses/LICENSE-2.0
@REM
@REM Unless required by applicable law or agreed to in writing,
@REM software distributed under the License is distributed on an
@REM "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
@REM KIND, either express or implied. See the License for the
@REM specific language governing permissions and limitations
@REM under the License.
@REM ----------------------------------------------------------------------------
@echo off
echo "Clean Project ..."
call ./mvnw.cmd clean -f pom.xml
echo "Build Project ..."
call ./mvnw.cmd package -f pom.xml -D"maven.test.skip=true" -P aliyun,prod,scala-2.12,web,flink-1.14
:exit
pause
Java
1
https://gitee.com/DataLinkDC/Dinky.git
git@gitee.com:DataLinkDC/Dinky.git
DataLinkDC
Dinky
Dinky
dev

搜索帮助