Viewing CheckStyle violations in console output

2010-05-21 Thread Ryan Breidenbach
Here is my configuration: 1) Using checkstyle with modules of varying severity (info, warning and error) 2) Failing build on checkstyle errors, configured as so check validate true What I would like is to see exactly what violation fail the build. Adding

Re: Profile inheritence

2008-11-11 Thread Ryan Breidenbach
Indeed, but effective-pom indicates that the goal configured in the parent POM is not active in the child modules execution when this profile is enabled. On Nov 11, 2008, at 12:49 PM, Wayne Fay wrote: ... the setup goal is not executed. Therefore, it appears to me that this profile is *not

Profile inheritence

2008-11-11 Thread Ryan Breidenbach
I know this question has been posed many times, but I have yet to find an adequate answer. I typically find things like this (from the Maven wiki at http://docs.codehaus.org/display/MAVEN/Build+Profiles): "Note that the profiles are inherited, but only in such a way as they are applied to a

Re: Deploying an assembly from a war project via the release plugin

2007-09-14 Thread Ryan Breidenbach
I should correct that the release:perform goal is not deploy the assembly to the remote repository as expected, not release:prepare. I run both release:prepare then release:perform with the assembly's profile and the assembly does not get deployed. On 9/13/07, Ryan Breidenbach &l

Deploying an assembly from a war project via the release plugin

2007-09-13 Thread Ryan Breidenbach
I have a WAR project that contains an assembly configuration within a profile. (The purpose of the assembly is to create a ZIP'd version of the webapp that contains an embedded servlet container). Anyway, my assembly configuration in my POM looks like this: ... assembly