snagjar:log

Full name:

net.adamcin:snagjar-maven-plugin:1.3.4:log

Description:

Mojo that writes all snagged artifacts to the maven execution log

Attributes:

  • Since version: 0.8.0.

Optional Parameters

Name Type Since Description
filter String 0.8.0
applies a standard GAV (groupId:artifactId:version) filter to the snagged artifacts (format: *:*:*)

Default value is: *.
User property is: filter.
indexFile File 0.8.0
specify the location of the generated index file, useful for subsequent shell processing of snagged artifacts

Default value is: snagIndex.txt.
User property is: indexFile.
recursive boolean 0.8.0
set to true to recursively scan directories for jar files

User property is: recursive.
skip boolean 0.8.0
set to true to skip mojo execution altogether

User property is: skip.
snagFile File 0.8.0
jar or directory containing jars to snag

Default value is: ..
User property is: snagFile.

Parameter Details

filter:

applies a standard GAV (groupId:artifactId:version) filter to the snagged artifacts (format: *:*:*)
  • Type: java.lang.String
  • Since: 0.8.0
  • Required: No
  • User Property: filter
  • Default: *

indexFile:

specify the location of the generated index file, useful for subsequent shell processing of snagged artifacts
  • Type: java.io.File
  • Since: 0.8.0
  • Required: No
  • User Property: indexFile
  • Default: snagIndex.txt

recursive:

set to true to recursively scan directories for jar files
  • Type: boolean
  • Since: 0.8.0
  • Required: No
  • User Property: recursive

skip:

set to true to skip mojo execution altogether
  • Type: boolean
  • Since: 0.8.0
  • Required: No
  • User Property: skip

snagFile:

jar or directory containing jars to snag
  • Type: java.io.File
  • Since: 0.8.0
  • Required: No
  • User Property: snagFile
  • Default: .