Re: Checkstyle Errors

2017-01-04 Thread Jesse Anderson
t; JB > > > > > > On 01/04/2017 09:53 PM, Jesse Anderson wrote: > > > > For some reason, running "mvn verify" isn't running checkstyle on > > > > everything. I had checkstyle errors in beam-sdks-java-core that > weren't > > > > being f

Re: Checkstyle Errors

2017-01-04 Thread Eugene Kirpichov
> > > mvn verify -Prelease,apache-release > > > > ? > > > > Regards > > JB > > > > On 01/04/2017 09:53 PM, Jesse Anderson wrote: > > > For some reason, running "mvn verify" isn't running checkstyle on > > > everything. I had checkstyl

Re: Checkstyle Errors

2017-01-04 Thread Jesse Anderson
wrote: > > For some reason, running "mvn verify" isn't running checkstyle on > > everything. I had checkstyle errors in beam-sdks-java-core that weren't > > being found. > > > > I thought this was due to the extra parameters. I reran with the plain

Re: Checkstyle Errors

2017-01-04 Thread Jean-Baptiste Onofré
Hi Jesse, Could you try the same with: mvn verify -Prelease,apache-release ? Regards JB On 01/04/2017 09:53 PM, Jesse Anderson wrote: For some reason, running "mvn verify" isn't running checkstyle on everything. I had checkstyle errors in beam-sdks-java-core that weren&#x

Checkstyle Errors

2017-01-04 Thread Jesse Anderson
For some reason, running "mvn verify" isn't running checkstyle on everything. I had checkstyle errors in beam-sdks-java-core that weren't being found. I thought this was due to the extra parameters. I reran with the plain "mvn verify" and it still didn't fin