Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
randgalt committed Apr 22, 2020
2 parents 1e8fb6a + 6ee94e1 commit 192d598
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 4 additions & 0 deletions src/site/confluence/index.confluence
Original file line number Diff line number Diff line change
Expand Up @@ -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.|
Expand Down

0 comments on commit 192d598

Please sign in to comment.