Skip to content
Snippets Groups Projects
Verified Commit 75198713 authored by Martin Weise's avatar Martin Weise
Browse files
parent 7ca26fb0
No related branches found
No related tags found
No related merge requests found
......@@ -2,9 +2,6 @@
.PHONY: build-images
build-images: ## Build Docker images.
mvn -f ./lib/java/dbrepo-core/pom.xml clean package
mvn deploy:deploy-file -Dfile=./lib/java/dbrepo-core/target/dbrepo-core-$(APP_VERSION).jar -DgroupId=at.ac.tuwien.ifs.dbrepo -DartifactId=dbrepo-core -Dversion=$(APP_VERSION) -Dpackaging=jar -Durl=file:./dbrepo-data-service/lib/ -DrepositoryId=maven-repository -DupdateReleaseInfo=true
mvn deploy:deploy-file -Dfile=./lib/java/dbrepo-core/target/dbrepo-core-$(APP_VERSION).jar -DgroupId=at.ac.tuwien.ifs.dbrepo -DartifactId=dbrepo-core -Dversion=$(APP_VERSION) -Dpackaging=jar -Durl=file:./dbrepo-metadata-service/lib/ -DrepositoryId=maven-repository -DupdateReleaseInfo=true
docker compose build
.PHONY: build-data-service
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment