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
Can't set xml as report format as parameter
[master|⚑ 11] $ mvn org.codehaus.mojo:versions-maven-plugin:2.5-SNAPSHOT:dependency-updates-report -Dversions.report.formats="xml" [INFO] Scanning for projects... ... [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ ... [INFO] ------------------------------------------------------------------------ [master|⚑ 11] $ ls target/ site
Other properties were changed to use @Parameter annotation, but not formats.
@Parameter
The text was updated successfully, but these errors were encountered:
Fixed mojohaus#185: add parameter for dependency update report formats
61e9372
66cefaa
Merge pull request #186 from sabaka/iss185
62a35c3
Fixed #185: add parameter for dependency update report formats
No branches or pull requests
Can't set xml as report format as parameter
Other properties were changed to use
@Parameter
annotation, but not formats.The text was updated successfully, but these errors were encountered: