Hey Everyone,
Just make the following build changes in prep for creating a RC.
1. Jenkins job Knox-master-verify - Is now the job that gets triggered
by a git push.
2. Jenkins job Knox-master-daily - Is a job that is run daily that
generates full reports like findbugs and code coverage. This still
needs some work but when cleaned up we can link the generated
reports from the site.
3. Running "mvn -Prelease clean install" at the root is now required to
build the source and binary distributions and they will end up in
target.
* I did this to make development builds as fast as possible.
4. Running "ant" at the root now runs "ant build" which is equivalent
to "mvn clean install"
5. Running "ant verify" at the root is equivalent to "mvn -Prelease
clean install" and Knox-master-verify. This generates the source
and binary package in target.
6. Running "ant full" at the root is equivalent to Knox-master-daily
and will take forever.
Hope I'm not confusing anyone.
Kevin.