Thanks to visit codestin.com
Credit goes to github.com

Skip to content

MjSafe classDir option has incorrect default value #4987

@maxonfjvipon

Description

@maxonfjvipon

Now I see this:

    /**
     * Directory where classes are stored in target.
     * @checkstyle VisibilityModifierCheck (10 lines)
     * @checkstyle MemberNameCheck (8 lines)
     */
    @Parameter(
        defaultValue = "${project.build.directory}/classes/org/eolang",
        readonly = true,
        required = true
    )
    protected File classesDir;

Should be just "${project.build.directory}/classes". Seems to be just a mistake during this ticket: #4538

Until it's fixed, this line is required in pom configuration: <classesDir>${project.build.directory}/classes</classesDir>

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions