fix markdown javadoc
This commit is contained in:
4
pom.xml
4
pom.xml
@@ -106,6 +106,10 @@
|
||||
<artifactId>maven-invoker-plugin</artifactId>
|
||||
<version>3.9.0</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<artifactId>maven-javadoc-plugin</artifactId>
|
||||
<version>3.11.2</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.eclipse.sisu</groupId>
|
||||
<artifactId>sisu-maven-plugin</artifactId>
|
||||
|
@@ -52,20 +52,20 @@ import com.inteligr8.maven.model.ArtifactFilter;
|
||||
* The specification is as follows:
|
||||
*
|
||||
* ```xml
|
||||
* <configuration>
|
||||
* <import>
|
||||
* <file>relative/path/file.xml</file>
|
||||
* <url>https://host.domain/path/file.xml</url>
|
||||
* <artifact>domain.host:artifact-id:[1.0,)</artifact>
|
||||
* </import>
|
||||
* <includes>
|
||||
* <artifact>log4j:log4j</artifact>
|
||||
* <artifact>org.apache.logging:log4j-impl:[,2.16.1)</artifact>
|
||||
* </includes>
|
||||
* <excludes>
|
||||
* <artifact>...</artifact>
|
||||
* </excludes>
|
||||
* </configuration>
|
||||
* <configuration>
|
||||
* <import>
|
||||
* <file>relative/path/file.xml</file>
|
||||
* <url>https://host.domain/path/file.xml</url>
|
||||
* <artifact>domain.host:artifact-id:[1.0,)</artifact>
|
||||
* </import>
|
||||
* <includes>
|
||||
* <artifact>log4j:log4j</artifact>
|
||||
* <artifact>org.apache.logging:log4j-impl:[,2.16.1)</artifact>
|
||||
* </includes>
|
||||
* <excludes>
|
||||
* <artifact>...</artifact>
|
||||
* </excludes>
|
||||
* </configuration>
|
||||
* ```
|
||||
*
|
||||
* The imports are recursively processed under the same specification. The
|
||||
|
Reference in New Issue
Block a user