Hi,
I am currently completeley refactoring the Mavenizer to consist of independent modules for converting AIR, Flash and Flex separately. I need this in order to use those modules in the new Flexmojos verify-mojo that should take care of downloading and mavenizing air and flash artifacts. This is needed in order for us to be able to officially publish flex in a public maven repo. However, in order to use these in Flexmojos I would need them to be publically available (Even if I should be safe to have them in some SNAPSHOT version). How in general would the process of releasing these modules be? (as they are only a part of the utilities sub-project). Are we able to release parts of this independently from the rest of the utilities module? Otherwise I would stick to adding a clone of the code to Flexmojos for now and work with that till we have settled any release problems. Chris