Publish karaf distribution 75/98175/2
authorTomas Cere <tomas.cere@pantheon.tech>
Thu, 28 Oct 2021 09:50:45 +0000 (11:50 +0200)
committerTomas Cere <tomas.cere@pantheon.tech>
Thu, 28 Oct 2021 10:15:41 +0000 (12:15 +0200)
Signed-off-by: Tomas Cere <tomas.cere@pantheon.tech>
Change-Id: I6351851bf37e65b0d564013e8f88cc3c294d6b69

distribution-karaf/pom.xml

index 17a6b801c204d0942cda0246ef0d2f664d5adb23..5275b13dafc3dcdf7d848403d1203a0a3e345490 100644 (file)
     </dependency>
   </dependencies>
 
-  <build>
-    <plugins>
-
-      <!-- DO NOT install or deploy the karaf artifact -->
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-install-plugin</artifactId>
-        <configuration>
-          <skip>true</skip>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-deploy-plugin</artifactId>
-        <configuration>
-          <skip>true</skip>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-
     <scm>
         <connection>scm:git:ssh://git.opendaylight.org:29418/bgpcep.git</connection>
         <developerConnection>scm:git:ssh://git.opendaylight.org:29418/bgpcep.git</developerConnection>