The following document contains the listing of user tags found in the code. Below is the summary of the occurrences per tag.
| Tag | Total number of occurrences |
|---|---|
| @todo | 0 |
| TODO | 9 |
Each tag is detailed below:
Number of occurrences found in the code: 0
Number of occurrences found in the code: 9
| org.apache.maven.plugin.deb.ControlFile | Line |
|---|---|
| we should have a configuration option for setting scope of dependency to check here String include = dependency.getProperties().getProperty( "deb.depends" ); | 94 |
| there was a short description here, check if still available | 128 |
| this is probably unnecessary | 144 |
| org.apache.maven.plugin.deb.DebPlugin | Line |
|---|---|
| currently there's a strong association from package=jar it'd be nice if this could handle gracefully war and maven plugin packaging too | 27 |
| check possible values or artifact.getType | 109 |
| Maybe, I'm not familiar enough with the Debian standards, but shouldn't /usr/local/jars be something the user could override? | 139 |
| This plugin assumes that the JAR is going to be created in this location, is there a way to check the finalname and outputdirectory from the jar plugin? | 161 |
| Would there be any benefit in allowing the user to override the permission bit? | 189 |
| Wouldn't this require a "-R" flag? | 196 |