This WeDeploy Maven Plugin is used to deploy Java applications built with Maven to WeDeploy!
WeDeploy provides a set of ready-to-use services that enables you to store data in the cloud, search and stream content in real time, authenticate users, send e-mails to your users and so much more!
It allows you to deploy many types of applications, services and containers via web interface, command line or straight from GitHub!
WeDeploy provides great deployment options OOTB for applications written in interpreted languages where you deploy the actual source code. It also allows you to use the same approach for compiled languages (like Java). You can deploy your source code as Java service and WeDeploy will detect your build system (Maven/Gradle) and then build and run the code for you.
This does not work in the following cases:
In the above cases you are better of creating and deploying Docker container with everything you application needs.
WeDeploy Maven Plugin allows you to do this with asingle command: mvn we:deploy!
The project is released under Apache License, Version 2.0