Package org.apache.maven.index.ArtifactContext

Examples of org.apache.maven.index.ArtifactContext.ModelReader


        }

        try
        {
            // need to read the pom model to get packaging
            Model model = new ModelReader().readModel( new FileInputStream( source ) );

            if ( model == null )
            {
                return null;
            }
View Full Code Here

TOP

Related Classes of org.apache.maven.index.ArtifactContext.ModelReader

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.