Skip to content
Snippets Groups Projects
Verified Commit fcba090c authored by Martin Weise's avatar Martin Weise
Browse files

Update

parent 291bd624
No related branches found
No related tags found
3 merge requests!422Fixed a library issue where the value could not be empty,!421Fixed a library issue where the value could not be empty,!419Fixed a library issue where the value could not be empty
File added
...@@ -13,7 +13,8 @@ build-java-lib: ## Build the Java Library. ...@@ -13,7 +13,8 @@ build-java-lib: ## Build the Java Library.
.PHONY: build-auth-event-listener .PHONY: build-auth-event-listener
build-auth-event-listener: ## Build the Auth Service Event Listener. build-auth-event-listener: ## Build the Auth Service Event Listener.
mvn -f ./dbrepo-auth-service/listeners/pom.xml -q clean package -DskipTests mvn -f ./dbrepo-auth-service/listeners/pom.xml -q clean package -DskipTests
cp ./dbrepo-auth-service/listeners/target/create-event-listener.jar ./helm/dbrepo/files/create-event-listener.jar cp ./dbrepo-auth-service/listeners/target/create-event-listener.jar ./dbrepo-auth-service/listeners/create-event-listener.jar
cp ./dbrepo-auth-service/listeners/create-event-listener.jar ./helm/dbrepo/files/create-event-listener.jar
.PHONY: build-ui .PHONY: build-ui
build-ui: ## Build the UI. build-ui: ## Build the UI.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment