All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.plexus.components.xml Maven / Gradle / Ivy

There is a newer version: 1.9.3
Show newest version
<!--
  ~ Copyright (c) Mark Derricutt 2010.
  ~
  ~ The use and distribution terms for this software are covered by the Eclipse Public License 1.0
  ~ (http://opensource.org/licenses/eclipse-1.0.php) which can be found in the file epl-v10.html
  ~ at the root of this distribution.
  ~
  ~ By using this software in any fashion, you are agreeing to be bound by the terms of this license.
  ~
  ~ You must not remove this notice, or any other, from this software.
  -->
<component-set>
    <components>
        <component>
            <role>org.apache.maven.artifact.handler.ArtifactHandler</role>
            <role-hint>clojure</role-hint>
            <implementation>
                org.apache.maven.artifact.handler.DefaultArtifactHandler
            </implementation>
            <configuration>
                <type>clojure</type>
                <extension>jar</extension>
                <language>java</language>
                <addedToClasspath>true</addedToClasspath>
            </configuration>
        </component>
        <component>
            <role>org.apache.maven.lifecycle.mapping.LifecycleMapping</role>
            <role-hint>clojure</role-hint>
            <implementation>
                org.apache.maven.lifecycle.mapping.DefaultLifecycleMapping
            </implementation>
            <configuration>
                <phases>
                    <clean>
                        org.apache.maven.plugins:maven-clean-plugin:clean
                    </clean>
                    <generate-sources>
                        com.theoryinpractise:clojure-maven-plugin:add-source
                    </generate-sources>
                    <process-resources>
                        org.apache.maven.plugins:maven-resources-plugin:resources
                    </process-resources>
                    <compile>
                        org.apache.maven.plugins:maven-compiler-plugin:compile,com.theoryinpractise:clojure-maven-plugin:compile
                    </compile>
                    <generate-test-sources>
                        com.theoryinpractise:clojure-maven-plugin:add-test-source
                    </generate-test-sources>
                    <process-test-resources>
                        org.apache.maven.plugins:maven-resources-plugin:testResources
                    </process-test-resources>
                    <test-compile>
                        org.apache.maven.plugins:maven-compiler-plugin:testCompile,com.theoryinpractise:clojure-maven-plugin:testCompile
                    </test-compile>
                    <test>
                        org.apache.maven.plugins:maven-surefire-plugin:test,com.theoryinpractise:clojure-maven-plugin:test
                    </test>
                    <package>
                        org.apache.maven.plugins:maven-jar-plugin:jar
                    </package>
                    <install>
                        org.apache.maven.plugins:maven-install-plugin:install
                    </install>
                    <deploy>
                        org.apache.maven.plugins:maven-deploy-plugin:deploy
                    </deploy>
                </phases>
            </configuration>
        </component>
    </components>
</component-set>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy