Archive for the ‘Development’ Category

increasing productivity – part 1: Maven

Sunday, July 5th, 2009

One of the most important challenges to face first is leveraging developers’ time for maximum efficiency. At qKAI this is especially due to students, writing their theses, contribute to the code base. Therefore we have established several tools to spare them redundant work, maintain a constant code quality and automate the build.

This time I will write about Maven, (more…)

qKAI Maven project documentation

Tuesday, June 30th, 2009

Within his Bachelor thesis about search space limitation (details follow soon), Mark Kubacki established Apache Maven (amongst others) in the qKAI application framework:

Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project’s build, reporting and documentation from a central piece of information. (http://maven.apache.org/)

With Maven we got a nice project documentation now – available under http://docs.qkai.org. Especially the API section is work in progress and will be enhanced by and by.