brettporter wrote:
what URL did you check out? It seems like it might be at the wrong
level.
You're right: I had to cd into the directory:
- svn co
https://svn.apache.org/repos/asf/incubator/nmaven/trunk nmaven
- cd nmaven
- mvn install
I forgot to cd. For a newbie it's not obvious though, I'd expected that on the webpage. Thanks for your quick help!
While looking around, some odds and ends attracted my attention:
- On several pages, for instance the page
http://incubator.apache.org/nmaven, the link 'nmaven' on the upper right links to the incubator home instead of the nmaven home page.
- The 0.16 page is a little bit hidden, although it contains more information: on the home page the links 'getting started' and 'features' link to the 0.15 version. Maybe that is on purpose.
- On the page 'Source Repository' of the 0.15 version, the links of the svn web access do not work.
http://svn.apache.org/viewvc/incubator/nmaven/trunk/maven-site/maven-site-versioned should probably shortened to
http://svn.apache.org/viewvc/incubator/nmaven/trunk/.
Matthias