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

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

<?xml version="1.0" encoding="UTF-8"?>
<!--
        COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Notice

The contents of this file are subject to the COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL)
Version 1.0 (the "License"); you may not use this file except in
compliance with the License. A copy of the License is available at
http://www.opensource.org/licenses/cddl1.txt

The Original Code is Drombler.org. The Initial Developer of the
Original Code is Florian Brunner (Sourceforge.net user: puce).
Copyright 2012 Drombler.org. All Rights Reserved.

Contributor(s): .
-->
<component-set>
    <components>
<!--        <component>
            <role>org.apache.maven.artifact.handler.ArtifactHandler</role>
             We want to look this up by dependency-type and POM packaging 'wm-plugin' 
            <role-hint>pxb-application</role-hint>
            <implementation>org.apache.maven.artifact.handler.DefaultArtifactHandler</implementation>
            <configuration>
                 This should always be consistent with the role-hint, to be safe. 
                <type>pxb-application</type>
                <extension>jar</extension>
                <packaging>pxb-application</packaging>
                <language>java</language>
                <addedToClasspath>true</addedToClasspath>
                <includesDependencies>true</includesDependencies>
            </configuration>
        </component>-->
        <component>
            <role>org.apache.maven.artifact.handler.ArtifactHandler</role>
            <!-- We want to look this up by dependency-type and POM packaging 'wm-plugin' -->
            <role-hint>drombler-fx-application</role-hint>
            <implementation>org.apache.maven.artifact.handler.DefaultArtifactHandler</implementation>
            <configuration>
                <!-- This should always be consistent with the role-hint, to be safe. -->
                <type>drombler-fx-application</type>
                <extension>jar</extension>
                <packaging>drombler-fx-application</packaging>
                <language>java</language>
                <addedToClasspath>true</addedToClasspath>
                <includesDependencies>true</includesDependencies>
            </configuration>
        </component>
<!--        <component>
            <role>org.apache.maven.lifecycle.mapping.LifecycleMapping</role>
            <role-hint>pxb-application</role-hint>
            <implementation>org.apache.maven.lifecycle.mapping.DefaultLifecycleMapping</implementation>
            <configuration>
                <phases>
                    <validate>projectx.maven.plugins:pxb-maven-plugin:endorsed</validate>
                    <generate-resources>projectx.maven.plugins:pxb-maven-plugin:generate-manifest</generate-resources>
                    <process-resources>org.apache.maven.plugins:maven-resources-plugin:resources</process-resources>
                    <compile>org.apache.maven.plugins:maven-compiler-plugin:compile</compile>
                    <process-test-resources>org.apache.maven.plugins:maven-resources-plugin:testResources</process-test-resources>
                    <test-compile>org.apache.maven.plugins:maven-compiler-plugin:testCompile</test-compile>
                    <test>org.apache.maven.plugins:maven-surefire-plugin:test</test>
                    <prepare-package>projectx.maven.plugins:pxb-maven-plugin:add-main-classes</prepare-package>
                    <package>projectx.maven.plugins:pxb-maven-plugin:pxborg.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>-->
        <component>
            <role>org.apache.maven.lifecycle.mapping.LifecycleMapping</role>
            <role-hint>drombler-fx-application</role-hint>
            <implementation>org.apache.maven.lifecycle.mapping.DefaultLifecycleMapping</implementation>
            <configuration>
                <phases>       
                    <package>org.drombler.fx:drombler-fx-maven-plugin:standalone-zip</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 - 2025 Weber Informatics LLC | Privacy Policy