Package org.apache.maven.index

Examples of org.apache.maven.index.UniqueArtifactFilterPostprocessor.addField()


            }
            if (Boolean.TRUE.equals(expandPackaging)) {
              filter.addField(MAVEN.PACKAGING);
            }
            if (Boolean.TRUE.equals(expandClassifier)) {
              filter.addField(MAVEN.CLASSIFIER);
            }

            filters.add(filter);

            uniqueRGA = true;
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.