Skip to content

What is the approach to include other properties in the documentation #30

Closed Answered by nandorholozsnyak
obfischer asked this question in Q&A
Discussion options

You must be logged in to vote

Hello @obfischer ,

I'm back with some news. I thought about your question so much before I started the project, and the whole file location techniques and the ability to add multiple input files for the generate-and-aggregate-documents goal has been already created.

Let me show you an example how you can utilize it:

<execution>
      <id>aggregate-docs-markdown-with-spring-related-configurations</id>
      <goals>
          <goal>generate-and-aggregate-documents</goal>
      </goals>
      <phase>package</phase>
      <configuration>
          <type>ADOC</type>
          <inputs>
              <input>
                  <name>Multi Module A</name>
                  <description>Multi Modul…

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by nandorholozsnyak
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants