Date: 2005-01-20T06:34:38 Editor: DanDiephouse Wiki: Apache Beehive Wiki Page: MavenBeehivePlugin URL: http://wiki.apache.org/beehive/MavenBeehivePlugin
no comment Change Log: ------------------------------------------------------------------------------ @@ -5,9 +5,9 @@ * Helps you generate WARs for your application == Installing the Plugin == -The plugin isn't yet in SVN, but it can be downloaded [http://www.codehaus.org/~dandiep/mavenplugin.tgz here]. To install: {{{ -$ cd maven-beehive-plugin -$ maven plugin:install +The plugin cab be installed like so: {{{ +$ maven plugin:download -Dmaven.repo.remote=http://dist.codehaus.org \ + -DartifactId=beehive-maven-plugin -DgroupId=controlhaus -Dversion=1.0-SNAPSHOT }}} After that you should be ready to go!
