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

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

Go to download

A Maven 3 plug-in that can be used package and sign Google Chrome Extension projects

There is a newer version: 1.2.1
Show newest version
<component-set>
    <components>
        <component>
            <role>org.apache.maven.lifecycle.mapping.LifecycleMapping</role>
            <role-hint>crx</role-hint>
            <implementation>org.apache.maven.lifecycle.mapping.DefaultLifecycleMapping</implementation>
            <configuration>
                <phases>
                    <package>com.btmatthews.maven.plugins:crx-maven-plugin:crx</package>
                    <verify>com.btmatthews.maven.plugins:crx-maven-plugin:crx-verify</verify>
                    <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.artifact.handler.ArtifactHandler</role>
            <role-hint>crx</role-hint>
            <implementation>org.apache.maven.artifact.handler.DefaultArtifactHandler</implementation>
            <configuration>
                <type>crx</type>
                <extension>crx</extension>
                <packaging>crx</packaging>
                <language>javascript</language>
                <addedToClasspath>false</addedToClasspath>
                <includesDependencies>true</includesDependencies>
                <classifier/>
            </configuration>
        </component>
        <component>
            <role>com.btmatthews.maven.plugins.crx.CRXArchiver</role>
            <role-hint>crx</role-hint>
            <implementation>com.btmatthews.maven.plugins.crx.CRXArchiverImpl</implementation>
            <instantiation-strategy>per-lookup</instantiation-strategy>
            <requirements>
                <requirement>
                    <role>com.btmatthews.maven.plugins.crx.ArchiveHelper</role>
                    <role-hint>crx</role-hint>
                    <field>archiveHelper</field>
                </requirement>
                <requirement>
                    <role>com.btmatthews.maven.plugins.crx.SignatureHelper</role>
                    <role-hint>crx</role-hint>
                    <field>signatureHelper</field>
                </requirement>
            </requirements>
        </component>
        <component>
            <role>com.btmatthews.maven.plugins.crx.ArchiveHelper</role>
            <role-hint>crx</role-hint>
            <implementation>com.btmatthews.maven.plugins.crx.CRXArchiveHelper</implementation>
        </component>
        <component>
            <role>com.btmatthews.maven.plugins.crx.SignatureHelper</role>
            <role-hint>crx</role-hint>
            <implementation>com.btmatthews.maven.plugins.crx.CRXSignatureHelper</implementation>
        </component>
    </components>
</component-set>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy