Re: Information about how to develop plugin

2016-04-04 Thread Thomas Finneid
Hi Andreas Thank you for answering. I did have a look at a couple of other plugins, but I dont understand quite why they work or how. Also each do things differently and they do things change in different versions and documentations get deprecated and such, so there are many variables to try

Re: Information about how to develop plugin

2016-04-04 Thread Michael Osipov
Am 2016-04-04 um 22:07 schrieb Michael Osipov: Am 2016-04-04 um 21:51 schrieb Thomas Finneid: Hi I am looking into developing a maven plugin for a Scala testing framework named ScalaCheck. I was wondering if there is any up to date articles or such, that explain the main concepts of maven inte

Re: Information about how to develop plugin

2016-04-04 Thread Andreas Gudian
Hi Thomas, One way to learn how things roll is to find an existing plugin that does something related to what you are trying to do and check the sources there. Many of the plugins developed here in the Apache Maven project are not too complex and might help you finding what you look for. Same goes

Re: Information about how to develop plugin

2016-04-04 Thread Michael Osipov
Am 2016-04-04 um 21:51 schrieb Thomas Finneid: Hi I am looking into developing a maven plugin for a Scala testing framework named ScalaCheck. I was wondering if there is any up to date articles or such, that explain the main concepts of maven internals, its archtecture, work separation between

Information about how to develop plugin

2016-04-04 Thread Thomas Finneid
Hi I am looking into developing a maven plugin for a Scala testing framework named ScalaCheck. I was wondering if there is any up to date articles or such, that explain the main concepts of maven internals, its archtecture, work separation between modules, how it fits together in the build p