Re: MavenUtil.getProject()

2004-10-15 Thread Brett Porter
That call is going to rely heavily on the corect construction of a jelly context so that it can attempt to evaluate values. Maybe some values are not being substituted? What are the dependencies in the project.xml? It seems one of them is malformed. The differences between 1.3 and 1.4 would just

MavenUtil.getProject()

2004-10-13 Thread Michele_Forte
Here is a challenging question for the Maven architects. In my project i want to make persistent the POM in order to achieve that I need an in memory representation of the Project, instead of writing my own POM parser I decided to use the util class provided in Maven, specifically the public stati