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 2018/10/11 18:58:57 UTC

svn commit: r1843588 - /aries/trunk/cdi/cdi-itests/pom.xml

Author: rotty3000
Date: Thu Oct 11 18:58:57 2018
New Revision: 1843588

URL: http://svn.apache.org/viewvc?rev=1843588&view=rev
Log:
[CDI] update for bnd 4.1.0-RC1 changes

Signed-off-by: Raymond Auge <ro...@apache.org>

Modified:
    aries/trunk/cdi/cdi-itests/pom.xml

Modified: aries/trunk/cdi/cdi-itests/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/cdi/cdi-itests/pom.xml?rev=1843588&r1=1843587&r2=1843588&view=diff
==============================================================================
--- aries/trunk/cdi/cdi-itests/pom.xml (original)
+++ aries/trunk/cdi/cdi-itests/pom.xml Thu Oct 11 18:58:57 2018
@@ -41,7 +41,7 @@
 				<groupId>biz.aQute.bnd</groupId>
 				<artifactId>bnd-maven-plugin</artifactId>
 				<configuration>
-					<classesDir>doesntexist</classesDir>
+					<includeClassesDir>false</includeClassesDir>
 				</configuration>
 			</plugin>
 			<plugin>