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 ClassTotal number of occurrencesTag strings used by tag class
@todo0@todo
TODO8TODO

Each tag is detailed below:

TODO

Number of occurrences found in the code: 8

org.apache.maven.plugin.war.AbstractWarMojoLine
add lib scanning to detect duplicates537
org.apache.maven.plugin.war.WarExplodedMojoTestLine
uncomment when lastModified problem is resolved FileWriter writer = new FileWriter(expectedWebSourceFile);888
org.apache.maven.plugin.war.packaging.AbstractWarPackagingTaskLine
add encoding support (null mean platform encoding)213
org.apache.maven.plugin.war.packaging.OverlayPackagingTaskLine
not sure it's good, we should reuse the markers of the dependency plugin118
org.apache.maven.plugin.war.packaging.WarProjectPackagingTaskLine
make sure this thing is 100% safe MWAR-129 if targetPath is only a dot <targetPath>.</targetPath> or ./ and the Resource is in a part of the warSourceDirectory the file from sources will override this that's we don't have to add the targetPath yep not nice but works331
org.apache.maven.plugin.war.stub.AbstractArtifactStubLine
Coppied from org/apache/maven/artifact/DefaultArtifact.java; Consider merging...64
Coppied from org/apache/maven/artifact/DefaultArtifact.java; Consider merging...120
org.apache.maven.plugin.war.util.MappingUtilsLine
this comes from the assembly plugin; refactor when it's shared. <p/> The expression might use any field of the {@link Artifact} interface. Some examples might be: <ul> <li>@{artifactId}@-@{version}@@{dashClassifier?}@.@{extension}@</li> <li>@{artifactId}@-@{version}@.@{extension}@</li> <li>@{artifactId}@.@{extension}@</li> </ul>36