We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
External relative links to projects in the same org should be rewritten to take into account other projects having same josman structure
Example from josman-maven-plugin/blob/master/TheTests.md:
josman-maven-plugin/blob/master/TheTests.md
../../../jackan/blob/branch-0.3/README.md
Should be rewritten to
../jackan/0.3/index.html ../../../jackan/0.3/README.md
So to pick http://opendatatrentino.github.io/jackan/0.3/index.html
To avoid hardcoding versions, this plugin looks interesting. BUT in order for it to work we should make Maven variable injection work, see #3
The text was updated successfully, but these errors were encountered:
This thing was harder to implement than expected, will defer it to versions > 0.8 ....
Sorry, something went wrong.
DavidLeoni
No branches or pull requests
External relative links to projects in the same org should be rewritten to take into account other projects having same josman structure
Example from
josman-maven-plugin/blob/master/TheTests.md
:Should be rewritten to
So to pick http://opendatatrentino.github.io/jackan/0.3/index.html
To avoid hardcoding versions, this plugin looks interesting. BUT in order for it to work we should make Maven variable injection work, see #3
The text was updated successfully, but these errors were encountered: