forked from jbake-org/jbake
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Override JBake properties from plugin configuration
This change allows to override JBake properties or define custom properties which can be used in the templates, e.g.: <plugin> <groupId>br.com.ingenieux</groupId> <artifactId>jbake-maven-plugin</artifactId> <executions> ... </executions> <configuration> <properties> <!-- override jbake property --> <render.feed>true</render.feed> <!-- define custom property --> <foo>bar</foo> </properties> </configuration> </plugin> To make this possible an update to JBake 2.4.0 was necessary. This fixes jbake-org#3 and resolves jbake-org#11.
- Loading branch information
Showing
2 changed files
with
25 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters