Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joel-costigliola/macker-example
https://github.com/joel-costigliola/macker-example
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/joel-costigliola/macker-example
- Owner: joel-costigliola
- Created: 2013-02-14T12:39:07.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-02-14T21:07:32.000Z (almost 12 years ago)
- Last Synced: 2024-10-14T20:31:07.260Z (2 months ago)
- Language: Java
- Size: 141 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Macker examples
===============**macker-example** is a maven project showing how you can enforce architectural rules with [Macker](http://innig.net/macker/).
It is based on [MackerMavenPlugin](http://code.google.com/p/code-cop-code/wiki/MackerMavenPlugin) made by Peter Kofler.It shows several kind of rules :
* layered architecture rule by denying access to database from views.
* package rule constraints for domain classes.
* forbid usage of java.lang.Vector.The project does not compile on purpose to show Macker rules violations (macker being executed at compile phaseby default).
The macker [documentation](http://www.innig.net/macker/guide/index.html) is quite good, it is worth reading it.
Lastly, note that to use MackerMavenPlugin, you must add code-cop-code maven plugin repo, the official macker maven plugin is in codehaus but has not been released officialy.