Constrain BluePrint generation 90/80290/1
authorStephen Kitt <skitt@redhat.com>
Tue, 12 Feb 2019 16:03:16 +0000 (17:03 +0100)
committerStephen Kitt <skitt@redhat.com>
Tue, 12 Feb 2019 16:03:16 +0000 (17:03 +0100)
This fixes the WebInitializer conflict between NETCONF and Neutron, by
restricting the scan to Neutron classes.

Change-Id: I71cc31120d882c54e81f129f2e03b4268582e3d7
Signed-off-by: Stephen Kitt <skitt@redhat.com>
northbound-api/pom.xml

index f5140ab2a431e139c84ae71b36eab1e282edb0a9..1335108720f2fb41f0ceb9532b6615aa8750ebbd 100644 (file)
       <plugin>
         <groupId>org.apache.aries.blueprint</groupId>
         <artifactId>blueprint-maven-plugin</artifactId>
+        <configuration>
+          <scanPaths>
+            <scanPath>org.opendaylight.neutron</scanPath>
+          </scanPaths>
+        </configuration>
       </plugin>
       <plugin>
         <groupId>org.codehaus.mojo</groupId>