You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@curator.apache.org by ra...@apache.org on 2020/04/20 11:47:34 UTC

[curator] branch master updated: [CURATOR-464] update classifier and document accordingly

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

randgalt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/curator.git


The following commit(s) were added to refs/heads/master by this push:
     new 6ee94e1  [CURATOR-464] update classifier and document accordingly
6ee94e1 is described below

commit 6ee94e1eede4ae97223b70d4a22f37be50f14533
Author: bigmarvin <ma...@gmail.com>
AuthorDate: Mon Apr 20 16:00:48 2020 +0800

    [CURATOR-464] update classifier and document accordingly
---
 pom.xml                              | 2 +-
 src/site/confluence/index.confluence | 4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 427037f..df45a2e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -971,7 +971,7 @@
                                 <artifact>
                                     <file>${project.build.directory}/original-${project.build.finalName}.jar</file>
                                     <type>jar</type>
-                                    <classifier>original</classifier>
+                                    <classifier>osgi</classifier>
                                 </artifact>
                             </artifacts>
                             <skipAttach>${skip-attaching-original-artifact}</skipAttach>
diff --git a/src/site/confluence/index.confluence b/src/site/confluence/index.confluence
index 431acbe..8ea1c0e 100644
--- a/src/site/confluence/index.confluence
+++ b/src/site/confluence/index.confluence
@@ -35,6 +35,10 @@ h2. Maven / Artifacts
 Curator binaries are published to Maven Central. Curator consists of several artifacts. Which artifacts to use depends on your needs. For
 most users, the only artifact you need is curator\-recipes.
 
+For OSGi users, there's another set of artifacts of classifier osgi available in Maven Central. These artifacts are not
+shaded, thus no package relocation is performed inside, so hopefully they could start as bundles when their dependencies
+are fulfilled by dedicated bundles, e.g. guava.
+
 ||GroupID/Org||ArtifactID/Name||Description||
 |org.apache.curator|curator\-recipes|All of the recipes. Note: this artifact has dependencies on client and framework and, so, Maven (or whatever tool you're using) should pull those in automatically.|
 |org.apache.curator|curator\-async|Asynchronous DSL with O/R modeling, migrations and many other features.|