META-INF.plexus.components.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jbake-maven-plugin Show documentation
Show all versions of jbake-maven-plugin Show documentation
jbake-maven-plugin is a Maven plugin allowing you to integrate JBake into your projects build
<component-set> <components> <component> <role>org.apache.maven.lifecycle.mapping.LifecycleMapping</role> <role-hint>jbake</role-hint> <implementation>org.apache.maven.lifecycle.mapping.DefaultLifecycleMapping</implementation> <configuration> <lifecycles> <lifecycle> <id>default</id> <phases> <process-resources>${project.groupId}:${project.artifactId}:${project.version}:generate</process-resources> </phases> </lifecycle> <lifecycle> <id>site</id> <phases> <pre-site></pre-site> <site>${project.groupId}:${project.artifactId}:${project.version}:generate</site> <post-site></post-site> <site-deploy></site-deploy> </phases> </lifecycle> </lifecycles> </configuration> </component> </components> </component-set>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy