Repository: servicemix-bundles Updated Branches: refs/heads/master 868a34da1 -> d572a7661
[SM-3544] Create OSGi bundle for Lightcouch 0.2.0 Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/d572a766 Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/d572a766 Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/d572a766 Branch: refs/heads/master Commit: d572a766110ae83ad4e22f3017f400b6fa9a5979 Parents: 868a34d Author: Andrea Cosentino <[email protected]> Authored: Thu Nov 16 11:42:25 2017 +0100 Committer: Andrea Cosentino <[email protected]> Committed: Thu Nov 16 11:42:25 2017 +0100 ---------------------------------------------------------------------- lightcouch-0.1.8/pom.xml | 108 ------------------ .../src/main/resources/OSGI-INF/bundle.info | 15 --- lightcouch-0.2.0/pom.xml | 109 +++++++++++++++++++ .../src/main/resources/OSGI-INF/bundle.info | 15 +++ pom.xml | 1 + 5 files changed, 125 insertions(+), 123 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/d572a766/lightcouch-0.1.8/pom.xml ---------------------------------------------------------------------- diff --git a/lightcouch-0.1.8/pom.xml b/lightcouch-0.1.8/pom.xml deleted file mode 100644 index 571f7b4..0000000 --- a/lightcouch-0.1.8/pom.xml +++ /dev/null @@ -1,108 +0,0 @@ -<?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.lightcouch</artifactId> - <version>0.1.8_3-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> - <tag>HEAD</tag> - </scm> - - <properties> - <pkgGroupId>org.lightcouch</pkgGroupId> - <pkgArtifactId>lightcouch</pkgArtifactId> - <pkgVersion>0.1.8</pkgVersion> - <servicemix.osgi.export.pkg> - org.lightcouch - </servicemix.osgi.export.pkg> - <servicemix.osgi.import.pkg> - com.google.gson*;version="[2.2,3)", - javax.net.ssl, - org.apache.commons.codec.binary;version="[1.6,2)", - org.apache.commons.logging;version="[1.1,2)";resolution:=optional, - org.apache.http*;version="[4,5)" - </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> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> -</project> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/d572a766/lightcouch-0.1.8/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/lightcouch-0.1.8/src/main/resources/OSGI-INF/bundle.info b/lightcouch-0.1.8/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index 9e768e0..0000000 --- a/lightcouch-0.1.8/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,15 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - LightCouch aims at providing a simple and easy-to-use API - for communicating with CouchDB databases. - - It offers a powerful and lightweight interface with minimal - code-base and dependency. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://www.lightcouch.org/\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/d572a766/lightcouch-0.2.0/pom.xml ---------------------------------------------------------------------- diff --git a/lightcouch-0.2.0/pom.xml b/lightcouch-0.2.0/pom.xml new file mode 100644 index 0000000..5fd72df --- /dev/null +++ b/lightcouch-0.2.0/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.lightcouch</artifactId> + <version>0.2.0_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> + <tag>HEAD</tag> + </scm> + + <properties> + <pkgGroupId>org.lightcouch</pkgGroupId> + <pkgArtifactId>lightcouch</pkgArtifactId> + <pkgVersion>0.2.0</pkgVersion> + <servicemix.osgi.export.pkg> + org.lightcouch + </servicemix.osgi.export.pkg> + <servicemix.osgi.import.pkg> + com.google.gson*;version="[2.2,3)", + javax.net.ssl, + org.apache.commons.codec;version="[1.6,2)", + org.apache.commons.codec.binary;version="[1.6,2)", + org.apache.commons.logging;version="[1.1,2)";resolution:=optional, + org.apache.http*;version="[4,5)" + </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> + </configuration> + </execution> + </executions> + </plugin> + </plugins> + </build> +</project> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/d572a766/lightcouch-0.2.0/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/lightcouch-0.2.0/src/main/resources/OSGI-INF/bundle.info b/lightcouch-0.2.0/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000..9e768e0 --- /dev/null +++ b/lightcouch-0.2.0/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,15 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + LightCouch aims at providing a simple and easy-to-use API + for communicating with CouchDB databases. + + It offers a powerful and lightweight interface with minimal + code-base and dependency. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://www.lightcouch.org/\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/d572a766/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index bc334a5..8ffdd8b 100644 --- a/pom.xml +++ b/pom.xml @@ -66,6 +66,7 @@ <module>kafka-streams-0.11.0.1</module> <module>sparkjava-core-2.7.0</module> <module>azure-storage-6.1.0</module> + <module>lightcouch-0.2.0</module> </modules> </project>
