> My question is really about the repository element in project.xml and
> maven's use of it in the activity goal. I completely 
> understand cvs and cvspass tasks in ant, but I don't see 
> how to tell maven to use a 'passfile' when it generates 
> activity reports.

Ah! That's a different story.

The way to figure out this sort of stuff is to look at the plugin.jelly file
of the plugin you are wondering about (in this case,
<maven>/plugins/maven-activity-plugin-1.1/plugin.jelly). This file, however,
seems to not have any cvs commands at all.

The *.properties files in the plugin directory mention this setting:

maven.changelog.factory = org.apache.maven.cvslib.CvsChangeLogFactory

I don't see any properties for setting a passfile, though, so you may be out
of luck.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to