nl.knowledgeplaza.util
Class MavenUtil

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

public class MavenUtil
extends java.lang.Object


Constructor Summary
MavenUtil()
           
 
Method Summary
static java.util.Properties readMavenProperties(java.lang.String groupId, java.lang.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 java.util.Properties readMavenProperties(java.lang.String groupId,
                                                       java.lang.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 © 2010 KnowledgePlaza. All Rights Reserved.