org.openspaces.maven.support
Class POMGenerator
java.lang.Object
  
org.openspaces.maven.support.POMGenerator
public class POMGenerator
- extends Object
 
- Author:
 
  - kimchy
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
GS_GROUP
public static final String GS_GROUP
- See Also:
 - Constant Field Values
 
CLOUDIFY_GROUP
public static final String CLOUDIFY_GROUP
- See Also:
 - Constant Field Values
 
POMGenerator
public POMGenerator()
main
public static void main(String[] args)
                 throws Exception
- Throws:
 Exception
 
printHeader
public static void printHeader(PrintWriter writer,
                               String version,
                               String groupId,
                               String artifactId)
                        throws Exception
- Throws:
 Exception
 
printDependency
public static void printDependency(PrintWriter writer,
                                   String groupId,
                                   String artifactId,
                                   String version)
 
printFooter
public static void printFooter(PrintWriter writer)
                        throws Exception
- Throws:
 Exception
 
Copyright © GigaSpaces.