Re: [VOTE] Promote mavenized Velocity projects to trunk

2010-09-10 Thread Sergiu Dumitriu
On 09/10/2010 09:01 PM, Antonio Petrelli wrote: All Velocity projects, with the exclusion of DBF, have been mavenized. You can see the result of this process in the Subversion sandbox: http://svn.apache.org/repos/asf/velocity/sandbox/maven-reorg/ The promotion process will be: 1. Merge recent ch

Re: [VOTE] Promote mavenized Velocity projects to trunk

2010-09-10 Thread Claude Brisson
+1 (ditto) Claude On 10/09/2010 21:14, Antonio Petrelli wrote: +1 (non binding) with the correction of Nathan :-) Antonio 2010/9/10 Antonio Petrelli: All Velocity projects, with the exclusion of DBF, have been mavenized. You can see the result of this process in the Subversion sandbox:

Re: [VOTE] Promote mavenized Velocity projects to trunk

2010-09-10 Thread Antonio Petrelli
+1 (non binding) with the correction of Nathan :-) Antonio 2010/9/10 Antonio Petrelli : > All Velocity projects, with the exclusion of DBF, have been mavenized. > You can see the result of this process in the Subversion sandbox: > http://svn.apache.org/repos/asf/velocity/sandbox/maven-reorg/ > >

Re: [VOTE] Promote mavenized Velocity projects to trunk

2010-09-10 Thread Nathan Bubna
+1 (with minor correction) On Fri, Sep 10, 2010 at 12:01 PM, Antonio Petrelli wrote: > All Velocity projects, with the exclusion of DBF, have been mavenized. > You can see the result of this process in the Subversion sandbox: > http://svn.apache.org/repos/asf/velocity/sandbox/maven-reorg/ > > The

[VOTE] Promote mavenized Velocity projects to trunk

2010-09-10 Thread Antonio Petrelli
All Velocity projects, with the exclusion of DBF, have been mavenized. You can see the result of this process in the Subversion sandbox: http://svn.apache.org/repos/asf/velocity/sandbox/maven-reorg/ The promotion process will be: 1. Merge recent changes in the official codebase in the sandboxed pr

Re: [Maven reorg] Velocity projects reorganized

2010-09-10 Thread Nathan Bubna
On Fri, Sep 10, 2010 at 3:18 AM, Antonio Petrelli wrote: > 2010/9/9 Nathan Bubna : >> On Thu, Sep 9, 2010 at 12:27 AM, Antonio Petrelli >> wrote: >>> 2010/9/8 Nathan Bubna : 2) Merge sandboxed Engine project(s) into the 2.x branch of Engine 3) Copy trunks of current projects into mainte

Re: [Maven reorg] Velocity projects reorganized

2010-09-10 Thread Antonio Petrelli
2010/9/10 Claude Brisson : > Thanks. I guess we shouldn't wait too long for the migration, otherwise the > merge will quickly become a nightmare... I agree but I wish that the merge process is clear for everyone (me included :-D ). Antonio

Re: [Maven reorg] Velocity projects reorganized

2010-09-10 Thread Claude Brisson
Thanks. I guess we shouldn't wait too long for the migration, otherwise the merge will quickly become a nightmare... Claude On 10/09/2010 13:32, Antonio Petrelli wrote: 2010/9/10 Claude Brisson: By the way, in which config file can one change the version number of a dependancy?

Re: [Maven reorg] Velocity projects reorganized

2010-09-10 Thread Antonio Petrelli
2010/9/10 Claude Brisson : > >>> By the way, in which config file can one change the version number of a >>> dependancy? >>> >> >> pom.xml, obviously. It's everything there. >> >> > > Ok, but what if I want to replace one dependancy with a custom build of my > own? Let's say, for instance: I modify

Re: [Maven reorg] Velocity projects reorganized

2010-09-10 Thread Claude Brisson
By the way, in which config file can one change the version number of a dependancy? pom.xml, obviously. It's everything there. Ok, but what if I want to replace one dependancy with a custom build of my own? Let's say, for instance: I modify something in the engine and before comm

Re: [Maven reorg] Velocity projects reorganized

2010-09-10 Thread Antonio Petrelli
2010/9/10 Antonio Petrelli : >> In the tools subprojects, we had very handy "start.showcase.webapp" and >> "stop.showcase.webapp" that would start/stop the showcase webapp using Jetty >> on the configured port. Is there any way to do it using maven? > > mvn cargo:start > to start the application in

Re: [Maven reorg] Velocity projects reorganized

2010-09-10 Thread Antonio Petrelli
2010/9/10 Claude Brisson : > Webapps usually gather all their dependencies in WEB-INF/lib. Is there any > easy way to ask maven to copy somewhere all needed jars, or at least give > their location in maven cache? Otherwise, this should also be documented. Yep, simple use the default scope (i.e. "c

Re: [Maven reorg] Velocity projects reorganized

2010-09-10 Thread Antonio Petrelli
2010/9/9 Nathan Bubna : > On Thu, Sep 9, 2010 at 12:27 AM, Antonio Petrelli > wrote: >> 2010/9/8 Nathan Bubna : >>> 2) Merge sandboxed Engine project(s) into the 2.x branch of Engine >>> 3) Copy trunks of current projects into maintenance branches (e.g. >>> 2.0.x branch for Tools) >>> 4) Merge oth

Re: [Maven reorg] Velocity projects reorganized

2010-09-10 Thread Claude Brisson
Ok, it seems to works. Engine and tools do compile. Some questions remaining: Webapps usually gather all their dependencies in WEB-INF/lib. Is there any easy way to ask maven to copy somewhere all needed jars, or at least give their location in maven cache? Otherwise, this should also be docu