Hi, I have another question relate to scm:bootstrap. When I write a child pom
file which is only checkout source, compile, then package; use mvn
scm:bootstrap to run it is okie. But now I have many pom files and I need a
parent pom to call these children pom. I don't know how to assembly them.
Now
I got it. Thank you.
Dan Tran wrote:
>
> see scm:bootstrap
>
> On Tue, Sep 30, 2008 at 7:17 PM, mydesktop79
> <[EMAIL PROTECTED]> wrote:
>>
>> Thank Emmanuel a lot! My checkout is running now. I have one more
>> question:
>> To check out source so far, I have to run command line mvn scm:checko
see scm:bootstrap
On Tue, Sep 30, 2008 at 7:17 PM, mydesktop79
<[EMAIL PROTECTED]> wrote:
>
> Thank Emmanuel a lot! My checkout is running now. I have one more question:
> To check out source so far, I have to run command line mvn scm:checkout. But
> I want to do a chain-actions: check out source,
Thank Emmanuel a lot! My checkout is running now. I have one more question:
To check out source so far, I have to run command line mvn scm:checkout. But
I want to do a chain-actions: check out source, then compile, then package
... How can I do that with only a pom file (to compile and package, I
It is normal, you don't use the same protocol :-)
In the first case, you use the svn protocol and in the second case, you use
the file protocol.
Modify the scm url in your pom to something like that:
scm:svn:svn://my_svn_Ip/Development/execute-workflow
Emmanuel
On Tue, Sep 30, 2008 at 6:04 AM,