META-INF.plexus.components.xml Maven / Gradle / Ivy
<component-set> <components> <component> <role>org.apache.maven.lifecycle.mapping.LifecycleMapping</role> <role-hint>jsar</role-hint> <implementation>org.apache.maven.lifecycle.mapping.DefaultLifecycleMapping</implementation> <configuration> <phases> <generate-sources>com.github.jlgrock.javascript-framework:jsdependency-maven-plugin:js-dependency</generate-sources> <process-resources>org.apache.maven.plugins:maven-resources-plugin:resources</process-resources> <compile>com.github.jlgrock.javascript-framework:jspreprocessor-maven-plugin:compile-preprocessors</compile> <generate-test-sources>com.github.jlgrock.javascript-framework:jsdependency-maven-plugin:js-test-dependency</generate-test-sources> <test>com.github.jlgrock.javascript-framework:closure-testing-maven-plugin:js-closure-test</test> <process-classes>com.github.jlgrock.javascript-framework:closure-compiler-maven-plugin:js-closure-compile</process-classes> <install>org.apache.maven.plugins:maven-install-plugin:install</install> <package>com.github.jlgrock.javascript-framework:jsar-maven-plugin:jsar</package> <deploy>org.apache.maven.plugins:maven-deploy-plugin:deploy</deploy> </phases> </configuration> </component> <component> <role>org.apache.maven.artifact.handler.ArtifactHandler</role> <role-hint>jsar</role-hint> <implementation>org.apache.maven.artifact.handler.DefaultArtifactHandler</implementation> <configuration> <!--the extension used by Maven in the repository--> <extension>jsar</extension> <!--the type used when specifying dependencies etc.--> <type>jsar</type> <!--the packaging used when declaring an implementation of the packaging--> <packaging>jsar</packaging> </configuration> </component> </components> </component-set>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy