-
Notifications
You must be signed in to change notification settings - Fork 328
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create a JBake maven plugin #31
Comments
👍 |
@Riduidel you are right. A maven plugin and uploading generated site by Apache wagon will make JBake more powerful more convenient . I have released a similar java based static blog generator that has these features. And I think a standalone (command lines) package is necessary too. |
I wrote one (and I have to publish an example, which I'll do shortly). Can you release jbake on Maven Central? (If you need a hand, just let me know) |
Java NIO WatchService may be good than Commons IO FileAlterationMonitor. I'll try it in my codes later. |
@aldrinleal excellent, I'll look into that next! @opoo nice to see another Java based generator out there :) |
In order to release it "in the wild", I need JBake into Maven Central. If you're curious, here are the steps p/S: btw thanks - I've just published my first JBake site: http://docs.ingenieux.com.br/ (source) |
I see that jbake-core-2.1.4 and jbake-maven-plugin-0.0.2 are on Maven central. They are working great in my new project. Is this issue not resolved? |
we just forgot to close :) |
Closed :) |
Well, I wouldn't like to appear heart-less, because you all did a good job, but ... |
see http://docs.ingenieux.com.br/project/jbake/walkthrough.html (wrote that yesterday. not finished)
|
Updated version info for 0.3.3
This maven plugin should take source for site in a convenient lcoation (say something like
src/site/jbake
) and set output at a convenient location (target/jbake
).The interest ? Using maven wagons to upload JBake generated site to any convenient host.
The impact on JBake ? Provide a maven artifact in maven central (usually uploading to maven central requires collaboration with the folks at Sonatype - see that document for the details)
The text was updated successfully, but these errors were encountered: