Merge "clean up post Neon-MRI: un-ignore Test and rm blueprint-maven-plugin"
authorMichael Vorburger <vorburger@redhat.com>
Mon, 5 Nov 2018 09:19:02 +0000 (09:19 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Mon, 5 Nov 2018 09:19:02 +0000 (09:19 +0000)
1  2 
northbound-api/pom.xml

index ee40f8ee5efe47c3f2ebbcf101335bee1ea3495a,338ccf7f55b05fe0b40efa2f74dab64e78716ac5..99220abb5046df6ae8d4172cdb882f77eae1cf43
        <plugin>
          <groupId>org.apache.aries.blueprint</groupId>
          <artifactId>blueprint-maven-plugin</artifactId>
-         <!-- TODO remove this when we are on 1.11.0 (or 1.10.1) instead of 1.10.0;
-              see https://jira.opendaylight.org/browse/ODLPARENT-167 & https://jira.apache.org/jira/browse/ARIES-1826 -->
-         <dependencies>
-           <dependency>
-             <groupId>org.apache.xbean</groupId>
-             <artifactId>xbean-finder-shaded</artifactId>
-             <version>4.9</version>
-           </dependency>
-         </dependencies>
        </plugin>
 +      <plugin>
 +        <groupId>org.codehaus.mojo</groupId>
 +        <artifactId>build-helper-maven-plugin</artifactId>
 +        <executions>
 +          <execution>
 +            <id>attach-artifacts</id>
 +            <goals>
 +              <goal>attach-artifact</goal>
 +            </goals>
 +            <phase>package</phase>
 +            <configuration>
 +              <artifacts>
 +                <artifact>
 +                  <file>${project.build.directory}/classes/initial/neutron-northbound-api-config.xml</file>
 +                  <type>xml</type>
 +                  <classifier>config</classifier>
 +                </artifact>
 +              </artifacts>
 +            </configuration>
 +          </execution>
 +        </executions>
 +      </plugin>
      </plugins>
    </build>
    <scm>