Re: jde-maven.el
MIYACHI Yasuhiko <[email protected]>
| Newsgroups | gmane.emacs.jdee |
|---|---|
| Message-ID | <[email protected]> |
phillip.lord> Has anyone got jde-maven.el working with Maven 2 yet?
I found two kinds of jde-maven.el until now.
1) http://article.gmane.org/gmane.emacs.jdee/2797
2) http://lists.gnu.org/archive/html/gnu-emacs-sources/2004-05/msg00032.html
1) has inherited many functions of jde-ant.el.
Therefore, reconstruction of jde-maven.el for Maven2 is difficult.
I use 2) with this setting.
(setq jde-maven-command "mvn")
(setq jde-maven-project-file-name "pom.xml")
Thank you.