WAS v8.5 > Administer applications and their environment > Administer the Liberty profile > Administer the Liberty profile manually > Administer the Liberty profile

Use Maven to automate tasks for the Liberty profile

Apache Maven is a software project management tool based on the concept of a project object model (POM). We can use the Maven plug-in provided by the Liberty profile to manage the server and applications.

The Maven plug-in for the Liberty profile is located in a public central repository. This plug-in contains a set of Maven tasks. To use these tasks in your Maven project, you must make sure the plug-in repository is specified in the pom.xml file of your project. For example:

We can use the provided Maven plug-in to install, start, stop, package, create a Liberty profile server, and test the application on the Liberty profile. Each task is represented by a specific goal in Maven.


See also


Reference:

The Apache Maven project


|