Skip to content

Building development version failed (maven) #5525

Answered by markusweigelt
gerlingsm asked this question in Q&A
Discussion options

You must be logged in to vote

Seems that the documentation page is not up to date. To run the mvn flyway:baseline -Pflyway, you need to build the dependencies of Kitodo.Production in your Maven repository.

mvn clean install -DskipTests

Then navigate to the Kitodo-DataManagement directory and call the flyway commands:

cd ./Kitodo-DataManagement && mvn flyway:baseline -q -Pflyway && mvn flyway:migrate -q -Pflyway

In our workflow you will also find a corresponding example.

Or there is a script to build the Docker image resources of Kitodo.Production.

However, you can also use the Docker image directly. https://github.com/slub/kitodo-production-docker

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by gerlingsm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants