Re: Maven/Subversion/Eclipse/Subclipse Configuration

2007-11-07 Thread Régis Décamps
Simon Taylor-2 wrote: > > Were using Maven2, Subversion accessible via WebDAV, Eclipse with both > Subclipse and Maven2Eclipse plugin. > > We created a new Maven2 project in Eclipse. > We have an existing project structure that we want to convert to Maven 2 > and check in to the repository so w

Re: M2 settings.xml

2007-03-03 Thread Régis Décamps
On 3/1/07, sarancse <[EMAIL PROTECTED]> wrote: Hi I am looking for a sample settings.xml file. Could anyone upload it to me? It will be very useful for Maven2 beginners. Hi, I also find uneasy to configure the settings.xml file. I have worked a little on a GUI to configure Maven2. I would

Re: Splitting APT in multiple files

2007-02-23 Thread Régis Décamps
On 2/20/07, Dennis Lundberg <[EMAIL PROTECTED]> wrote: Roland Asmann skrev: > Hi, > > I want to write an APT document, split over several files. Yes, I'd like to do that as well. Please see this link for more info on this subject: http://maven.apache.org/doxia/format.html Thanks for t

Re: [m2] Maven vs source control

2007-02-14 Thread Régis Décamps
On 2/14/07, lightbulb432 <[EMAIL PROTECTED]> wrote: I have a question about how to combine the structure of source/resource files as required by Maven and as suggested by version control. Of course you're familiar with the Maven structure, and the structure of the version control is often PROJE

Re: Assembly plugin in a multimodile project

2007-02-14 Thread Régis Décamps
On 2/14/07, Aliaksandr Radzivanovich <[EMAIL PROTECTED]> wrote: Suppose I have two modules in my project: module1 and module2, and the later depends on the former. When I execute command 'mvn assembly:assembly', maven compiles first module successfully. But when it proceeds to the second module