Index
All Classes and Interfaces|All Packages
A
- AttachAllArtifactsMojo - Class in org.glassfish.build
-
Guess artifacts from target directory and attach them to the project.
- AttachAllArtifactsMojo() - Constructor for class org.glassfish.build.AttachAllArtifactsMojo
C
- cleanToBeTokenizedString(String) - Static method in class org.glassfish.build.utils.MavenHelper
-
Clean the pattern string for future regexp usage.
- createArtifact(String, String, String, String) - Static method in class org.glassfish.build.utils.MavenHelper
-
Creates an artifact instance for the supplied coordinates.
- createArtifact(String, String, String, String, String) - Static method in class org.glassfish.build.utils.MavenHelper
-
Creates an artifact instance for the supplied coordinates.
- createArtifact(String, Model) - Static method in class org.glassfish.build.utils.MavenHelper
-
Create an artifact and its associated file by searching for
target/${project.build.finalName}. - createArtifact(Dependency) - Static method in class org.glassfish.build.utils.MavenHelper
-
Creates an artifact instance from a dependency object.
- createArtifact(Model) - Static method in class org.glassfish.build.utils.MavenHelper
-
Creates an artifact instance for the supplied model.
- createArtifact(Model, String, String) - Static method in class org.glassfish.build.utils.MavenHelper
-
Creates an artifact instance for the supplied model.
- createAttachedArtifacts(String, Artifact, Model) - Static method in class org.glassfish.build.utils.MavenHelper
-
Create a list of attached artifacts and their associated files by searching for
target/${project.build.finalName}-* - createZip(Properties, Log, String, List<ZipFileSet>, File) - Static method in class org.glassfish.build.utils.MavenHelper
-
Create a zip file.
- createZipFileSet(File, String, String) - Static method in class org.glassfish.build.utils.MavenHelper
-
Create an Ant
ZipFileSet. - createZipFileSet(File, List<String>, List<String>) - Static method in class org.glassfish.build.utils.MavenHelper
-
Create an Ant
ZipFileSet.
D
- DependencyMapping() - Constructor for class org.glassfish.build.FeatureSetsDependenciesMojo.DependencyMapping
E
- EchoMojo - Class in org.glassfish.build
-
Echo a message.
- EchoMojo() - Constructor for class org.glassfish.build.EchoMojo
- excludeTransitive(Set<Artifact>, Set<Artifact>) - Static method in class org.glassfish.build.utils.MavenHelper
-
Filters a set of artifacts.
- ExecMojo - Class in org.glassfish.build
-
Execute a command.
- ExecMojo() - Constructor for class org.glassfish.build.ExecMojo
- execute() - Method in class org.glassfish.build.AttachAllArtifactsMojo
- execute() - Method in class org.glassfish.build.EchoMojo
- execute() - Method in class org.glassfish.build.ExecMojo
- execute() - Method in class org.glassfish.build.FeatureSetsDependenciesMojo
- execute() - Method in class org.glassfish.build.GeneratePomMojo
- execute() - Method in class org.glassfish.build.MergeCopyrightHeadersMojo
- execute() - Method in class org.glassfish.build.UnpackSourcesMojo
- execute() - Method in class org.glassfish.build.ZipMojo
F
- FeatureSetsDependenciesMojo - Class in org.glassfish.build
-
Resolves and unpack corresponding sources of project dependencies.
- FeatureSetsDependenciesMojo() - Constructor for class org.glassfish.build.FeatureSetsDependenciesMojo
- FeatureSetsDependenciesMojo.DependencyMapping - Class in org.glassfish.build
-
Configuration of dependency mapping to name.
- filterArtifacts(Set<Artifact>, Set<Artifact>, boolean, String, String, String, String) - Static method in class org.glassfish.build.utils.MavenHelper
-
Filters a set of artifacts.
- filterArtifacts(Set<Artifact>, Set<Artifact>, boolean, String, String, String, String, String, String, String, String, String, String) - Static method in class org.glassfish.build.utils.MavenHelper
-
Filters a set of artifacts.
G
- GeneratePomMojo - Class in org.glassfish.build
-
Generates a pom from another pom.
- GeneratePomMojo() - Constructor for class org.glassfish.build.GeneratePomMojo
- getArtifactId() - Method in class org.glassfish.build.FeatureSetsDependenciesMojo.DependencyMapping
-
Get the artifactId of the dependency.
- getCommaSeparatedList(String) - Static method in class org.glassfish.build.utils.MavenHelper
-
Convert a comma separated string into a list.
- getFiles(String, String, String) - Static method in class org.glassfish.build.utils.MavenHelper
-
Return the files contained in the directory, using inclusion and exclusion ant patterns.
- getGroupId() - Method in class org.glassfish.build.FeatureSetsDependenciesMojo.DependencyMapping
-
Get the groupId of the dependency.
- getName() - Method in class org.glassfish.build.FeatureSetsDependenciesMojo.DependencyMapping
-
Get the mapped name of the dependency.
- getPomInTarget(String) - Static method in class org.glassfish.build.utils.MavenHelper
-
Returns the pom installed in target or null if not found.
M
- MavenHelper - Class in org.glassfish.build.utils
-
Helper for common Maven Plugin tasks.
- MergeCopyrightHeadersMojo - Class in org.glassfish.build
-
Merges two property files properly.
- MergeCopyrightHeadersMojo() - Constructor for class org.glassfish.build.MergeCopyrightHeadersMojo
- modelAsString(Model) - Static method in class org.glassfish.build.utils.MavenHelper
-
Read a model as a
String.
O
- org.glassfish.build - package org.glassfish.build
-
GlassFish Build Maven Plugin Maven Mojos.
- org.glassfish.build.utils - package org.glassfish.build.utils
-
GlassFish Build Maven Plugin Utilities.
R
- readModel(File) - Static method in class org.glassfish.build.utils.MavenHelper
-
Reads a given model.
- resolveArtifact(String, String, String, String, String, RepositorySystem, RepositorySystemSession, List<RemoteRepository>) - Static method in class org.glassfish.build.utils.MavenHelper
-
Resolve a remote artifact using aether.
S
- setArtifactId(String) - Method in class org.glassfish.build.FeatureSetsDependenciesMojo.DependencyMapping
-
Set the artifactId of the dependency.
- setGroupId(String) - Method in class org.glassfish.build.FeatureSetsDependenciesMojo.DependencyMapping
-
Set the groupId of the dependency.
- setName(String) - Method in class org.glassfish.build.FeatureSetsDependenciesMojo.DependencyMapping
-
Set the mapped name of the dependency.
U
- unpack(File, File, String, String, boolean, Log, ArchiverManager) - Static method in class org.glassfish.build.utils.MavenHelper
-
Unpacks a given file.
- UnpackSourcesMojo - Class in org.glassfish.build
-
Resolves and unpack corresponding sources of project dependencies.
- UnpackSourcesMojo() - Constructor for class org.glassfish.build.UnpackSourcesMojo
W
- writeFile(File, StringBuilder) - Static method in class org.glassfish.build.utils.MavenHelper
-
Write the given input to a file.
- writePom(Model, File) - Static method in class org.glassfish.build.utils.MavenHelper
-
Write a model to
buildDir/${project.build.finalName}.pom. - writePom(Model, File, String) - Static method in class org.glassfish.build.utils.MavenHelper
-
Write the model to
buildDir/${project.build.finalName}.pom.
Z
- ZipMojo - Class in org.glassfish.build
-
Creates a zip file.
- ZipMojo() - Constructor for class org.glassfish.build.ZipMojo
All Classes and Interfaces|All Packages