OpenLiberty/guide-getting-started

Typo in the Deploying and packaging applications guide

Closed this issue · 1 comments

Issue

Your pom.xml file is configured to include the liberty-maven-plugin Liberty Maven plug-in, which allows you to install applications into Open Liberty as well as manage the server instances.

Notice: liberty-maven-plugin Liberty Maven plug-in


Potential Fix

To make that more clear maybe it should be:

Your pom.xml file is configured to include the Liberty Maven plug-in (liberty-maven-plugin), which allows you to install applications into Open Liberty as well as manage the server instances.

Or maybe just get rid of "Liberty Maven plug-in" all together and leave just liberty-maven-plugin:

Your pom.xml file is configured to include liberty-maven-plugin, which allows you to install applications into Open Liberty as well as manage the server instances.

Yes, this is kinda weird and can be improved. This was partly due to ID's guidance. @chirp1, any thoughts?