@Override
 public void apply(Project o) {
   System.out.println("Hello World");
   System.out.println("ecorePath->" + o.getProperties().get("ecorePath"));
 }