How to create deployment package locally ?

0
Is it possible to build a deployment package on my machine without using desktop modeler? I also don’t want to use Mendix cloud here for some reason.  I am looking for something like we build a Jar file for Java application using Maven. This is one of requirement of making deployment automated.
asked
2 answers
6

Yes, you can use mxbuild, see the documentation.

answered
0

I don’t think that’s possible. At least I haven’t seen a solution for it.

Is there any specific reason why your automation process can’t make use of the mendix build api?

https://docs.mendix.com/apidocs-mxsdk/apidocs/build-api

answered