One of the things I would like to do before the next beta is remove the (broken) Java 5 profile from Shindig. I am not really familiar with how the maven profile stuff works but here is what I am thinking I would have to do.
1. Delete shindig-project/java/gadgets/src/main/java15 2. Move the content of shindig-project/java/gadgets/src/main/java16 to the existing packages in shindig-project/java/gadgets/src/main/java 3. Remove the java5 profile from shindig-project/java/gadgets/pom.xml 4. Remove the java5 profile from shindig-project/pom.xml Is there anything else I would need to do?