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

Code Error in Example present in Website #51

Closed
VinnieM opened this issue May 2, 2019 · 1 comment
Closed

Code Error in Example present in Website #51

VinnieM opened this issue May 2, 2019 · 1 comment

Comments

@VinnieM
Copy link

VinnieM commented May 2, 2019

Hi,

In the website of properties-maven-plugin; Usage section of read-project-properties, the second example has a typo (https://www.mojohaus.org/properties-maven-plugin/usage.html).

<configuration>
  <urls>
    <url>classpath:/config/dev.properties</url>
    <url>file:///${env.HOME}/mydev.properties</file>
   </urls>
</configuration>

It should be

<configuration>
  <urls>
    <url>classpath:/config/dev.properties</url>
    <file>file:///${env.HOME}/mydev.properties</file>
  </urls>
</configuration>
@VinnieM
Copy link
Author

VinnieM commented Nov 19, 2019

Is there anyone looking at the Open issues?

slachiewicz added a commit that referenced this issue Apr 23, 2022
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

2 participants