1 Star 1 Fork 0

劲松 / 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
Java
1
https://gitee.com/geminisniper/Activiti.git
git@gitee.com:geminisniper/Activiti.git
geminisniper
Activiti
Activiti
master

搜索帮助