Skip to content

Commit

Permalink
[doc] Use yupiik asciidoc
Browse files Browse the repository at this point in the history
  • Loading branch information
fpapon committed Jun 6, 2024
1 parent 16269aa commit 0e0a29c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions bundlebee-documentation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@
<groupId>io.yupiik.maven</groupId>
<artifactId>yupiik-tools-maven-plugin</artifactId>
<configuration>
<preferYupiikAsciidoc>true</preferYupiikAsciidoc>
<siteBase>//www.yupiik.io/bundlebee</siteBase>
<title>BundleBee documentation</title>
<description>BundleBee is a light Java Kubernetes package manager.</description>
Expand Down
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,13 @@ under the License.
<groupId>io.yupiik.maven</groupId>
<artifactId>yupiik-tools-maven-plugin</artifactId>
<version>${yupiik-tools.version}</version>
<dependencies>
<dependency>
<groupId>io.yupiik.maven</groupId>
<artifactId>asciidoc-java</artifactId>
<version>${yupiik-tools.version}</version>
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
Expand Down

0 comments on commit 0e0a29c

Please sign in to comment.