Skip to content
This repository has been archived by the owner on Oct 7, 2019. It is now read-only.

Commit

Permalink
Adding PR #7 for fixing #6
Browse files Browse the repository at this point in the history
  • Loading branch information
aldrinleal committed Dec 29, 2014
1 parent c891f66 commit d0367f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion pom.xml
Expand Up @@ -120,7 +120,6 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.4</version>
</dependency>
</dependencies>

Expand Down
3 changes: 3 additions & 0 deletions src/main/java/br/com/ingenieux/mojo/jbake/GenerateMojo.java
Expand Up @@ -75,6 +75,9 @@ protected void executeInternal() throws MojoExecutionException {

protected void reRender() throws MojoExecutionException {
try {
// TODO: Smells bad. A lot
Orient.instance().startup();

// TODO: At some point, reuse Oven
Oven oven = new Oven(inputDirectory, outputDirectory, isClearCache);

Expand Down

0 comments on commit d0367f2

Please sign in to comment.