Add warning to MakePom for intransitive dependencies.

Intransitive does not work in Maven, and does not translate to pom.xml.
This commit is contained in:
Josh Suereth
2015-07-24 10:42:49 -04:00
parent efa6041103
commit 9beff22d9a
3 changed files with 41 additions and 16 deletions
@@ -0,0 +1,9 @@
[@jsuereth]: http://github.com/jsuereth
### Fixes with compatibility implications
### Improvements
- makePom now warns when it sees intransitive dependencies, which do not translate to Maven. by [@jsuereth][@jsuereth]
### Bug fixes