indexer-maven-plugin


License

License

Apache License Version 2.0, January 2004
Categories

Categories

Maven Build Tools Dex General Purpose Libraries Utility
GroupId

GroupId

org.bitstrings.maven.plugins
ArtifactId

ArtifactId

indexer-maven-plugin
Last Version

Last Version

1.1
Release Date

Release Date

Type

Type

maven-plugin
Description

Description

indexer-maven-plugin
Project Organization

Project Organization

bitstrings.org
Source Code Management

Source Code Management

https://github.com/bitstrings/indexer-maven-plugin

Download indexer-maven-plugin

How to add to project

<plugin>
    <groupId>org.bitstrings.maven.plugins</groupId>
    <artifactId>indexer-maven-plugin</artifactId>
    <version>1.1</version>
</plugin>

Dependencies

compile (5)

Group / Artifact Type Version
org.apache.maven : maven-core jar 3.2.5
org.apache.maven : maven-plugin-api jar 3.2.5
com.google.guava : guava jar 18.0
org.apache.commons : commons-lang3 jar 3.3.2
commons-io : commons-io jar 2.4

provided (1)

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

test (3)

Group / Artifact Type Version
org.apache.maven.plugin-testing : maven-plugin-testing-harness jar 3.3.0
junit : junit jar 4.12
org.apache.maven : maven-compat jar 3.2.5

Project Modules

There are no modules declared in this project.

indexer-maven-plugin

Creates an index file for selected directories.

<plugin>
    <groupId>org.bitstrings.maven.plugins</groupId>
    <artifactId>indexer-maven-plugin</artifactId>
    <version>1.1</version>
    <executions>
        <execution>
            <id>index-res</id>
            <goals>
                <goal>index</goal>
            </goals>
            <configuration>
                <indexes>
                    <index>
                        <directory>${project.build.outputDirectory}/res</directory>
                    </index>
                </indexes>
            </configuration>
        </execution>
    </executions>
</plugin>

Versions

Version
1.1
1.0