Skip to content

1.1.4. Useful notes

Andrey Chaschev edited this page Jan 11, 2014 · 1 revision

Tip for advanced users: you can also add Bear as a regular Maven dependency and use it as a jar. Your deployments can be run by new MyProject().myDeployMethod() - all needed configuration will be read from class annotations or from the environment variables and property files.

In case you want to install the latest development version, add -Dshapshots=true -U flags to the Maven command line above.