diff --git a/console/project.xml b/console/project.xml index afb1cd06..f071e5ea 100644 --- a/console/project.xml +++ b/console/project.xml @@ -17,14 +17,12 @@ * limitations under the License. */ --> - - + ../plugins-parent/project.xml 3 maven-console-plugin Maven Console Plugin - 1.2-SNAPSHOT + 1.2 Console for Maven @@ -37,6 +35,11 @@ 1.1 MAVEN_CONSOLE_1_1 + + 1.2 + 1.2 + MAVEN_CONSOLE_1_2 + @@ -63,6 +66,6 @@ jline jline 0.9.5 - + diff --git a/console/xdocs/changes.xml b/console/xdocs/changes.xml index f300a314..594fb4a0 100644 --- a/console/xdocs/changes.xml +++ b/console/xdocs/changes.xml @@ -17,19 +17,22 @@ * limitations under the License. */ --> - Changes dIon Gillard - + Upgrade to commons-jelly-tags-interaction-1.1. - New property maven.console.completor.goals. + New property + maven.console.completor.goals. + Add tab completion and history functionality using the jline library. Split property setting into a separate goal console:set-properties to allow annotation of the properties - Removed the list command as it hasn't worked as expected since the early betas (goals are lazy loaded into the werkz project) + Removed the + listcommand as it hasn't worked as expected since the early betas (goals are lazy loaded into the werkz project) + Add way to display a property value Improve help