A D E G H I O R S W 

A

addWrapAttribute(XMLWriter, String, String, String, int) - Static method in class org.apache.maven.plugin.ant.AntBuildWriterUtil
Convenience method to wrap long element tags for a given attribute.
AntBuildWriter - Class in org.apache.maven.plugin.ant
Write Ant build files from Maven Project for Ant 1.6.2 or above: build.xml maven-build.xml maven-build.properties
AntBuildWriter(MavenProject, ArtifactResolverWrapper, Settings, boolean, Properties) - Constructor for class org.apache.maven.plugin.ant.AntBuildWriter
 
AntBuildWriterUtil - Class in org.apache.maven.plugin.ant
Utility class for the AntBuildWriter class.
AntBuildWriterUtil() - Constructor for class org.apache.maven.plugin.ant.AntBuildWriterUtil
 
AntCleanMojo - Class in org.apache.maven.plugin.ant
Clean all Ant build files.
AntCleanMojo() - Constructor for class org.apache.maven.plugin.ant.AntCleanMojo
 
AntMojo - Class in org.apache.maven.plugin.ant
Generate Ant build files.
AntMojo() - Constructor for class org.apache.maven.plugin.ant.AntMojo
 
ArtifactResolverWrapper - Class in org.apache.maven.plugin.ant
Wrapper object to resolve artifact.

D

DEFAULT_BUILD_FILENAME - Static variable in class org.apache.maven.plugin.ant.AntBuildWriter
The default build file name (build.xml)
DEFAULT_INDENTATION_SIZE - Static variable in class org.apache.maven.plugin.ant.AntBuildWriter
The default line indenter
DEFAULT_MAVEN_BUILD_FILENAME - Static variable in class org.apache.maven.plugin.ant.AntBuildWriter
The default generated build file name
DEFAULT_MAVEN_PROPERTIES_FILENAME - Static variable in class org.apache.maven.plugin.ant.AntBuildWriter
The default build properties file name

E

execute() - Method in class org.apache.maven.plugin.ant.AntCleanMojo
execute() - Method in class org.apache.maven.plugin.ant.AntMojo
execute() - Method in class org.apache.maven.plugin.ant.HelpMojo

G

getArtifactAbsolutePath(String, String, String) - Method in class org.apache.maven.plugin.ant.ArtifactResolverWrapper
Return the artifact path in the local repository for an artifact defined by its groupId, its artifactId and its version.
getFactory() - Method in class org.apache.maven.plugin.ant.ArtifactResolverWrapper
 
getInstance(ArtifactResolver, ArtifactFactory, ArtifactRepository, List) - Static method in class org.apache.maven.plugin.ant.ArtifactResolverWrapper
 
getLocalArtifactPath(Artifact) - Method in class org.apache.maven.plugin.ant.ArtifactResolverWrapper
Gets the path to the specified artifact relative to the local repository's base directory.
getLocalRepository() - Method in class org.apache.maven.plugin.ant.ArtifactResolverWrapper
 
getMavenCompilerPluginBasicOption(MavenProject, String, String) - Static method in class org.apache.maven.plugin.ant.AntBuildWriterUtil
Return the optionName value defined in a project for the "maven-compiler-plugin" plugin.
getMavenCompilerPluginOption(MavenProject, String, String) - Static method in class org.apache.maven.plugin.ant.AntBuildWriterUtil
Return the map of optionName value defined in a project for the "maven-compiler-plugin" plugin.
getMavenCompilerPluginOptions(MavenProject, String, String) - Static method in class org.apache.maven.plugin.ant.AntBuildWriterUtil
Return an array of map of optionName value defined in a project for the "maven-compiler-plugin" plugin.
getMavenEarPluginBasicOption(MavenProject, String, String) - Static method in class org.apache.maven.plugin.ant.AntBuildWriterUtil
Return the optionName value defined in a project for the "maven-ear-plugin" plugin.
getMavenJarPluginBasicOption(MavenProject, String, String) - Static method in class org.apache.maven.plugin.ant.AntBuildWriterUtil
Return the optionName value defined in a project for the "maven-jar-plugin" plugin.
getMavenJavadocPluginBasicOption(MavenProject, String, String) - Static method in class org.apache.maven.plugin.ant.AntBuildWriterUtil
Return the optionName value defined in a project for the "maven-javadoc-plugin" plugin.
getMavenJavadocPluginOption(MavenProject, String, String) - Static method in class org.apache.maven.plugin.ant.AntBuildWriterUtil
Return a map of optionName value defined in a project for the "maven-javadoc-plugin" plugin.
getMavenJavadocPluginOptions(MavenProject, String, String) - Static method in class org.apache.maven.plugin.ant.AntBuildWriterUtil
Return an array of map of optionName value defined in a project for the "maven-javadoc-plugin" plugin.
getMavenSurefirePluginBasicOption(MavenProject, String, String) - Static method in class org.apache.maven.plugin.ant.AntBuildWriterUtil
Return the optionName value defined in a project for the "maven-surefire-plugin" plugin.
getMavenSurefirePluginOption(MavenProject, String, String) - Static method in class org.apache.maven.plugin.ant.AntBuildWriterUtil
Return the map of optionName value defined in a project for the "maven-surefire-plugin" plugin.
getMavenSurefirePluginOptions(MavenProject, String, String) - Static method in class org.apache.maven.plugin.ant.AntBuildWriterUtil
Return an array of map of optionName value defined in a project for the "maven-surefire-plugin" plugin.
getMavenWarPluginBasicOption(MavenProject, String, String) - Static method in class org.apache.maven.plugin.ant.AntBuildWriterUtil
Return the optionName value defined in a project for the "maven-war-plugin" plugin.
getRemoteRepositories() - Method in class org.apache.maven.plugin.ant.ArtifactResolverWrapper
 
getResolver() - Method in class org.apache.maven.plugin.ant.ArtifactResolverWrapper
 

H

HelpMojo - Class in org.apache.maven.plugin.ant
Display help information on maven-ant-plugin.
HelpMojo() - Constructor for class org.apache.maven.plugin.ant.HelpMojo
 

I

isBundlePackaging(MavenProject) - Static method in class org.apache.maven.plugin.ant.AntBuildWriterUtil
 
isEarPackaging(MavenProject) - Static method in class org.apache.maven.plugin.ant.AntBuildWriterUtil
 
isEjbPackaging(MavenProject) - Static method in class org.apache.maven.plugin.ant.AntBuildWriterUtil
 
isJarPackaging(MavenProject) - Static method in class org.apache.maven.plugin.ant.AntBuildWriterUtil
 
isMavenPluginPackaging(MavenProject) - Static method in class org.apache.maven.plugin.ant.AntBuildWriterUtil
 
isPomPackaging(MavenProject) - Static method in class org.apache.maven.plugin.ant.AntBuildWriterUtil
 
isWarPackaging(MavenProject) - Static method in class org.apache.maven.plugin.ant.AntBuildWriterUtil
 

O

org.apache.maven.plugin.ant - package org.apache.maven.plugin.ant
 

R

removeEmptyCompileSourceRoots(List) - Static method in class org.apache.maven.plugin.ant.AntBuildWriterUtil
 

S

setFactory(ArtifactFactory) - Method in class org.apache.maven.plugin.ant.ArtifactResolverWrapper
 
setLocalRepository(ArtifactRepository) - Method in class org.apache.maven.plugin.ant.ArtifactResolverWrapper
 
setRemoteRepositories(List) - Method in class org.apache.maven.plugin.ant.ArtifactResolverWrapper
 
setResolver(ArtifactResolver) - Method in class org.apache.maven.plugin.ant.ArtifactResolverWrapper
 

W

writeAntTask(XMLWriter, MavenProject, String, String) - Static method in class org.apache.maven.plugin.ant.AntBuildWriterUtil
Convenience method to write XML ant task
writeAntVersionHeader(XMLWriter) - Static method in class org.apache.maven.plugin.ant.AntBuildWriterUtil
Write comment for the Ant supported version
writeBuildProperties() - Method in class org.apache.maven.plugin.ant.AntBuildWriter
Generate maven-build.properties only for a non-POM project
writeBuildXmls() - Method in class org.apache.maven.plugin.ant.AntBuildWriter
Generate Ant build XML files
writeEarTask(XMLWriter, MavenProject, ArtifactResolverWrapper) - Static method in class org.apache.maven.plugin.ant.AntBuildWriterUtil
Convenience method to write XML Ant ear task
writeHeader(XMLWriter) - Static method in class org.apache.maven.plugin.ant.AntBuildWriterUtil
Write comments in the Ant build file header
writeIncludesExcludes(XMLWriter, List, List) - Static method in class org.apache.maven.plugin.ant.AntBuildWriterUtil
Convenience method to write <include/> and <exclude/>
writeJarTask(XMLWriter, MavenProject) - Static method in class org.apache.maven.plugin.ant.AntBuildWriterUtil
Convenience method to write XML Ant jar task
writeJavadocTask(XMLWriter, MavenProject, ArtifactResolverWrapper) - Static method in class org.apache.maven.plugin.ant.AntBuildWriterUtil
Convenience method to write XML Ant javadoc task
writeWarTask(XMLWriter, MavenProject, ArtifactResolverWrapper) - Static method in class org.apache.maven.plugin.ant.AntBuildWriterUtil
Convenience method to write XML Ant war task
A D E G H I O R S W 

Copyright © 2002–2019 The Apache Software Foundation. All rights reserved.