You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Lukas Theussl <lt...@apache.org> on 2006/06/28 19:40:59 UTC

[ANN] Maven Console Plugin 1.2 for Maven 1.x released

We are pleased to announce the Maven Console Plugin 1.2 release! 

http://maven.apache.org/maven-1.x/plugins/console/


===============================================================================

Changes in this version include:

  New Features:

o New property maven.console.completor.goals. Fixes MPCONSOLE-6. 
o Add tab completion and history functionality using the jline library. 
o Add way to display a property value 

  Changes:

o Upgrade to commons-jelly-tags-interaction-1.1. 
o Split property setting into a separate goal console:set-properties to allow 
  annotation of the properties Fixes MPCONSOLE-10. 
o Improve help 

  Removed features:

o Removed the list command as it hasn't worked as expected since the early 
  betas (goals are lazy loaded into the werkz project)  

===============================================================================


To automatically install the plugin, type the following on a single line:

maven plugin:download
  -Dmaven.repo.remote=http://www.ibiblio.org/maven,http://people.apache.org/repository/
  -DgroupId=maven
  -DartifactId=maven-console-plugin
  -Dversion=1.2

For a manual installation, you can download the plugin here:
http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-console-plugin-1.2.jar
 

Have fun!
-The Maven Console Plugin development team

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org