Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No instructions for building local copy of site. #4

Open
ravn opened this issue Sep 25, 2022 · 4 comments
Open

No instructions for building local copy of site. #4

ravn opened this issue Sep 25, 2022 · 4 comments

Comments

@ravn
Copy link
Contributor

ravn commented Sep 25, 2022

I would like to contribute some minor things to the slf4j-site files, but did not find instructions for building the site locally. mvn package and mvn site:site did not generate the expected result.

How is this to be done?

@ceki
Copy link
Member

ceki commented Sep 25, 2022

The site is copied more than built.

The command you are looking for is:

mvn install

This copies html files from src/site/pages/ folder to target/site folder performing variable replacements along the way.

@ravn
Copy link
Contributor Author

ravn commented Sep 26, 2022

Thank you. I have created #5

@ceki
Copy link
Member

ceki commented Sep 26, 2022

Hi Thorbjørn,

Thank you for #5. Have you signed-off the commits? Otherwise the DCO check fails...

@ravn
Copy link
Contributor Author

ravn commented Sep 27, 2022

Learned something new today - fortunately Github instructions are very clear.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants