Date: 2004-01-19T10:08:38 Editor: 145.5.252.70 <> Wiki: Apache Avalon Wiki Page: AvalonForBeginners URL: http://wiki.apache.org/avalon/AvalonForBeginners
no comment Change Log: ------------------------------------------------------------------------------ @@ -20,3 +20,13 @@ merlin-plugin-[VERSION].jar (Thanks Steve) + +As an absolute Maven / Avalon beginner I'm having trouble find instructions on how to install these plugin jars in Maven. What worked for me were these instructions on the [http://jakarta.apache.org/turbine/fulcrum/building.html fulcrum building page]: + +$ maven plugin:download -DartifactId=avalon-meta-plugin -DgroupId=avalon-meta -Dversion=1.3.2 + +$ maven plugin:download -DartifactId=merlin-plugin -DgroupId=merlin -Dversion=3.2.5 + +Please replace the above if you know the proper way to install the plugins. + +(cheers bastiaan) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
