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/11/25 01:11:35 UTC

[aries-cdi] 03/05: don't set a global resolve execution

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

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

commit 144924ac819ebfa46b5835ea9d015dcff4317658
Author: Raymond Augé <ro...@apache.org>
AuthorDate: Sun Nov 24 15:56:46 2019 -0500

    don't set a global resolve execution
    
    Signed-off-by: Raymond Augé <ro...@apache.org>
---
 pom.xml | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/pom.xml b/pom.xml
index 7d7e8b2..23ed78e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -306,15 +306,6 @@
 						<failOnChanges>false</failOnChanges>
 						<reportOptional>false</reportOptional>
 					</configuration>
-					<executions>
-						<execution>
-							<id>resolve</id>
-							<goals>
-								<goal>resolve</goal>
-							</goals>
-							<phase>package</phase>
-						</execution>
-					</executions>
 				</plugin>
 				<plugin>
 					<groupId>biz.aQute.bnd</groupId>