Migration to m2
      For building jGABL2 we use the popular build and project management system
         Maven.
         
         Currently we are migrating from maven 1.x to maven 2.
     
      Step 1: Build website with m2
          
			  
				  - Configure m2 multimodule project.
 
				  - Generate a website.
 
				  - Support deployment of the website on SourceForge.
 
				  - Add customized checkstyle report.
 
				  - ...
 
			  
		  
	   
		
      Step 2: Produce OSGi bundles with m2
          
			 Currently, all artifacts can be build with m2, but
			  the resulting jars are not OSGi bundles,
			  since the OSGi settings in the MANIFEST.MF are missing.
		         
	  
		
      Step 3: Deploy artifacts on SourceForge with m2
         
			 There is a maven 1.x plugin which helps to
			 release on SourceForge.