----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/37704/ -----------------------------------------------------------
Review request for helix. Repository: helix-git Description ------- Generates a simple OnlineOffline application via the command: ``` mvn archetype:generate \ -DarchetypeGroupId=org.apache.helix \ -DarchetypeArtifactId=helix-archetype \ -DarchetypeVersion=0.7.2-SNAPSHOT \ -DgroupId=com.example \ -DartifactId=my-app \ -Dname=MyApp \ -DinteractiveMode=false ``` Diffs ----- helix-archetype/.gitignore PRE-CREATION helix-archetype/README.md PRE-CREATION helix-archetype/pom.xml PRE-CREATION helix-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml PRE-CREATION helix-archetype/src/main/resources/archetype-resources/pom.xml PRE-CREATION helix-archetype/src/main/resources/archetype-resources/src/main/java/__name__Main.java PRE-CREATION helix-archetype/src/main/resources/archetype-resources/src/main/java/participant/__name__Participant.java PRE-CREATION helix-archetype/src/main/resources/archetype-resources/src/main/java/participant/__name__StateTransitionHandler.java PRE-CREATION helix-archetype/src/main/resources/archetype-resources/src/main/java/participant/__name__StateTransitionHandlerFactory.java PRE-CREATION helix-archetype/src/main/resources/archetype-resources/src/main/java/spectator/__name__Spectator.java PRE-CREATION helix-archetype/src/main/resources/archetype-resources/src/main/resources/log4j.xml PRE-CREATION helix-archetype/src/test/conf/testng.xml PRE-CREATION pom.xml 4faf806 Diff: https://reviews.apache.org/r/37704/diff/ Testing ------- mvn test -pl helix-archetype # passes mvn mvn -Prat -DskipTests -pl helix-archetype # passes Thanks, Greg Brandt
