RE: website typos
"Stephen McConnell" <[email protected]>
| Newsgroups | gmane.comp.jakarta.avalon.user |
|---|---|
| Message-ID | <[email protected]> |
> -----Original Message----- > From: Stephen McConnell [mailto:[email protected]] > Sent: 05 August 2004 14:52 > To: 'Avalon framework users' > Subject: RE: website typos > > > > > -----Original Message----- > > From: news [mailto:[email protected]] On Behalf Of Jorg Heymans > > Sent: 05 August 2004 14:45 > > To: [email protected] > > Subject: website typos > > > > Hi, > > > > The link at the bottom of > > http://avalon.apache.org/central/about/installation/binary.htm > > l is not working (should probably be "tutorials" instead of > "tutorial" > > in the link) > > > > On that same page, the command > > > > maven -DgroupId=merlin -DartifactId=merlin-plugin > -Dversion=3.3.dev-0 > > plugin:download > > For 3.3.0 this should be > > maven -DgroupId=merlin -DartifactId=merlin-plugin > -Dversion=3.3.0 plugin:download Just taken a look at the page - the plugin loading commands should be: $ maven -DgroupId=avalon-util -DartifactId=avalon-util-plugin -Dversion=1.0.0 plugin:download $ maven -DgroupId=avalon-meta -DartifactId=avalon-meta-plugin -Dversion=1.4.0 plugin:download $ maven -DgroupId=merlin -DartifactId=merlin-plugin -Dversion=3.3.0 plugin:download Please note that the versions do not include the '-dev' suffix. Steve. > Cheers, Steve. > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] >