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! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
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. |
Beta Was this translation helpful? Give feedback.
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.