spotify / docker-maven-plugin

INACTIVE: A maven plugin for Docker
Apache License 2.0
2.66k stars 575 forks source link

Generated META-INF/maven/plugin.xml missing `imageName` #353

Closed lanoxx closed 6 years ago

lanoxx commented 6 years ago

Description

The maven plugin plugin generates a file under META-INF/maven/plugin.xml. This file does not contain the documentation for the imageName property. It seems that IntelliJ is parsing this file to identify the valid elements in for the plugin configuration thus imageName is highlighted red in my IDE.

How to reproduce

Use IntelliJ IDE and add under the element.

What do you expect

It should just work.

What happened instead

Under of the plugin <imageName> is highlighted red.

Software:

Full backtrace

Not applicable.

ingolfured commented 6 years ago

I'm getting the same thing, any way to ignore this error? (maybe it's just Intellij problem?)

davidxia commented 6 years ago

Is this still an issue with the latest version?

davidxia commented 6 years ago

Closing for now. If it's still an issue, please provide steps to repro.