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
A Maven plugin for building and running JBake sites
<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-classes>${project.groupId}:${project.artifactId}:${project.version}:build</process-resources> </phases> </lifecycle> <lifecycle> <id>site</id> <phases> <pre-site></pre-site> <site>${project.groupId}:${project.artifactId}:${project.version}:build</site> <post-site></post-site> <site-deploy></site-deploy> </phases> </lifecycle> </lifecycles> </configuration> </component> </components> </component-set>
© 2015 - 2024 Weber Informatics LLC | Privacy Policy