Skip to content

Copy bin included files into the output folder instead of only consider them in the package phase directly #1288

Description

@laeubi

Currently bin included files are packaged as part of the package phase into the resulting jar.

This has the drawback that certain tool assume that the target/classes folder is something that can be seen as the result of the build as an exploded jar (e.g. when using that in classpathes).

For this to work there should be a ne mojo e.g. bound to the process-classes phase that do the copy to the output folder, the packaging phase can then simply package the result and do not need to perform the copy then.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions