org.openspaces.maven.support
Class POMGenerator
java.lang.Object
org.openspaces.maven.support.POMGenerator
public class POMGenerator
- extends Object
- Author:
- kimchy
Method Summary |
static void |
main(String[] args)
|
static void |
printCompileDependency(PrintWriter writer,
String groupId,
String artifactId)
|
static void |
printCompileDependency(PrintWriter writer,
String groupId,
String artifactId,
String version)
|
static void |
printDependenciesFooter(PrintWriter writer)
|
static void |
printDependenciesHeader(PrintWriter writer)
|
static void |
printDependency(PrintWriter writer,
String groupId,
String artifactId)
|
static void |
printDependency(PrintWriter writer,
String groupId,
String artifactId,
String version)
|
static void |
printDependency(PrintWriter writer,
String groupId,
String artifactId,
String version,
String scope)
|
static void |
printDependencyManagementFooter(PrintWriter writer)
|
static void |
printDependencyManagementHeader(PrintWriter writer)
|
static void |
printHeader(PrintWriter writer,
String version,
String groupId,
String artifactId)
|
static void |
printProjectFooter(PrintWriter writer)
|
static void |
printProvidedDependency(PrintWriter writer,
String groupId,
String artifactId,
String version)
|
static void |
printTestDependency(PrintWriter writer,
String groupId,
String artifactId,
String version)
|
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
SPRING_VERSION
public static final String SPRING_VERSION
- See Also:
- Constant Field Values
SPRING_SECURITY_VERSION
public static final String SPRING_SECURITY_VERSION
- See Also:
- Constant Field Values
SPRING_LDAP_VERSION
public static final String SPRING_LDAP_VERSION
- 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
printDependenciesHeader
public static void printDependenciesHeader(PrintWriter writer)
throws Exception
- Throws:
Exception
printDependencyManagementHeader
public static void printDependencyManagementHeader(PrintWriter writer)
throws Exception
- Throws:
Exception
printDependencyManagementFooter
public static void printDependencyManagementFooter(PrintWriter writer)
throws Exception
- Throws:
Exception
printDependency
public static void printDependency(PrintWriter writer,
String groupId,
String artifactId)
printDependency
public static void printDependency(PrintWriter writer,
String groupId,
String artifactId,
String version)
printTestDependency
public static void printTestDependency(PrintWriter writer,
String groupId,
String artifactId,
String version)
printProvidedDependency
public static void printProvidedDependency(PrintWriter writer,
String groupId,
String artifactId,
String version)
printCompileDependency
public static void printCompileDependency(PrintWriter writer,
String groupId,
String artifactId)
printCompileDependency
public static void printCompileDependency(PrintWriter writer,
String groupId,
String artifactId,
String version)
printDependency
public static void printDependency(PrintWriter writer,
String groupId,
String artifactId,
String version,
String scope)
printDependenciesFooter
public static void printDependenciesFooter(PrintWriter writer)
throws Exception
- Throws:
Exception
printProjectFooter
public static void printProjectFooter(PrintWriter writer)
throws Exception
- Throws:
Exception
Copyright © GigaSpaces.