Milos Kleint wrote:
by giving it a directory with pom it loads the project.xml and properties files.
        IQueryContext con = new DefaultQueryContext(directory);
        Project proj = con.getPOMContext().getFinalProject();
  

10x milos - sounds great.

Does it implement the parsing by itself, or use Maven API under the hood?

it does not fire changes in files, but whenever you access the data,
it will check timestamps for the project files and reload the data.
  

Good enough I believe ;-)



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to