Re: [m1]: SCM, CVS, Basic understanding, howto wanted

2005-07-06 Thread dan tran
Christian, Take a look at maven-scm-plugin to bootstrap your build. You need an internal maven repository so that maven-jar-plugin, maven-war-plugin, etc to deploy to. All those plugins use maven-artifact-plugin. Read the doc and plugin.jelly will give you a much better understanding. Start w

[m1]: SCM, CVS, Basic understanding, howto wanted

2005-07-06 Thread Christian Schlaefcke
Hi Folks, after I played around with m2 a bit I decided to start with m1 first because it is way better documented and easier to comprehend when beginning with maven at all. I did the ten minute test and my feeling about this is very good. As I want to go on I now want to try to manage my own