enable, but don't specify a goal

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