You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by ro...@apache.org on 2019/05/28 17:09:34 UTC

[aries-cdi] branch master updated: disable run plugin until we can tell it not to run automatically in CI

This is an automated email from the ASF dual-hosted git repository.

rotty3000 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/aries-cdi.git


The following commit(s) were added to refs/heads/master by this push:
     new 79d1a78  disable run plugin until we can tell it not to run automatically in CI
79d1a78 is described below

commit 79d1a781b6751378f096593d97420980f190b424
Author: Raymond Augé <ro...@apache.org>
AuthorDate: Tue May 28 13:09:24 2019 -0400

    disable run plugin until we can tell it not to run automatically in CI
    
    Signed-off-by: Raymond Augé <ro...@apache.org>
---
 cdi-executable/pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

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>