disable run plugin until we can tell it not to run automatically in CI

Signed-off-by: Raymond Augé <rotty3000@apache.org>
diff --git a/cdi-executable/pom.xml b/cdi-executable/pom.xml
index 79d6e8e..16f756f 100644
--- a/cdi-executable/pom.xml
+++ b/cdi-executable/pom.xml
@@ -94,21 +94,21 @@
 					<includeDependencyManagement>true</includeDependencyManagement>
 				</configuration>
 			</plugin>
-			<plugin>
+			<!-- <plugin>
 				<groupId>biz.aQute.bnd</groupId>
 				<artifactId>bnd-run-maven-plugin</artifactId>
-				<configuration>
-					<bndrun>executable.bndrun</bndrun>
-				</configuration>
 				<executions>
 					<execution>
 						<id>executable</id>
 						<goals>
 							<goal>run</goal>
 						</goals>
+						<configuration>
+							<bndrun>executable.bndrun</bndrun>
+						</configuration>
 					</execution>
 				</executions>
-			</plugin>
+			</plugin> -->
 		</plugins>
 	</build>