Tag List Report

The following document contains the listing of user tags found in the code. Below is the summary of the occurrences per tag.

Tag Class Total number of occurrences Tag strings used by tag class
@todo 6 @todo
TODO 18 TODO

Each tag is detailed below:

@todo

Number of occurrences found in the code: 6

org.codehaus.mojo.appassembler.AbstractScriptGeneratorMojo Line
Possible future enhancements mavenResourcesExecution.setEscapedBackslashesInFilePath( escapedBackslashesInFilePath ); mavenResourcesExecution.setOverwrite( overwrite ); mavenResourcesExecution.setSupportMultiLineFiltering( supportMultiLineFiltering ); 276
org.codehaus.mojo.appassembler.CreateRepositoryMojo Line
Customization doesn't work due to the shell scripts not honouring it 84
org.codehaus.mojo.appassembler.GenerateDaemonsMojo Line
Synchronize the default value with the other mojos in 2.0 81
org.codehaus.mojo.appassembler.daemon.jsw.JavaServiceWrapperDaemonGenerator Line
dennisl: Shouldn't we be using %REPO_DIR% here? 407
org.codehaus.mojo.appassembler.daemon.jsw.JavaServiceWrapperDaemonGeneratorTest Line
test could be improved - there are other conditions like "check if extra properties can override those from template" 34
reading POM/model should not be necessary? 36

TODO

Number of occurrences found in the code: 18

org.codehaus.mojo.appassembler.AssembleMojo Line
This should be made different. We have to think about using a default ArtifactFilter 260
seems like a bug in the generator that the request is modified 297
This should be done in a more elegant way for 2.0 398
Check if the classpath wildcard could be used for Daemons as well? 399
org.codehaus.mojo.appassembler.CreateRepositoryMojo Line
merge with the artifacts below so no duplicate versions included 152
org.codehaus.mojo.appassembler.GenerateDaemonsMojo Line
split platform from generator (platform = operating systems, generator = jsw, booter, standard). Generator is a property of the daemon itself 231
see if it is possible to just inherit from the model daemon 282
see if it is possible to just inherit from the model JVM Settings 342
org.codehaus.mojo.appassembler.daemon.DaemonGenerationRequest Line
what is the difference? 45
org.codehaus.mojo.appassembler.daemon.booter.AbstractBooterDaemonGenerator Line
we're assuming state for things that don't really appear stateful 78
replace with org.codehaus.mojo.appassembler.booter.AppassemblerBooter.class.getName() and test - trygve 98
Transitively resolve the dependencies of the booter - for now we're just hardcoding them in 115
org.codehaus.mojo.appassembler.daemon.jsw.JavaServiceWrapperDaemonGenerator Line
configurable? 203
selectively depending on selected platforms instead of always doing both 502
org.codehaus.mojo.appassembler.daemon.merge.DefaultDaemonMerger Line
The above is not possible as long as the modello generated stuff returns an empty list on not set fields. 100
org.codehaus.mojo.appassembler.daemon.script.DefaultScriptGenerator Line
The permissions should be made configurable. 280
org.codehaus.mojo.appassembler.util.DependencyFactory Line
Handle exceptions! throw new MojoExecutionException("Unable to map file name.", e); 71
org.codehaus.mojo.appassembler.util.FormattedProperties Line
we should be updating the fileLines and propertyLines as a result of this too 207