Skip to content

Directory has to be called "repository" #10

@bugs84

Description

@bugs84

I tried use this utility, but with no luck.
I wanted clean repository located in Jenkins controller node (not important)

Important is that repository is located in this directory:
/data/app/tomcat/temp/repositoryconnector-repo/
But it is not possible, because you can specify "--path" parameter but to this path is appended directory name "repository".

I do not understand this limitation and feel free to close this issue. I just want let you know why I cannot use it.

Code responsible for appending "repository" to path

    ...
    private static File evaluateM2Path(JCommander jCommander) {
        String m2Path = defaultString(argData.getM2Path(), concat(USER_HOME, ".m2"));
        File m2Dir = new File(m2Path);
        File repoDir = new File(m2Path, "repository");
        if (!m2Dir.exists() || !repoDir.exists()) {
            log.error("Valid Maven repository could not be found. Please provide a valid input.");
        ...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions