Skip to content

ogibayashi/m2jdee

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Maven 3.x Jdee Plugin for Emacs

Create a Emacs JDEE project for a maven2 based project

The original project is here

I modify it for newest maven support, it supports Maven 3.x

  1. Get the project

     git clone https://github.com/songuo/m2jdee.git
     cd m2jdee
     mvn install
    
  2. Update the ~/.m2/settings.xml, add

     <pluginGroups>
       <pluginGroup>org.apache.maven.plugins</pluginGroup>
     </pluginGroups> 
    
  3. Generate your jdee project

     cd YOUR_M2_PROJECT
     mvn jdee:jdee 
    

To clean the jdee project

    mvn jdee:clean
  1. Any questions

Please mailto: [email protected]

About

Maven 3.x jdee plugin for emacs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%