Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add maven extra directory target configuration #2452

Merged
merged 13 commits into from
May 6, 2020

Conversation

TadCordle
Copy link
Contributor

Maven side of #1581. Adds the following to Maven extra directory configuration:

<extraDirectories>
  <paths>
    <path>
      <from>source/directory</from>
      <into>/target/directory</into>
    </path>
    <path>old/shorthand/also/works</path>
  </paths>
</extraDirectories>

I totally forgot set() was a thing, so this ended up not being as messy as I thought it would be.

@TadCordle TadCordle merged commit 02ece43 into master May 6, 2020
@TadCordle TadCordle deleted the i1581-extra-dir-target-maven branch May 6, 2020 18:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants