org.igfay.util
Class MavenFig

java.lang.Object
  extended byorg.igfay.util.MavenFig

public class MavenFig
extends java.lang.Object

Author:
conrad4 This class brings the power and flexibility of JFig to Maven. It takes advantage of the JFig functionality to automatically load selected values as properties. You can put your Maven properties in your config file, then use MavenFig to process configuration and call Maven. This gives you the advantage of storing all your configuration in one central location in addition to the additional JFig functionality.

Constructor Summary
MavenFig()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MavenFig

public MavenFig()
Method Detail

main

public static void main(java.lang.String[] args)