Merge "Startup arch - feature cleanup"
authorTony Tkacik <ttkacik@cisco.com>
Tue, 24 Feb 2015 08:26:05 +0000 (08:26 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Tue, 24 Feb 2015 08:26:06 +0000 (08:26 +0000)
1  2 
opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/karaf/pom.xml

index 5ec5485723f56b18ded10e18df385d045005229f,398554c360b2582871e83f46dc55d59c8637ae7b..486e3d39ba4ea58e610607517d61a9599272d707
@@@ -24,7 -24,7 +24,7 @@@ and is available at http://www.eclipse.
      <maven>3.1.1</maven>
    </prerequisites>
    <properties>
-     <karaf.localFeature>odl-${artifactId}-impl-ui</karaf.localFeature>
+     <karaf.localFeature>odl-${artifactId}-ui</karaf.localFeature>
    </properties>
    <dependencyManagement>
      <dependencies>
        <scope>runtime</scope>
      </dependency>
    </dependencies>
 +  <!-- DO NOT install or deploy the karaf artifact -->
 +  <build>
 +    <plugins>
 +      <plugin>
 +        <groupId>org.apache.maven.plugins</groupId>
 +        <artifactId>maven-deploy-plugin</artifactId>
 +        <configuration>
 +          <skip>true</skip>
 +        </configuration>
 +      </plugin>
 +      <plugin>
 +        <groupId>org.apache.maven.plugins</groupId>
 +        <artifactId>maven-install-plugin</artifactId>
 +        <configuration>
 +          <skip>true</skip>
 +        </configuration>
 +      </plugin>
 +    </plugins>
 +  </build>
  </project>