Skip navigation links
A B C E F G H J M N O P R S T U W 

A

AbstractExecutableMojo - Class in pl.allegro.tdr.gruntmaven
Abstract mojo which uses MojoExecutor to execute exec-maven-plugin, which in turn executes system command - command line only.
AbstractExecutableMojo() - Constructor for class pl.allegro.tdr.gruntmaven.AbstractExecutableMojo
 
addArgument(String) - Method in class pl.allegro.tdr.gruntmaven.executable.Executable
 
addEnvironmentVars(Map<String, String>) - Method in class pl.allegro.tdr.gruntmaven.executable.Executable
 
addNormalizedArgument(String, String) - Method in class pl.allegro.tdr.gruntmaven.executable.Executable
Normalization checks if argument contains whitespace character between argument name and it's value, if so it replaces the whitespace with provided replacement.
addNormalizedArguments(String[], String) - Method in class pl.allegro.tdr.gruntmaven.executable.Executable
 
appendNoColorsArgument(Executable) - Method in class pl.allegro.tdr.gruntmaven.ExecNpmMojo
 
appendNpmOptions(Executable) - Method in class pl.allegro.tdr.gruntmaven.ExecNpmMojo
 
arguments() - Method in class pl.allegro.tdr.gruntmaven.executable.Executable
 
argumentsArray() - Method in class pl.allegro.tdr.gruntmaven.executable.Executable
 

B

basedir() - Method in class pl.allegro.tdr.gruntmaven.BaseMavenGruntMojo
 
BaseMavenGruntMojo - Class in pl.allegro.tdr.gruntmaven
Common properties for all maven-grunt goals.
BaseMavenGruntMojo() - Constructor for class pl.allegro.tdr.gruntmaven.BaseMavenGruntMojo
 

C

CleanResourcesMojo - Class in pl.allegro.tdr.gruntmaven
Mojo executing clean task on Grunt build directory.
CleanResourcesMojo() - Constructor for class pl.allegro.tdr.gruntmaven.CleanResourcesMojo
 
concat(T[], T...) - Method in class pl.allegro.tdr.gruntmaven.AbstractExecutableMojo
Don't want to use any dependencies like Apache Commons - sorry.
copy(String) - Method in class pl.allegro.tdr.gruntmaven.resources.Resource
 
copyAndOverwrite(String) - Method in class pl.allegro.tdr.gruntmaven.resources.Resource
 
CreateResourcesMojo - Class in pl.allegro.tdr.gruntmaven
MOJO executing maven-resources-plugin to create target/{jsTargetDir} directory containing all statics.
CreateResourcesMojo() - Constructor for class pl.allegro.tdr.gruntmaven.CreateResourcesMojo
 

E

environmentVars() - Method in class pl.allegro.tdr.gruntmaven.executable.Executable
 
ExecBowerMojo - Class in pl.allegro.tdr.gruntmaven
Executes bower install to download all dependencies declared in bower.json.
ExecBowerMojo() - Constructor for class pl.allegro.tdr.gruntmaven.ExecBowerMojo
 
ExecGruntMojo - Class in pl.allegro.tdr.gruntmaven
Executes grunt.
ExecGruntMojo() - Constructor for class pl.allegro.tdr.gruntmaven.ExecGruntMojo
 
execMavenPluginVersion - Variable in class pl.allegro.tdr.gruntmaven.AbstractExecutableMojo
Version of exec plugin to use (defaults to 1.2.1).
ExecNpmMojo - Class in pl.allegro.tdr.gruntmaven
Executes npm install to download all dependencies declared in package.json.
ExecNpmMojo() - Constructor for class pl.allegro.tdr.gruntmaven.ExecNpmMojo
 
ExecNpmOfflineMojo - Class in pl.allegro.tdr.gruntmaven
Run NPM rebuild.
ExecNpmOfflineMojo() - Constructor for class pl.allegro.tdr.gruntmaven.ExecNpmOfflineMojo
 
Executable - Class in pl.allegro.tdr.gruntmaven.executable
 
Executable(String, String[]) - Constructor for class pl.allegro.tdr.gruntmaven.executable.Executable
 
Executable(String) - Constructor for class pl.allegro.tdr.gruntmaven.executable.Executable
 
ExecutableFactory - Class in pl.allegro.tdr.gruntmaven
 
ExecutableFactory() - Constructor for class pl.allegro.tdr.gruntmaven.ExecutableFactory
 
executableName() - Method in class pl.allegro.tdr.gruntmaven.executable.Executable
 
execute() - Method in class pl.allegro.tdr.gruntmaven.BaseMavenGruntMojo
 
executeInternal() - Method in class pl.allegro.tdr.gruntmaven.AbstractExecutableMojo
 
executeInternal() - Method in class pl.allegro.tdr.gruntmaven.BaseMavenGruntMojo
 
executeInternal() - Method in class pl.allegro.tdr.gruntmaven.CleanResourcesMojo
 
executeInternal() - Method in class pl.allegro.tdr.gruntmaven.CreateResourcesMojo
 

F

from(String, Log) - Static method in class pl.allegro.tdr.gruntmaven.resources.Resource
 
fullJsSourceDirectory() - Method in class pl.allegro.tdr.gruntmaven.BaseMavenGruntMojo
 

G

getExecutables() - Method in class pl.allegro.tdr.gruntmaven.AbstractExecutableMojo
Return executable form maven exec
getExecutables() - Method in class pl.allegro.tdr.gruntmaven.ExecBowerMojo
 
getExecutables() - Method in class pl.allegro.tdr.gruntmaven.ExecGruntMojo
 
getExecutables() - Method in class pl.allegro.tdr.gruntmaven.ExecNpmMojo
 
getExecutables() - Method in class pl.allegro.tdr.gruntmaven.ExecNpmOfflineMojo
 
gruntBuildDirectory - Variable in class pl.allegro.tdr.gruntmaven.BaseMavenGruntMojo
Path to build directory (target for grunt sources), defaults to ${basedir}/target-grunt.

H

hasEnvironmentVars() - Method in class pl.allegro.tdr.gruntmaven.executable.Executable
 

J

jsSourceDirectory - Variable in class pl.allegro.tdr.gruntmaven.BaseMavenGruntMojo
Path to dir from where to copy all files that add to grunt environment - has to include package.json and Gruntfile.js, defaults to "static".

M

mavenCleanPluginVersion - Variable in class pl.allegro.tdr.gruntmaven.CleanResourcesMojo
Change clean plugin version if needed, defaults to 2.5.

N

NPM_INSTALL_COMMAND - Static variable in class pl.allegro.tdr.gruntmaven.ExecNpmMojo
 
npmEnvironmentVar - Variable in class pl.allegro.tdr.gruntmaven.ExecNpmMojo
Map of environment variables passed to npm install.
npmExecutable - Variable in class pl.allegro.tdr.gruntmaven.ExecNpmMojo
Name of npm executable in PATH, defaults to npm.
npmOfflineModulesFile - Variable in class pl.allegro.tdr.gruntmaven.BaseMavenGruntMojo
Name of packed node_modules TAR file, defaults to node_modules.tar.
npmOfflineModulesFilePath - Variable in class pl.allegro.tdr.gruntmaven.BaseMavenGruntMojo
Path to packed node_modules TAR file directory relative to basedir, defaults to statics directory (ex webapp/static/).

O

overrideSuccessCodes() - Method in class pl.allegro.tdr.gruntmaven.executable.Executable
 

P

pl.allegro.tdr.gruntmaven - package pl.allegro.tdr.gruntmaven
 
pl.allegro.tdr.gruntmaven.archive - package pl.allegro.tdr.gruntmaven.archive
 
pl.allegro.tdr.gruntmaven.executable - package pl.allegro.tdr.gruntmaven.executable
 
pl.allegro.tdr.gruntmaven.resources - package pl.allegro.tdr.gruntmaven.resources
 
pluginExecutionEnvironment() - Method in class pl.allegro.tdr.gruntmaven.BaseMavenGruntMojo
 

R

relativeJsSourceDirectory() - Method in class pl.allegro.tdr.gruntmaven.BaseMavenGruntMojo
 
Resource - Class in pl.allegro.tdr.gruntmaven.resources
 
Resource(String, Log) - Constructor for class pl.allegro.tdr.gruntmaven.resources.Resource
 
ResourceCreationException - Exception in pl.allegro.tdr.gruntmaven.resources
 

S

showColors - Variable in class pl.allegro.tdr.gruntmaven.AbstractExecutableMojo
Should npm/grunt print colors in output (default to false).
sourceDirectory - Variable in class pl.allegro.tdr.gruntmaven.BaseMavenGruntMojo
Path to dir, where jsSourceDir is located, defaults to src/main/webapp.
successCodes() - Method in class pl.allegro.tdr.gruntmaven.executable.Executable
 

T

target() - Method in class pl.allegro.tdr.gruntmaven.BaseMavenGruntMojo
 
TarUtil - Class in pl.allegro.tdr.gruntmaven.archive
 

U

untar(File, File, Log) - Static method in class pl.allegro.tdr.gruntmaven.archive.TarUtil
 

W

warTargetDirectory - Variable in class pl.allegro.tdr.gruntmaven.BaseMavenGruntMojo
Path to dir inside WAR to which grunt build artifacts will be copied, defaults to jsSourceDirectory value.
withFilter(String, String) - Method in class pl.allegro.tdr.gruntmaven.resources.Resource
 
A B C E F G H J M N O P R S T U W 
Skip navigation links

Copyright © 2015. All Rights Reserved.