On Fri, 09 Jul 2004 11:54:56 -0400, Paul Spencer <[EMAIL PROTECTED]> wrote: > I am having a problem with maven.username. The problem is that > maven.username is used by the SCM plugin, via <developerConnection> in > project.xml, and it is also used by the goal site:deploy. In my case > the username used by SCM must be different then the username used by > site:deploy. Thus I end up doing the following when rebuilding and > deploying a project: > > 1) Username property used by SCM: > Define the property maven.scm.username that default to > maven.username. maven.scm.username should be used in the > <developerConnection> tag in project.xml
Doesn't the SCM plugin just look at the developer connection? My guess is that you could have defined the developer connection with something other than maven.username. -- http://www.multitask.com.au/people/dion/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
