Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
fbe10db503 |
6
pom.xml
6
pom.xml
@@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
<groupId>com.inteligr8</groupId>
|
<groupId>com.inteligr8</groupId>
|
||||||
<artifactId>ban-maven-plugin</artifactId>
|
<artifactId>ban-maven-plugin</artifactId>
|
||||||
<version>1.4.2</version>
|
<version>1.4-SNAPSHOT</version>
|
||||||
<packaging>maven-plugin</packaging>
|
<packaging>maven-plugin</packaging>
|
||||||
|
|
||||||
<name>Ban Artifacts Maven Plugin</name>
|
<name>Ban Artifacts Maven Plugin</name>
|
||||||
@@ -106,6 +106,10 @@
|
|||||||
<artifactId>maven-invoker-plugin</artifactId>
|
<artifactId>maven-invoker-plugin</artifactId>
|
||||||
<version>3.9.0</version>
|
<version>3.9.0</version>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
<plugin>
|
||||||
|
<artifactId>maven-javadoc-plugin</artifactId>
|
||||||
|
<version>3.11.2</version>
|
||||||
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.eclipse.sisu</groupId>
|
<groupId>org.eclipse.sisu</groupId>
|
||||||
<artifactId>sisu-maven-plugin</artifactId>
|
<artifactId>sisu-maven-plugin</artifactId>
|
||||||
|
@@ -52,20 +52,20 @@ import com.inteligr8.maven.model.ArtifactFilter;
|
|||||||
* The specification is as follows:
|
* The specification is as follows:
|
||||||
*
|
*
|
||||||
* ```xml
|
* ```xml
|
||||||
* <configuration>
|
* <configuration>
|
||||||
* <import>
|
* <import>
|
||||||
* <file>relative/path/file.xml</file>
|
* <file>relative/path/file.xml</file>
|
||||||
* <url>https://host.domain/path/file.xml</url>
|
* <url>https://host.domain/path/file.xml</url>
|
||||||
* <artifact>domain.host:artifact-id:[1.0,)</artifact>
|
* <artifact>domain.host:artifact-id:[1.0,)</artifact>
|
||||||
* </import>
|
* </import>
|
||||||
* <includes>
|
* <includes>
|
||||||
* <artifact>log4j:log4j</artifact>
|
* <artifact>log4j:log4j</artifact>
|
||||||
* <artifact>org.apache.logging:log4j-impl:[,2.16.1)</artifact>
|
* <artifact>org.apache.logging:log4j-impl:[,2.16.1)</artifact>
|
||||||
* </includes>
|
* </includes>
|
||||||
* <excludes>
|
* <excludes>
|
||||||
* <artifact>...</artifact>
|
* <artifact>...</artifact>
|
||||||
* </excludes>
|
* </excludes>
|
||||||
* </configuration>
|
* </configuration>
|
||||||
* ```
|
* ```
|
||||||
*
|
*
|
||||||
* The imports are recursively processed under the same specification. The
|
* The imports are recursively processed under the same specification. The
|
||||||
|
Reference in New Issue
Block a user