Fix mdsal-binding-dom-codec exports 26/89026/1
authorRobert Varga <robert.varga@pantheon.tech>
Sat, 11 Apr 2020 01:40:47 +0000 (03:40 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Sat, 11 Apr 2020 01:42:14 +0000 (03:42 +0200)
We only need the .impl package exported, as we do not want to
embed our -api artifact, as that just wrecks source code lookups.

Change-Id: I9c85c7ba0e121c0497cd17e0fcfdc2b7133ddfc8
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
binding/mdsal-binding-dom-codec/pom.xml

index c71e30616a9febf15b052bdc35646841630fd253..79eeda0a421c58a8a557034da89e2d034fec71a6 100644 (file)
@@ -91,7 +91,7 @@
                     <instructions>
                         <Bundle-Name>${project.groupId}.${project.artifactId}</Bundle-Name>
                         <Export-Package>
-                            org.opendaylight.mdsal.binding.dom.codec.*,
+                            org.opendaylight.mdsal.binding.dom.codec.impl,
                             ;-split-package:=error
                         </Export-Package>
                         <Private-Package>