repohelper:install-libraries

Full name:

ch.elca.el4j.maven.plugins:maven-repohelper-plugin:1.7:install-libraries

Description:

Maven mojo to install multiple libraries (jars and sources) just in the local repository.

Attributes:

    Required Parameters

    Name Type Since Description
    jarExtension String - Extension of jar files. Default value is: .jar.
    jarLookupPattern String - Pattern to lookup jar files. Default value is: **/*.jar.
    libraryDirectory File - Directory where the libraries to add are.
    pomExtension String - Extension of pom files. Default value is: -pom.xml.
    sourceExtension String - Extension of source files. Default value is: -src.zip.
    sourceLookupPattern String - Pattern to lookup source files. Default value is: **/*-src.zip.

    Optional Parameters

    Name Type Since Description
    justCheckDirectories boolean - Flag to indicate if the execute process should only check the given data. Default value is: false.
    stopOnProblem boolean - Flag to indicate if the add process should stop on problem. Default value is: true.

    Parameter Details

    jarExtension:

    Extension of jar files.
    • Type: java.lang.String
    • Required: Yes
    • Expression: ${jarExtension}
    • Default: .jar

    jarLookupPattern:

    Pattern to lookup jar files.
    • Type: java.lang.String
    • Required: Yes
    • Expression: ${jarLookupPattern}
    • Default: **/*.jar

    justCheckDirectories:

    Flag to indicate if the execute process should only check the given data.
    • Type: boolean
    • Required: No
    • Expression: ${justCheckDirectories}
    • Default: false

    libraryDirectory:

    Directory where the libraries to add are.
    • Type: java.io.File
    • Required: Yes
    • Expression: ${libraryDirectory}

    pomExtension:

    Extension of pom files.
    • Type: java.lang.String
    • Required: Yes
    • Expression: ${sourceExtension}
    • Default: -pom.xml

    sourceExtension:

    Extension of source files.
    • Type: java.lang.String
    • Required: Yes
    • Expression: ${sourceExtension}
    • Default: -src.zip

    sourceLookupPattern:

    Pattern to lookup source files.
    • Type: java.lang.String
    • Required: Yes
    • Expression: ${sourceLookupPattern}
    • Default: **/*-src.zip

    stopOnProblem:

    Flag to indicate if the add process should stop on problem.
    • Type: boolean
    • Required: No
    • Expression: ${stopOnProblem}
    • Default: true