Re: Recommended way for accessing POM data
Benno Markiewicz <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.devel |
|---|---|
| Message-ID | <CAA_aP4i9J8iYiTjY+yFPmoag--6HLK8=vMo-CEo6y0B088q-FQ@mail.gmail.com> |
You could try yenta, reflection or implementation dependencies. https://bitbucket.org/jglick/yenta/overview With kind regards, markiewb 2016-02-29 17:23 GMT+01:00 user0815 <[email protected]>: > Hi, > > I'm currently trying to access some Maven related data in my Netbeans > plugin. > > This iscludes: > * is ist a Maven based project at all? (my wizards rely on a Maven based > project structure) > * Group ID > * Artifact-ID > * Version > > I found a way using NBMavenProject, however the related module has only a > limited accessability. Thats why I'm assuming this is not the recommended > way. > (similar to using internal API) > > What is the recmmended way for geting the required information? > > I'm not trying to manipulate the exosting POM, I'm just trying to get the > information. > > TIA, > > > > >