Package org.apache.maven.tools.plugin.extractor.java

Examples of org.apache.maven.tools.plugin.extractor.java.JavaMojoDescriptorExtractor


        project.addCompileSourceRoot( sourceDirectory );

        // Lookup the mojo scanner instance, and use it to scan for mojo's, and
        // extract their descriptors.
        MojoScanner scanner = new DefaultMojoScanner(
            Collections.singletonMap( "java", new JavaMojoDescriptorExtractor() ) );

        PluginDescriptor pluginDescriptor = new PluginDescriptor();

        pluginDescriptor.setGroupId( project.getGroupId() );
View Full Code Here

TOP

Related Classes of org.apache.maven.tools.plugin.extractor.java.JavaMojoDescriptorExtractor

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.