Here we demonstrate various uses of incubating feature of Wuff project: Eclipse Feature and Repository generation.
All projects represented here use snapshot version of Wuff from local maven repository or from jfrog repository.
Your critique, comments and test results are very much welcome.
git clone git@github.com:akhikhl/wuff-sandbox.git
cd wuff-sandbox
gradle build
You can setup "tight loop" with Wuff in order to modify Wuff sources and see effects in the sandbox:
git clone git@github.com:akhikhl/wuff.git
cd wuff
gradle build
cd ..
git clone git@github.com:akhikhl/wuff-sandbox.git
cd wuff-sandbox
gradle build
Each time you build Wuff (or just wuff-plugin), it gets installed to local maven repository, so that wuff-sandbox can immediately use modified code (without publishing to jfrog).
Best of all - in alphabetical order. Every example is supplied with README.md, explaining the purpose, the syntax and the effects.