sultan commented on PR #37:
URL:
https://github.com/apache/tomee-site-generator/pull/37#issuecomment-1092078415
ok so i wrapped everything, now i have only one page with everything, there
is still room for change if need be.
my problem now is build is broken on windows again (javadoc not generated,
slash errors ?)
i need either, help to make build works on windows for javadoc,
or, help to test change
`java`
// new Source("https://github.com/eclipse/microprofile.git",
"5.0",
"microprofile-5.0").related(microProfile5).javadoc("^org.eclipse.microprofile.*"),
// new Source("https://github.com/eclipse/microprofile.git",
"2.0",
"microprofile-2.0").related(microProfile2).javadoc("^org.eclipse.microprofile.*"),
new
Source("https://github.com/eclipse/microprofile-bom.git", "master",
"microprofile-5.0").related(microProfile5).javadoc("^org.eclipse.microprofile.*"),
new
Source("https://github.com/eclipse/microprofile-bom.git", "master",
"microprofile-2.0").related(microProfile2).javadoc("^org.eclipse.microprofile.*"),
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]