Skip to content
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

Changed command line options processing #3

Merged
merged 12 commits into from
Apr 24, 2013

Conversation

mismatch
Copy link
Contributor

List of changes:

  • source and destination parameters are now optional (so you should still specify source parameter if you want some specific value for destination parameter)
  • default path to destination folder is configurable
  • added validation of source and destination options
  • relaxed restriction on destination folder to be present before jbake invocation

@jonbullock jonbullock merged commit c854c55 into jbake-org:master Apr 24, 2013
@jonbullock
Copy link
Member

Thanks for the contribution, I hope to release v2.1 pretty soon.

atao60 added a commit to atao60/jbake that referenced this pull request Nov 8, 2015
Any line starting with 2 spaces will be concatenated with the previous
line.

See point jbake-org#3 "the field tags is multi-line " of issue
"Make the parsing metadata more flexible(intelligent) jbake-org#180"
ge0ffrey pushed a commit to ge0ffrey/jbake that referenced this pull request Dec 28, 2021
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.
ge0ffrey pushed a commit to ge0ffrey/jbake that referenced this pull request Dec 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants