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

Smarter external relative links #22

Open
DavidLeoni opened this issue Oct 24, 2016 · 1 comment
Open

Smarter external relative links #22

DavidLeoni opened this issue Oct 24, 2016 · 1 comment
Assignees

Comments

@DavidLeoni
Copy link
Member

DavidLeoni commented Oct 24, 2016

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:

../../../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

@DavidLeoni DavidLeoni added this to the 0.8.0 milestone Oct 24, 2016
@DavidLeoni DavidLeoni self-assigned this Oct 24, 2016
@DavidLeoni DavidLeoni modified the milestone: 0.8.0 Feb 7, 2017
@DavidLeoni
Copy link
Member Author

This thing was harder to implement than expected, will defer it to versions > 0.8 ....

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

No branches or pull requests

1 participant