1 Star 0 Fork 1

Timor/Activiti

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Makefile 1.02 KB
一键复制 编辑 原始数据 按行查看 历史
Roberto Franchini 提交于 2020-04-27 11:09 . #3129 (#3253)
CURRENT=$(shell pwd)
NAME := $(or $(APP_NAME),$(shell basename $(CURRENT)))
OS := $(shell uname)
RELEASE_VERSION := $(or $(shell cat VERSION), $(shell mvn help:evaluate -Dexpression=project.version -q -DforceStdout))
GROUP_ID := $(shell mvn help:evaluate -Dexpression=project.groupId -q -DforceStdout)
ARTIFACT_ID := $(shell mvn help:evaluate -Dexpression=project.artifactId -q -DforceStdout)
RELEASE_ARTIFACT := $(GROUP_ID):$(ARTIFACT_ID)
updatebot/push:
@echo doing updatebot push $(RELEASE_VERSION)
updatebot push --ref $(RELEASE_VERSION)
updatebot/push-version:
@echo Doing updatebot push-version.....
updatebot push-version --kind maven \
org.activiti:activiti-dependencies $(RELEASE_VERSION) \
org.activiti:activiti-api-dependencies $(RELEASE_VERSION) \
org.activiti:activiti-core-common-dependencies $(RELEASE_VERSION)
updatebot/update:
@echo doing updatebot update $(RELEASE_VERSION)
updatebot update
updatebot/update-loop:
@echo doing updatebot update-loop $(RELEASE_VERSION)
updatebot update-loop --poll-time-ms 60000
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lingbingtaxue/Activiti.git
git@gitee.com:lingbingtaxue/Activiti.git
lingbingtaxue
Activiti
Activiti
develop

搜索帮助