On Wed, Jun 18, 2003 at 09:36:20AM +1200, FrancisJones, Richard wrote: > Is it possible to get maven to produce the developer activity and file > activity reports just for a particular cvs branch? My reports are currently > empty so I am guessing that maven is perhaps looking at the wrong branch???
First, make sure that the project/repository/connection string in project.xml is correct. There are 6 fields to specify (forgot the last one the first time I used maven myself). For example, scm:cvs:pserver:[EMAIL PROTECTED]:/home/cvspublic:maven Note the CVS module name 'maven' at the end! And make sure you are logged in at the CVS server. Ron -- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
