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

Plugin currently uses a deprecated syntax #1

Open
dvojtise opened this issue Jun 18, 2021 · 0 comments
Open

Plugin currently uses a deprecated syntax #1

dvojtise opened this issue Jun 18, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@dvojtise
Copy link
Contributor

The plugin uses a deprecated way to declare the plugin parameters.
It should be updated.

Cf. logs

 Warning:  org.gemoc.image_tools.plugin.ImageConverterMojo#local:
Warning:    The syntax
Warning:      @parameter expression="${property}"
Warning:    is deprecated, please use
Warning:      @parameter property="property"
Warning:    instead.
Warning:  org.gemoc.image_tools.plugin.ImageConverterMojo#project:
Warning:    The syntax
Warning:      @parameter expression="${property}"
Warning:    is deprecated, please use
Warning:      @parameter property="property"
Warning:    instead.
Warning:  org.gemoc.image_tools.plugin.ImageConverterMojo#remoteRepos:
Warning:    The syntax
Warning:      @parameter expression="${property}"
Warning:    is deprecated, please use
Warning:      @parameter property="property"
Warning:    instead.
@dvojtise dvojtise changed the title Plugin currently Use deprecated Plugin currently uses a deprecated syntax Jun 18, 2021
@dvojtise dvojtise added the enhancement New feature or request label Jun 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant