File Listing Plugin

This plugin creates a json or xml file whose entries are files in a specified folder.

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

it.bancaditalia.oss
ArtifactId

ArtifactId

file-list-maven-plugin
Last Version

Last Version

1.2.1
Release Date

Release Date

Type

Type

maven-plugin
Description

Description

File Listing Plugin
This plugin creates a json or xml file whose entries are files in a specified folder.
Project URL

Project URL

https://github.com/vpinna80/file-list-maven-plugin
Source Code Management

Source Code Management

https://github.com/vpinna80/file-list-maven-plugin

Download file-list-maven-plugin

How to add to project

<plugin>
    <groupId>it.bancaditalia.oss</groupId>
    <artifactId>file-list-maven-plugin</artifactId>
    <version>1.2.1</version>
</plugin>

Dependencies

compile (3)

Group / Artifact Type Version
org.json : json jar 20160212
org.apache.maven : maven-project jar 2.0.3
org.apache.maven : maven-plugin-api jar 3.5.0

provided (1)

Group / Artifact Type Version
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.5

Project Modules

There are no modules declared in this project.

Maven file list plugin

The plugin generates an xml or json file whose entries are individual files in a specified folder.

Usage:

Name Type Default value Description
baseDir String ${basedir}/target/. Base directory of the scanning process
caseSensitive boolean Whether to ignore case
excludes String[] none Ant-style exclude pattern. For example **.*
includes String[] all files recursive Ant-style include pattern. For example **.*
type String json json or xml
fields Field[] { Field.name } allowed: name, size, creationTime, lastModifiedTime
outputFile String ${basedir}/target/file-list.{xml|json} File into which to save the output of the transformation

Original development by NumberFour

Copyright Banca d'Italia, 2017.

Distributed under Apache License 2.0.

Versions

Version
1.2.1
1.2.0