there is an update-subprojects goal that does what you want
Sent from my iPod
On 28 Aug 2008, at 19:20, "W. Dave Rathnow" <[EMAIL PROTECTED]>
wrote:
We have a number of projects that are built from a single POM file
that
contains a much of . To build the project I just enter
"mvn goal
We have a number of projects that are built from a single POM file that
contains a much of . To build the project I just enter "mvn goal"
and whatever goal is specified is applied to each project.
However, the scm plugin does not seem to work this way. When I enter "mvn
scm:update", only the cu
I found the problem.
I had copied my settings.xml file from a windows box and did not remove
a entry. It had specified root as the account to use
for this particular machine. I removed it and everything works fine now.
Dave Rathnow wrote:
>
> I seem to be having problems receiving message
I seem to be having problems receiving message from this list so I apologies
for the late response.
I did not do an "su USERNAME" and "root" is not specified in the SCM url.
Any other thoughts?
Dave.
Brett Porter wrote:
>
> How did you log in to the account? IF it happened to be "su USERNAM
How did you log in to the account? IF it happened to be "su USERNAME"
from root, you would still have root's environment.
Other than that, the only reason I can think of is that root is
specified in the SCM URL.
- Brett
2008/8/23 Dave Rathnow <[EMAIL PROTECTED]>:
> I'm having a problem with SCM