nl.knowledgeplaza.util
Class MavenUtil

java.lang.Object
  extended by nl.knowledgeplaza.util.MavenUtil

public class MavenUtil
extends Object


Constructor Summary
MavenUtil()
           
 
Method Summary
static Properties readMavenProperties(String groupId, String artifactId)
          Read the maven pom.properties (if available) that are present in JAR artifacts
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MavenUtil

public MavenUtil()
Method Detail

readMavenProperties

public static Properties readMavenProperties(String groupId,
                                             String artifactId)
Read the maven pom.properties (if available) that are present in JAR artifacts

Parameters:
groupId -
artifactId -
Returns:
properties (possible empty) containing a.o. version


Copyright © 2011 KnowledgePlaza. All Rights Reserved.