Repository: servicemix-bundles Updated Branches: refs/heads/master cf6849449 -> 0a9b9b528
Fix and add missing lucene bundles Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/0a9b9b52 Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/0a9b9b52 Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/0a9b9b52 Branch: refs/heads/master Commit: 0a9b9b528cb799aba70dc25b044a39cb1e8d91d7 Parents: cf68494 Author: Jean-Baptiste Onofré <[email protected]> Authored: Fri Aug 28 07:57:11 2015 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Fri Aug 28 07:57:11 2015 +0200 ---------------------------------------------------------------------- lucene-4.10.4/pom.xml | 6 + lucene-analyzers-common-4.10.4/pom.xml | 112 ++++++++++++++++++ .../src/main/resources/OSGI-INF/bundle.info | 12 ++ lucene-queries-4.10.4/pom.xml | 109 ++++++++++++++++++ .../src/main/resources/OSGI-INF/bundle.info | 12 ++ lucene-queryparser-4.10.4/pom.xml | 113 +++++++++++++++++++ .../src/main/resources/OSGI-INF/bundle.info | 12 ++ lucene-sandbox-4.10.4/pom.xml | 109 ++++++++++++++++++ .../src/main/resources/OSGI-INF/bundle.info | 12 ++ pom.xml | 4 + solr-solrj-4.10.4/pom.xml | 6 + 11 files changed, 507 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/0a9b9b52/lucene-4.10.4/pom.xml ---------------------------------------------------------------------- diff --git a/lucene-4.10.4/pom.xml b/lucene-4.10.4/pom.xml index 983ae5e..e278aba 100644 --- a/lucene-4.10.4/pom.xml +++ b/lucene-4.10.4/pom.xml @@ -35,6 +35,12 @@ <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description> + <scm> + <connection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</connection> + <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</developerConnection> + <url>https://git-wip-us.apache.org/repos/asf?p=servicemix-bundles.git</url> + </scm> + <properties> <pkgGroupId>org.apache.lucene</pkgGroupId> <pkgArtifactId>lucene-core</pkgArtifactId> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/0a9b9b52/lucene-analyzers-common-4.10.4/pom.xml ---------------------------------------------------------------------- diff --git a/lucene-analyzers-common-4.10.4/pom.xml b/lucene-analyzers-common-4.10.4/pom.xml new file mode 100644 index 0000000..abe1b74 --- /dev/null +++ b/lucene-analyzers-common-4.10.4/pom.xml @@ -0,0 +1,112 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + + <!-- + + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + --> + + <modelVersion>4.0.0</modelVersion> + + <parent> + <groupId>org.apache.servicemix.bundles</groupId> + <artifactId>bundles-pom</artifactId> + <version>12</version> + <relativePath>../bundles-pom/pom.xml</relativePath> + </parent> + + <groupId>org.apache.servicemix.bundles</groupId> + <artifactId>org.apache.servicemix.bundles.lucene-analyzers-common</artifactId> + <version>4.10.4_1-SNAPSHOT</version> + <packaging>bundle</packaging> + <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> + <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description> + + <scm> + <connection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</connection> + <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</developerConnection> + <url>https://git-wip-us.apache.org/repos/asf?p=servicemix-bundles.git</url> + </scm> + + <properties> + <pkgGroupId>org.apache.lucene</pkgGroupId> + <pkgArtifactId>lucene-analyzers-common</pkgArtifactId> + <pkgVersion>4.10.4</pkgVersion> + <servicemix.osgi.export> + !org.apache.lucene.analysis, + !org.apache.lucene.analysis.tokenattributes, + org.apache.lucene.analysis.*;version=${pkgVersion};-split-package:=merge-first, + org.tartarus.snowball*;-split-package:=merge-first + </servicemix.osgi.export> + <servicemix.osgi.import.pkg> + javax.xml.parsers, + org.apache.lucene.analysis, + org.apache.lucene.analysis.tokenattributes, + org.apache.lucene.index, + org.apache.lucene.store, + org.apache.lucene.util, + org.apache.lucene.util.automaton, + org.apache.lucene.util.fst, + org.xml.sax, + org.xml.sax.helpers + </servicemix.osgi.import.pkg> + <servicemix.osgi.embed.dependency> + *;inline=META-INF/services/* + </servicemix.osgi.embed.dependency> + </properties> + + <dependencies> + <dependency> + <groupId>${pkgGroupId}</groupId> + <artifactId>${pkgArtifactId}</artifactId> + <version>${pkgVersion}</version> + </dependency> + + <!-- sources --> + <dependency> + <groupId>${pkgGroupId}</groupId> + <artifactId>${pkgArtifactId}</artifactId> + <version>${pkgVersion}</version> + <classifier>sources</classifier> + </dependency> + </dependencies> + + <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-shade-plugin</artifactId> + <configuration> + <artifactSet> + <includes> + <include>${pkgGroupId}:${pkgArtifactId}</include> + </includes> + </artifactSet> + <filters> + <filter> + <artifact>${pkgGroupId}:${pkgArtifactId}</artifact> + <excludes> + <exclude>**/*</exclude> + </excludes> + </filter> + </filters> + <promoteTransitiveDependencies>true</promoteTransitiveDependencies> + <createDependencyReducedPom>true</createDependencyReducedPom> + </configuration> + </plugin> + </plugins> + </build> +</project> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/0a9b9b52/lucene-analyzers-common-4.10.4/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/lucene-analyzers-common-4.10.4/src/main/resources/OSGI-INF/bundle.info b/lucene-analyzers-common-4.10.4/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000..ff8c068 --- /dev/null +++ b/lucene-analyzers-common-4.10.4/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,12 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Apache Lucene(TM) is a high-performance, full-featured text search engine library written entirely in Java. + It is a technology suitable for nearly any application that requires full-text search, especially cross-platform. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://lucene.apache.org/java/docs/index.html\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/0a9b9b52/lucene-queries-4.10.4/pom.xml ---------------------------------------------------------------------- diff --git a/lucene-queries-4.10.4/pom.xml b/lucene-queries-4.10.4/pom.xml new file mode 100644 index 0000000..dc4511f --- /dev/null +++ b/lucene-queries-4.10.4/pom.xml @@ -0,0 +1,109 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + + <!-- + + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + --> + + <modelVersion>4.0.0</modelVersion> + + <parent> + <groupId>org.apache.servicemix.bundles</groupId> + <artifactId>bundles-pom</artifactId> + <version>12</version> + <relativePath>../bundles-pom/pom.xml</relativePath> + </parent> + + <groupId>org.apache.servicemix.bundles</groupId> + <artifactId>org.apache.servicemix.bundles.lucene-queries</artifactId> + <version>4.10.4_1-SNAPSHOT</version> + <packaging>bundle</packaging> + <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> + <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description> + + <scm> + <connection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</connection> + <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</developerConnection> + <url>https://git-wip-us.apache.org/repos/asf?p=servicemix-bundles.git</url> + </scm> + + <properties> + <pkgGroupId>org.apache.lucene</pkgGroupId> + <pkgArtifactId>lucene-queries</pkgArtifactId> + <pkgVersion>4.10.4</pkgVersion> + <servicemix.osgi.export.pkg> + org.apache.lucene.queries + </servicemix.osgi.export.pkg> + <servicemix.osgi.import.pkg> + org.apache.lucene.analysis*, + org.apache.lucene.document, + org.apache.lucene.index, + org.apache.lucene.search*, + org.apache.lucene.util* + </servicemix.osgi.import.pkg> + </properties> + + <dependencies> + <dependency> + <groupId>${pkgGroupId}</groupId> + <artifactId>${pkgArtifactId}</artifactId> + <version>${pkgVersion}</version> + </dependency> + + <!-- sources --> + <dependency> + <groupId>${pkgGroupId}</groupId> + <artifactId>${pkgArtifactId}</artifactId> + <version>${pkgVersion}</version> + <classifier>sources</classifier> + </dependency> + </dependencies> + + <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-shade-plugin</artifactId> + <executions> + <execution> + <phase>package</phase> + <goals> + <goal>shade</goal> + </goals> + <configuration> + <artifactSet> + <includes> + <include>${pkgGroupId}:${pkgArtifactId}</include> + </includes> + </artifactSet> + <filters> + <filter> + <artifact>${pkgGroupId}:${pkgArtifactId}</artifact> + <excludes> + <exclude>**/*</exclude> + </excludes> + </filter> + </filters> + <promoteTransitiveDependencies>true</promoteTransitiveDependencies> + <createDependencyReducedPom>true</createDependencyReducedPom> + </configuration> + </execution> + </executions> + </plugin> + </plugins> + </build> +</project> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/0a9b9b52/lucene-queries-4.10.4/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/lucene-queries-4.10.4/src/main/resources/OSGI-INF/bundle.info b/lucene-queries-4.10.4/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000..ff8c068 --- /dev/null +++ b/lucene-queries-4.10.4/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,12 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Apache Lucene(TM) is a high-performance, full-featured text search engine library written entirely in Java. + It is a technology suitable for nearly any application that requires full-text search, especially cross-platform. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://lucene.apache.org/java/docs/index.html\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/0a9b9b52/lucene-queryparser-4.10.4/pom.xml ---------------------------------------------------------------------- diff --git a/lucene-queryparser-4.10.4/pom.xml b/lucene-queryparser-4.10.4/pom.xml new file mode 100644 index 0000000..8d7e390 --- /dev/null +++ b/lucene-queryparser-4.10.4/pom.xml @@ -0,0 +1,113 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + + <!-- + + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + --> + + <modelVersion>4.0.0</modelVersion> + + <parent> + <groupId>org.apache.servicemix.bundles</groupId> + <artifactId>bundles-pom</artifactId> + <version>12</version> + <relativePath>../bundles-pom/pom.xml</relativePath> + </parent> + + <groupId>org.apache.servicemix.bundles</groupId> + <artifactId>org.apache.servicemix.bundles.lucene-queryparser</artifactId> + <version>4.10.4_1-SNAPSHOT</version> + <packaging>bundle</packaging> + <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> + <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description> + + <scm> + <connection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</connection> + <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</developerConnection> + <url>https://git-wip-us.apache.org/repos/asf?p=servicemix-bundles.git</url> + </scm> + + <properties> + <pkgGroupId>org.apache.lucene</pkgGroupId> + <pkgArtifactId>lucene-queryparser</pkgArtifactId> + <pkgVersion>4.10.4</pkgVersion> + <servicemix.osgi.export.pkg> + org.apache.lucene.queryparser + </servicemix.osgi.export.pkg> + <servicemix.osgi.import.pkg> + javax.xml.parsers, + javax.xml.transform, + javax.xml.transform.dom, + javax.xml.transform.stream, + org.apache.lucene.analysis, + org.apache.lucene.analysis.tokenattributes, + org.apache.lucene.document, + org.apache.lucene.index, + org.apache.lucene.queries, + org.apache.lucene.queries.mlt, + org.apache.lucene.sandbox.queries, + org.apache.lucene.search, + org.apache.lucene.search.payloads, + org.apache.lucene.search.spans, + org.apache.lucene.util, + org.w3c.dom, + org.xml.sax + </servicemix.osgi.import.pkg> + </properties> + + <dependencies> + <dependency> + <groupId>${pkgGroupId}</groupId> + <artifactId>${pkgArtifactId}</artifactId> + <version>${pkgVersion}</version> + </dependency> + + <!-- sources --> + <dependency> + <groupId>${pkgGroupId}</groupId> + <artifactId>${pkgArtifactId}</artifactId> + <version>${pkgVersion}</version> + <classifier>sources</classifier> + </dependency> + </dependencies> + + <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-shade-plugin</artifactId> + <configuration> + <artifactSet> + <includes> + <include>${pkgGroupId}:${pkgArtifactId}</include> + </includes> + </artifactSet> + <filters> + <filter> + <artifact>${pkgGroupId}:${pkgArtifactId}</artifact> + <excludes> + <exclude>**/*</exclude> + </excludes> + </filter> + </filters> + <promoteTransitiveDependencies>true</promoteTransitiveDependencies> + <createDependencyReducedPom>true</createDependencyReducedPom> + </configuration> + </plugin> + </plugins> + </build> +</project> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/0a9b9b52/lucene-queryparser-4.10.4/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/lucene-queryparser-4.10.4/src/main/resources/OSGI-INF/bundle.info b/lucene-queryparser-4.10.4/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000..ff8c068 --- /dev/null +++ b/lucene-queryparser-4.10.4/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,12 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Apache Lucene(TM) is a high-performance, full-featured text search engine library written entirely in Java. + It is a technology suitable for nearly any application that requires full-text search, especially cross-platform. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://lucene.apache.org/java/docs/index.html\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/0a9b9b52/lucene-sandbox-4.10.4/pom.xml ---------------------------------------------------------------------- diff --git a/lucene-sandbox-4.10.4/pom.xml b/lucene-sandbox-4.10.4/pom.xml new file mode 100644 index 0000000..410a3af --- /dev/null +++ b/lucene-sandbox-4.10.4/pom.xml @@ -0,0 +1,109 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + + <!-- + + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + --> + + <modelVersion>4.0.0</modelVersion> + + <parent> + <groupId>org.apache.servicemix.bundles</groupId> + <artifactId>bundles-pom</artifactId> + <version>12</version> + <relativePath>../bundles-pom/pom.xml</relativePath> + </parent> + + <groupId>org.apache.servicemix.bundles</groupId> + <artifactId>org.apache.servicemix.bundles.lucene-sandbox</artifactId> + <version>4.10.4_1-SNAPSHOT</version> + <packaging>bundle</packaging> + <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> + <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description> + + <scm> + <connection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</connection> + <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</developerConnection> + <url>https://git-wip-us.apache.org/repos/asf?p=servicemix-bundles.git</url> + </scm> + + <properties> + <pkgGroupId>org.apache.lucene</pkgGroupId> + <pkgArtifactId>lucene-sandbox</pkgArtifactId> + <pkgVersion>4.10.4</pkgVersion> + <servicemix.osgi.export.pkg> + org.apache.lucene.sandbox + </servicemix.osgi.export.pkg> + <servicemix.osgi.import.pkg> + org.apache.lucene.analysis*, + org.apache.lucene.index, + org.apache.lucene.search*, + org.apache.lucene.util, + org.apache.regexp + </servicemix.osgi.import.pkg> + </properties> + + <dependencies> + <dependency> + <groupId>${pkgGroupId}</groupId> + <artifactId>${pkgArtifactId}</artifactId> + <version>${pkgVersion}</version> + </dependency> + + <!-- sources --> + <dependency> + <groupId>${pkgGroupId}</groupId> + <artifactId>${pkgArtifactId}</artifactId> + <version>${pkgVersion}</version> + <classifier>sources</classifier> + </dependency> + </dependencies> + + <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-shade-plugin</artifactId> + <executions> + <execution> + <phase>package</phase> + <goals> + <goal>shade</goal> + </goals> + <configuration> + <artifactSet> + <includes> + <include>${pkgGroupId}:${pkgArtifactId}</include> + </includes> + </artifactSet> + <filters> + <filter> + <artifact>${pkgGroupId}:${pkgArtifactId}</artifact> + <excludes> + <exclude>**/*</exclude> + </excludes> + </filter> + </filters> + <promoteTransitiveDependencies>true</promoteTransitiveDependencies> + <createDependencyReducedPom>true</createDependencyReducedPom> + </configuration> + </execution> + </executions> + </plugin> + </plugins> + </build> +</project> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/0a9b9b52/lucene-sandbox-4.10.4/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/lucene-sandbox-4.10.4/src/main/resources/OSGI-INF/bundle.info b/lucene-sandbox-4.10.4/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000..ff8c068 --- /dev/null +++ b/lucene-sandbox-4.10.4/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,12 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Apache Lucene(TM) is a high-performance, full-featured text search engine library written entirely in Java. + It is a technology suitable for nearly any application that requires full-text search, especially cross-platform. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://lucene.apache.org/java/docs/index.html\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/0a9b9b52/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index c523e93..e3c3434 100644 --- a/pom.xml +++ b/pom.xml @@ -46,6 +46,10 @@ <module>spring-security-core-3.2.8.RELEASE</module> <module>spring-security-config-3.2.8.RELEASE</module> <module>lucene-4.10.4</module> + <module>lucene-analyzers-common-4.10.4</module> + <module>lucene-queries-4.10.4</module> + <module>lucene-queryparser-4.10.4</module> + <module>lucene-sandbox-4.10.4</module> <module>reflections-0.9.9</module> <module>reflections-0.9.10</module> <module>solr-solrj-4.10.4</module> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/0a9b9b52/solr-solrj-4.10.4/pom.xml ---------------------------------------------------------------------- diff --git a/solr-solrj-4.10.4/pom.xml b/solr-solrj-4.10.4/pom.xml index d1f04d6..729201e 100644 --- a/solr-solrj-4.10.4/pom.xml +++ b/solr-solrj-4.10.4/pom.xml @@ -35,6 +35,12 @@ <name>Apache ServiceMix :: Bundles :: SolrJ</name> <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description> + <scm> + <connection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</connection> + <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</developerConnection> + <url>https://git-wip-us.apache.org/repos/asf?p=servicemix-bundles.git</url> + </scm> + <properties> <pkgGroupId>org.apache.solr</pkgGroupId> <pkgArtifactId>solr-solrj</pkgArtifactId>
