Guys,
 
Next time you build online with maven (i.e. with no '-o') specified, make sure you've synced with andromda-all. 
 
I've refactored the way namespace properties are populated in cartridges for the Maven plugin  They are now set through the <properties/> element in the cartridge dependency.  This allows us to have meaningful names instead of the weird names that we had before for those properties (i.e. maven.andromda.namespace.default.0, etc).  If you take a look at the animal-quiz mda/project.xml you'll see what I mean.   This also allows users to use this plugin for ANY cartridge without having the modify the plugin.properties of the plugin (which is definitely a good thing). Note that default namespace properties are set in the maven-andromda-plugin dependency and the rest are set in each corresponding cartridge dependency.    Matthias, you should be happy about this! :)
 
Let me know if you have any questions/issues,
 
Thanks,
 
Chad

Reply via email to