Skip to content

Commit

Permalink
Merge pull request jbake-org#7 from jonbullock/fix/5-lifecycle-mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
jonbullock authored Apr 22, 2018
2 parents 9ccedb2 + 58fa7d9 commit ac28fe9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
13 changes: 9 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<groupId>org.jbake</groupId>
<artifactId>jbake-maven-plugin</artifactId>
<version>0.2.0</version>
<version>0.3.0-SNAPSHOT</version>
<packaging>maven-plugin</packaging>

<prerequisites>
Expand Down Expand Up @@ -38,6 +38,11 @@
<name>Aldrin Leal</name>
<timezone>-3</timezone>
</developer>
<developer>
<id>jonbullock</id>
<name>Jonathan Bullock</name>
<timezone>0</timezone>
</developer>
</developers>

<issueManagement>
Expand Down Expand Up @@ -113,7 +118,7 @@
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</dependency>
<dependency>
<!-- <dependency>
<groupId>org.freemarker</groupId>
<artifactId>freemarker</artifactId>
<version>2.3.22</version>
Expand All @@ -122,15 +127,15 @@
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctorj</artifactId>
<version>1.5.2</version>
</dependency>
</dependency> -->
</dependencies>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.jbake</groupId>
<artifactId>jbake-core</artifactId>
<version>2.4.0</version>
<version>2.5.1</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plexus/components.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<lifecycle>
<id>default</id>
<phases>
<process-classes>${project.groupId}:${project.artifactId}:${project.version}:generate</process-resources>
<process-resources>${project.groupId}:${project.artifactId}:${project.version}:generate</process-resources>
</phases>
</lifecycle>
<lifecycle>
Expand Down

0 comments on commit ac28fe9

Please sign in to comment.