You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "David Mollitor (Jira)" <ji...@apache.org> on 2020/06/04 15:03:00 UTC

[jira] [Updated] (AVRO-2859) Avro Fails To Build in Eclipse

     [ https://issues.apache.org/jira/browse/AVRO-2859?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Mollitor updated AVRO-2859:
---------------------------------
    Description: 
Avro Fails To Build in Eclipse

{code:none}
An internal error occurred during: "Updating Maven Project".
Missing parameter for pluginExecutionFilter. groupId, artifactId, versionRange and goals must be specificed, but found: groupId = 'com.diffplug.spotless'
artifactId = 'spotless-maven-plugin'
versionRange = 'null'
goals = '[check]'
{code}

For some reason, it requires an explicit version number in spotless pluginExecutionFilter

  was:
{code:none}
An internal error occurred during: "Updating Maven Project".
Missing parameter for pluginExecutionFilter. groupId, artifactId, versionRange and goals must be specificed, but found: groupId = 'com.diffplug.spotless'
artifactId = 'spotless-maven-plugin'
versionRange = 'null'
goals = '[check]'
{code}

For some reason, it requires an explicit version number in spotless pluginExecutionFilter


> Avro Fails To Build in Eclipse
> ------------------------------
>
>                 Key: AVRO-2859
>                 URL: https://issues.apache.org/jira/browse/AVRO-2859
>             Project: Apache Avro
>          Issue Type: Improvement
>            Reporter: David Mollitor
>            Assignee: David Mollitor
>            Priority: Minor
>
> Avro Fails To Build in Eclipse
> {code:none}
> An internal error occurred during: "Updating Maven Project".
> Missing parameter for pluginExecutionFilter. groupId, artifactId, versionRange and goals must be specificed, but found: groupId = 'com.diffplug.spotless'
> artifactId = 'spotless-maven-plugin'
> versionRange = 'null'
> goals = '[check]'
> {code}
> For some reason, it requires an explicit version number in spotless pluginExecutionFilter



--
This message was sent by Atlassian Jira
(v8.3.4#803005)