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

identify files by wildcard #10

Open
lbreuss opened this issue Sep 15, 2015 · 2 comments
Open

identify files by wildcard #10

lbreuss opened this issue Sep 15, 2015 · 2 comments

Comments

@lbreuss
Copy link

lbreuss commented Sep 15, 2015

The goal read-project-properties shall provide the possibility to identify files by wildcard.

The solution could work similar to the maven-resources-plugin, include / exclude parameters.
E.g.

    <resources>
      <resource>
        <directory>${basedir}/src/main/config/my-properties</directory>
        <includes>
          <include>**/*.properties</include>
        </includes>
      </resource>
      ...
    </resources>

(Is there a better name than "resources"? Mojo Noob asks: Could we re-use / overload the "files" parameter?)

@khmarbaise
Copy link
Member

Would you like to provide a patch ?

@mipo256
Copy link

mipo256 commented May 13, 2023

Hello @lbreuss !
That has been implemented in the following fork of the this plugin. Soon it will be published in maven central. I will put the link here once it will be published

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants