Pom Parser

2010-11-05 Thread Raghvendra Sahu
Hi, Can you please tell me which class is responsible for parsing pom.xml in maven jar. Also is there a javadoc available for maven jar. Regards Raghvendra

Re: POM parser in 1.1

2004-09-21 Thread Trygve Laugstøl
On Mon, Sep 20, 2004 at 06:11:09PM +0200, Eric Pugh wrote: > Re: POM parser in 1.1+1 for me too! > > I was under the impression that hopefully these types of problems would be > automatically fixed when bumping the version? Same for changing to the > and structure as well? Not

RE: POM parser in 1.1

2004-09-21 Thread Jörg Schaible
Trygve Laugstøl wrote on Saturday, September 18, 2004 3:03 PM: > +1 for the change. It should be pretty easy to make a better POM > validator/fixer. There is quite a few issues with the > existing poms that should be adressed and tried fixed with a > better validator. This will also help pom versio

RE: POM parser in 1.1

2004-09-20 Thread Eric Pugh
Re: POM parser in 1.1+1 for me too! I was under the impression that hopefully these types of problems would be automatically fixed when bumping the version? Same for changing to the and structure as well? Eric -Original Message- From: Trygve Laugstøl [mailto:[EMAIL PROTECTED

Re: POM parser in 1.1

2004-09-18 Thread Trygve Laugstøl
On Sat, Sep 18, 2004 at 04:27:33PM +1000, Brett Porter wrote: > I'm working on replacing the POM parser in Maven 1.1, and POMS that > previously parsed with things like this: > > > ../../../../src/messages > **/*.properties >

POM parser in 1.1

2004-09-17 Thread Brett Porter
I'm working on replacing the POM parser in Maven 1.1, and POMS that previously parsed with things like this: ../../../../src/messages **/*.properties Now fail because the includes format is not legal. It should be: **/*.prope

POM Parser

2004-05-14 Thread Michele_Forte
For my project in order to make it persistent the information gathered by the POM of an application we want to store that in a database. Being the POM Parser a fundamental part of that concept, instead of writing my own one, I noticed that there is already a POM parser and the corresponding Model