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"?>
<!--
 Fabric3
 Copyright (c) 2009-2011 Metaform Systems

 Fabric3 is licensed under modified terms of the GNU General
 Public License. See the accompanying license file for details.
 ________________________________________________
 Portions originally based on Apache Tuscany 2007
 licensed under the Apache 2.0 license.

-->
<component-set>
    <components>
        <component>
            <role>org.fabric3.runtime.maven.itest.ArtifactHelper</role>
            <implementation>org.fabric3.runtime.maven.itest.ArtifactHelper</implementation>
            <requirements>
                <requirement>
                    <role>org.apache.maven.artifact.factory.ArtifactFactory</role>
                </requirement>
                <requirement>
                    <role>org.apache.maven.artifact.metadata.ArtifactMetadataSource</role>
                </requirement>
                <requirement>
                    <role>org.apache.maven.artifact.resolver.ArtifactResolver</role>
                </requirement>
            </requirements>
        </component>
        <component>
            <role>org.fabric3.runtime.maven.itest.ExtensionHelper</role>
            <implementation>org.fabric3.runtime.maven.itest.ExtensionHelper</implementation>
            <requirements>
                <requirement>
                    <role>org.fabric3.runtime.maven.itest.ArtifactHelper</role>
                </requirement>
            </requirements>
        </component>
    </components>
</component-set>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy