publish looks for target/site/javadoc and doesn't find it #48
|
I had the following build for a java project: and then I tried adding javadoc deploy, with the following changes: The build works but publish fails with the message: When running locally I have no modelstore.services/target/site directory, but I do have javadocs in modelstore.servies/target/apidocs/ Is it possible to make Javadoc-publisher fetch from there? Or do I need to do this javadoc deploy as an integrated part of the actual maven build? Here is the project I'm trying this on (I'm currently in the process of replacing a no-longer-working travis-ci with github action: https://github.com/steinarb/modelstore Thanks! |
Answered by
MathieuSoysal
Apr 2, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @steinarb ,
Thank you for your feedback, it's a good idea of feature!
I have created an issue for our problem here: #49
I hope this issue answers correctly your problem.