You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/01/05 12:36:00 UTC

[jira] [Work logged] (AVRO-2859) Add Version Number to POM for Spotless Plugin Execution Filter

     [ https://issues.apache.org/jira/browse/AVRO-2859?focusedWorklogId=703905&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-703905 ]

ASF GitHub Bot logged work on AVRO-2859:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 05/Jan/22 12:35
            Start Date: 05/Jan/22 12:35
    Worklog Time Spent: 10m 
      Work Description: martin-g commented on pull request #910:
URL: https://github.com/apache/avro/pull/910#issuecomment-1005648920


   Is this change still needed ?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@avro.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

            Worklog Id:     (was: 703905)
    Remaining Estimate: 0h
            Time Spent: 10m

> Add Version Number to POM for Spotless Plugin Execution Filter
> --------------------------------------------------------------
>
>                 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
>              Labels: pull-request-available
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Avro Fails To Build in Eclipse
> {code:none}
> Errors occurred during the build.
> Errors running builder 'Maven Project Builder' on project 'avro-parent'.
> 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]'
> Errors running builder 'Maven Project Builder' on project 'avro-toplevel'.
> 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]'
> Errors running builder 'Maven Project Builder' on project 'avro-tools'.
> 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]'
> Errors running builder 'Maven Project Builder' on project 'trevni-java'.
> 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
> {code:none}
> Version: 2019-06 (4.12.0)
> Build id: 20190614-1200
> {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)