Re: Writing a Maven 3.1+ plugin

2014-08-11 Thread Robert Scholte
Hi Sascha, https://cwiki.apache.org/confluence/display/MAVEN/AetherClassNotFound contains a list of plugins which has been updated to make them compatible with 3.1+. You should also have a look at http://maven.apache.org/shared/maven-dependency-tree/ which provides an interface for all Ma

Writing a Maven 3.1+ plugin

2014-08-11 Thread Sascha Vogt
Hi all, I'm currently trying to write a small internal Maven plugin and as we're on Maven 3.1+ only, I have no need to be backwards compatible. My struggle is currently in finding good resources how a current Maven plugin should be written. I found documentation of the Java5 annotations, so far s