[
https://issues.apache.org/jira/browse/AVRO-2497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16908155#comment-16908155
]
Kengo Seki commented on AVRO-2497:
----------------------------------
Oh, I've just found the following setting in the root pom.xml. I think it
should be "avro", not "spotless".
{code}
170 <plugin>
171 <artifactId>maven-plugin-plugin</artifactId>
172 <version>${maven-plugin-plugin.version}</version>
173 <configuration>
174 <goalPrefix>spotless</goalPrefix>
175 </configuration>
176 </plugin>
{code}
> Avro-grpc failed when spotless:check alone
> ------------------------------------------
>
> Key: AVRO-2497
> URL: https://issues.apache.org/jira/browse/AVRO-2497
> Project: Apache Avro
> Issue Type: Test
> Components: java
> Affects Versions: 1.9.0
> Environment: jkd-8
> maven-3.3.9
> Reporter: Smart Yang
> Assignee: Kengo Seki
> Priority: Minor
>
> Enter avro-release-1.9.0/lang/java/grpc
> mvn spotless:check
> Result: BUILD FAILURE
> Log: Could not find goal 'check' in plugin
> org.apache.avro:avro-maven-plugin:1.9.0 among available goals help,
> idl-protocol, induce, protocol, schema -> [Help 1]
> But the lang/java/ipc other directories don't have this problem.
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)