BUG-2506: split out maven binding
authorRobert Varga <rovarga@cisco.com>
Fri, 12 Dec 2014 11:07:45 +0000 (12:07 +0100)
committerRobert Varga <rovarga@cisco.com>
Fri, 12 Dec 2014 11:23:16 +0000 (12:23 +0100)
commit420c82964905a1adc21f4107e5a620f0b402fa95
treec6d88819a298c61fb50871e264809c116ffc6745
parent96a27613ed7038addb2afb307a25bc790abee5e6
BUG-2506: split out maven binding

Maven integration needs to be split out of the runtime implementation,
simply because we do not want to pull the requisite runtime into our
containers. It would never be used there anyway.

Change-Id: Ided36e3b06316739a3829d758889ba523e7e19ad
Signed-off-by: Robert Varga <rovarga@cisco.com>
opendaylight/md-sal/sal-rest-docgen-maven/pom.xml [new file with mode: 0644]
opendaylight/md-sal/sal-rest-docgen-maven/src/main/java/org/opendaylight/controller/sal/rest/doc/maven/StaticDocGenerator.java [moved from opendaylight/md-sal/sal-rest-docgen/src/main/java/org/opendaylight/controller/sal/rest/doc/impl/StaticDocGenerator.java with 86% similarity]
opendaylight/md-sal/sal-rest-docgen/pom.xml