Skip to content

Commit

Permalink
Fixes jbake-org#5
Browse files Browse the repository at this point in the history
Edited the incorrect opening tag.
  • Loading branch information
jonbullock committed Apr 22, 2018
1 parent a41ad66 commit 58fa7d9
Showing 1 changed file with 1 addition and 1 deletion.
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 58fa7d9

Please sign in to comment.