Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 379 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 379 Bytes

m2e-extensions-example

This project provides a simple example how to write a m2e plugin extension.

├── m2e-extensions-example
│   ├── mojo ( an example maven plugin)
│   ├── sample ( a project that use the mojo )
│   ├── plugins ( an eclipse plugin builds as m2e plugin extension)
│   │   ├── core 
│   │   ├── test