retrying this project thing
diff --git a/src/main/java/ceej/gerrit/test/App.java b/src/main/java/ceej/gerrit/test/App.java
new file mode 100644
index 0000000..f18a622
--- /dev/null
+++ b/src/main/java/ceej/gerrit/test/App.java
@@ -0,0 +1,13 @@
+package ceej.gerrit.test;
+
+/**
+ * Hello world!
+ *
+ */
+public class App 
+{
+    public static void main( String[] args )
+    {
+        System.out.println( "Hello World!" );
+    }
+}