Hi all,

I apologize if the question is not appropriate but I was unable to find this
information elsewhere.
I'm developing a gradle plugin for a sw product. The plugin is a wrap over a
java jar to provide same functionalities available on command line from
inside gradle builds.

Now following the samples, the tutorial online and the doc I'm able to
create my plugin, register on maven repo and then call it from maven in the
consumer project.

So far no problems.

Still for every change, I cannot test it directly, I need to publish the
plugin, and call it from the other project to verify the feature.
So I'm wondering if it's possible to keep the plugin source as is it
(without moving it to buildSrc folder) but testing the plugin code directly
from inside the plugin project.

thank you


Uberto




--
View this message in context: 
http://gradle.1045684.n5.nabble.com/plugin-developing-tp5711324.html
Sent from the gradle-dev mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to