Package org.apache.maven.plugin.eplugin.writers

Examples of org.apache.maven.plugin.eplugin.writers.EclipseOSGiManifestWriter


        }

        if ( pde )
        {
            this.getLog().info( "The Maven Eclipse plugin runs in 'pde'-mode." );
            new EclipseOSGiManifestWriter().init( getLog(), config ).write();
        }

        // NOTE: This one MUST be after EclipseClasspathwriter, and possibly others,
        // since currently EclipseClasspathWriter does some magic to detect nested
        // output folders and modifies the configuration by adding new (Ant) builders.
View Full Code Here

TOP

Related Classes of org.apache.maven.plugin.eplugin.writers.EclipseOSGiManifestWriter

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.