-
Notifications
You must be signed in to change notification settings - Fork 27
feature: allows generate::Doc to accept inputSpec as a directory #183
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
Conversation
@Slf4j | ||
public class GenerateFromDirectoryDocMojo extends GenerateMojo { | ||
// allows generate::Doc to accept inputSpec as a directory | ||
// output docs will be places in deperate folders for each spec |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo: separate
boat-maven-plugin/src/main/java/com/backbase/oss/boat/GenerateFromDirectoryDocMojo.java
Outdated
Show resolved
Hide resolved
Kudos, SonarCloud Quality Gate passed! |
|
||
@Slf4j | ||
public class GenerateFromDirectoryDocMojo extends GenerateMojo { | ||
// allows generate::Doc to accept inputSpec as a directory |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This could be javadoc.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
972c34b
to
b230b13
Compare
… covered by it tests
Kudos, SonarCloud Quality Gate passed! |
feature: allows generate::Doc to accept inputSpec as a directory
No description provided.