• Johannes Schindelin's avatar
    Work around project.build.resources being overridden · 06655b85
    Johannes Schindelin authored
    When specifying a project.build.resources section in a child pom.xml,
    the parent's resources section is overridden -- not appended to, as this
    developer expected. Therefore, we have to specify src/main/resources
    explicitly if we want to keep it as a place to put resources into.
    
    To be careful, we prefix it by ${basedir}/ just to make sure that we can
    simply copy this code to aggregate projects whenever needed without
    breaking things.
    Signed-off-by: 's avatarJohannes Schindelin <johannes.schindelin@gmx.de>
    06655b85
Name
Last commit
Last update
src/main Loading commit data...
.gitignore Loading commit data...
README.md Loading commit data...
pom.xml Loading commit data...