[jboss-jira] [JBoss JIRA] (WFLY-9079) Check style plugin should not run on generated sources
Radoslav Husar (JIRA)
issues at jboss.org
Wed Jul 12 12:29:00 EDT 2017
[ https://issues.jboss.org/browse/WFLY-9079?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13434841#comment-13434841 ]
Radoslav Husar commented on WFLY-9079:
--------------------------------------
The difference is in the checkstyle configuration and also in some of the poms... which is pretty messy.
{noformat}
[rhusar at syrah git]$ diff wildfly-quickstarts/jaxws-retail/service/pom.xml eap-quickstarts/jaxws-retail/service/pom.xml
22c22
< <groupId>org.wildfly.quickstarts</groupId>
---
> <groupId>org.jboss.eap.quickstarts</groupId>
24c24
< <version>11.0.0-SNAPSHOT</version>
---
> <version>7.1.0.Beta1-SNAPSHOT</version>
38a39,41
> <properties>
> <checkstyle.skip>true</checkstyle.skip>
> </properties>
{noformat}
> Check style plugin should not run on generated sources
> ------------------------------------------------------
>
> Key: WFLY-9079
> URL: https://issues.jboss.org/browse/WFLY-9079
> Project: WildFly
> Issue Type: Component Upgrade
> Components: Quickstarts
> Reporter: Radoslav Husar
> Assignee: Radoslav Husar
> Fix For: 11.0.0.Beta1
>
>
> {noformat}
> [INFO] --- maven-checkstyle-plugin:2.17:checkstyle (check-style) @ batch-processing ---
> [INFO] Starting audit...
> [ERROR] /Users/rhusar/git/wildfly-quickstarts/batch-processing/target/generated-sources/annotations/org/jboss/as/quickstarts/batch/model/Contact_.java:11:1: Line contains a tab character. [FileTabCharacter]
> [ERROR] /Users/rhusar/git/wildfly-quickstarts/batch-processing/target/generated-sources/annotations/org/jboss/as/quickstarts/batch/model/Contact_.java:12:1: Line contains a tab character. [FileTabCharacter]
> [ERROR] /Users/rhusar/git/wildfly-quickstarts/batch-processing/target/generated-sources/annotations/org/jboss/as/quickstarts/batch/model/Contact_.java:13:1: Line contains a tab character. [FileTabCharacter]
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the jboss-jira
mailing list