We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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>
The text was updated successfully, but these errors were encountered:
Is there anyone looking at the Open issues?
Sorry, something went wrong.
Fix typo in usage.html (#51)
e470d9d
No branches or pull requests
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).
It should be
The text was updated successfully, but these errors were encountered: