Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.

Close repositoryName in documentation #117

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions github-site-plugin/src/site/markdown/project.md.vm
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ the plugin configuration:
<phase>site-deploy</phase>
<configuration>
<!-- repository identification -->
<repositoryName>coffee-mill-maven-plugin<repositoryName>
<repositoryName>coffee-mill-maven-plugin</repositoryName>
<repositoryOwner>nanoko-project</repositoryOwner>

<server>github</server>
Expand All @@ -72,4 +72,4 @@ Configuring the branch

You can change the branch on which the site is pushed. By default, it uses _gh-pages_,
the branch use by Github to generate the Github Page. Configure the _branch_ parameter of the plugin to change the
branch to update.
branch to update.