Author: rotty3000 Date: Wed Jul 11 20:09:53 2018 New Revision: 1835670 URL: http://svn.apache.org/viewvc?rev=1835670&view=rev Log: [CDI] no longer need to index
Signed-off-by: Raymond Auge <[email protected]> Modified: aries/trunk/cdi/cdi-itests/cdi-executable.bndrun aries/trunk/cdi/cdi-itests/itest.bndrun aries/trunk/cdi/cdi-itests/pom.xml aries/trunk/cdi/pom.xml Modified: aries/trunk/cdi/cdi-itests/cdi-executable.bndrun URL: http://svn.apache.org/viewvc/aries/trunk/cdi/cdi-itests/cdi-executable.bndrun?rev=1835670&r1=1835669&r2=1835670&view=diff ============================================================================== --- aries/trunk/cdi/cdi-itests/cdi-executable.bndrun (original) +++ aries/trunk/cdi/cdi-itests/cdi-executable.bndrun Wed Jul 11 20:09:53 2018 @@ -13,7 +13,7 @@ #-runtrace: false #-runvm: -Xdebug, "-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000" --standalone: target/index.xml +-standalone: true -runrequires: \ osgi.identity;filter:='(osgi.identity=org.apache.aries.cdi.extension.http)',\ Modified: aries/trunk/cdi/cdi-itests/itest.bndrun URL: http://svn.apache.org/viewvc/aries/trunk/cdi/cdi-itests/itest.bndrun?rev=1835670&r1=1835669&r2=1835670&view=diff ============================================================================== --- aries/trunk/cdi/cdi-itests/itest.bndrun (original) +++ aries/trunk/cdi/cdi-itests/itest.bndrun Wed Jul 11 20:09:53 2018 @@ -13,7 +13,7 @@ #-runtrace: true #-runvm: -Xdebug, "-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000" --standalone: target/index.xml +-standalone: true -runrequires: \ osgi.identity;filter:='(osgi.identity=org.apache.aries.cdi.extender)',\ Modified: aries/trunk/cdi/cdi-itests/pom.xml URL: http://svn.apache.org/viewvc/aries/trunk/cdi/cdi-itests/pom.xml?rev=1835670&r1=1835669&r2=1835670&view=diff ============================================================================== --- aries/trunk/cdi/cdi-itests/pom.xml (original) +++ aries/trunk/cdi/cdi-itests/pom.xml Wed Jul 11 20:09:53 2018 @@ -124,14 +124,6 @@ </plugin> <plugin> <groupId>biz.aQute.bnd</groupId> - <artifactId>bnd-indexer-maven-plugin</artifactId> - <configuration> - <includeJar>true</includeJar> - <localURLs>REQUIRED</localURLs> - </configuration> - </plugin> - <plugin> - <groupId>biz.aQute.bnd</groupId> <artifactId>bnd-resolver-maven-plugin</artifactId> <configuration> <failOnChanges>false</failOnChanges> Modified: aries/trunk/cdi/pom.xml URL: http://svn.apache.org/viewvc/aries/trunk/cdi/pom.xml?rev=1835670&r1=1835669&r2=1835670&view=diff ============================================================================== --- aries/trunk/cdi/pom.xml (original) +++ aries/trunk/cdi/pom.xml Wed Jul 11 20:09:53 2018 @@ -32,7 +32,7 @@ <version>0.0.2-SNAPSHOT</version> <packaging>pom</packaging> <properties> - <bnd.version>4.0.0</bnd.version> + <bnd.version>4.1.0-SNAPSHOT</bnd.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <surefire.version>2.12</surefire.version> <weld.release>3.0.2.Final</weld.release> @@ -134,19 +134,6 @@ </goals> </execution> </executions> - </plugin> - <plugin> - <groupId>biz.aQute.bnd</groupId> - <artifactId>bnd-indexer-maven-plugin</artifactId> - <version>${bnd.version}</version> - <executions> - <execution> - <id>index</id> - <goals> - <goal>index</goal> - </goals> - </execution> - </executions> </plugin> <plugin> <groupId>biz.aQute.bnd</groupId>
