(require 'ede) (require 'cedet-files) (require 'ede-proj) ;;Projects that build with maven2 have a pom.xml file that defines the ;; project. Maven projects are mostly used for Java projects, and are ;; not similar to makefiles. (ant is another java build tool that is ;; more like a makefile.) With Maven2 you describe a projects ;; dependencies explicitly, and other things are normaly implicit. ;; Maven2 + Emacs is a good combination, because team members can ;; choose to use Eclipse + Maven, or Emacs + Maven, and both ;; can use the workflow their comfortable with. ;; its not totaly clear how ede:s model map on maven2 projects, OTOH, ;; the basic useful functionality is simple: ;; - identify the proj root; the directory where the pom.xml file is ;; - find source: /src//