Re: How to compile without Checkstyle

2007-10-20 Thread Andreas Schaefer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 There is a problem with "-Pfastinstall" because it does not prevent all the tests. For example go to the /common/ servicemix-common and run: mvn -Pfastinstall install The test will still run and so do many others. Some modules do skip

Re: How to compile without Checkstyle

2007-10-20 Thread Daniel Kulp
Add -Pnochecks to turn off the checkstyle/pmd checks. -Pfastinstall will skip all the checks as well as skip the tests. Dan On Saturday 20 October 2007, Andreas Schaefer wrote: > - gpg control packet > Hi Geeks > > I tried to change some stuff in the ServiceMix trunk in order to > resolve a

How to compile without Checkstyle

2007-10-20 Thread Andreas Schaefer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Geeks I tried to change some stuff in the ServiceMix trunk in order to resolve a problem. For now I cannot contribute and so I don't care about the layout of my changes. Sure enough I have a quite different opinion on how good code should lo