Blazebit / jbake-maven-plugin

Apache License 2.0
5 stars 1 forks source link

Potentially consolidate Maven plugins for JBake #1

Open jonbullock opened 7 years ago

jonbullock commented 7 years ago

Would you be interested in working to help consolidate the various Maven plugins for JBake with an official one under the org.jbake group ID?

beikov commented 7 years ago

How would you like to consolidate the plugins? Any specific ideas?

jonbullock commented 7 years ago

By bringing in any enhancements you've made into the release under the org.jbake group.

For example I noticed you've replaced Spark with Jetty which is something I wanted to do across JBake and the Maven plugin - standardise on the same underlying web server.

Another idea was to align the options between the JBake CLI and the build plugins so they match up.

Ideally I'd like to reduce/remove the reason you had for releasing your own plugin for JBake - but only if the official one satisfies your needs. Hope this all makes sense. :)

beikov commented 7 years ago

You can take the source, change the group id and start from there if you want. The only things I need are that properties from the plugin configuration are passed on and that it works on Java 7.

jonbullock commented 7 years ago

The plan is to cover all those requirements. 👍

I'll have a think about the best way forward and let you know what I come up with.

Thanks