Compare commits
34 Commits
Author | SHA1 | Date | |
---|---|---|---|
ef530a546d | |||
2c6a1c99e0 | |||
1577bbf2d8 | |||
988326a8d5 | |||
80068ef209 | |||
034b319172 | |||
65009df10b | |||
0edac4fc37 | |||
f837e5d1c0 | |||
08498d4224 | |||
1c7997d85c | |||
9874ed9543 | |||
eeb7a84698 | |||
4c1c4d412d | |||
fc5e0c6bd1 | |||
d41d73fa1c | |||
a9aa47d412 | |||
cfb13f3170 | |||
75f8175a1c | |||
58eb0ec013 | |||
dec181aa71 | |||
b6c7323203 | |||
9644bbe154 | |||
118b40f3f9 | |||
db3061a3a6 | |||
f991975923 | |||
e4f14a81da | |||
f749926f92 | |||
8c3ce9f069 | |||
cf2fdf42fa | |||
3d7d8bb769 | |||
01768754f0 | |||
e241137209 | |||
ff2a8b89e5 |
6
pom.xml
6
pom.xml
@@ -7,7 +7,7 @@
|
||||
|
||||
<groupId>com.inteligr8</groupId>
|
||||
<artifactId>ban-maven-plugin</artifactId>
|
||||
<version>1.4-SNAPSHOT</version>
|
||||
<version>1.4.2</version>
|
||||
<packaging>maven-plugin</packaging>
|
||||
|
||||
<name>Ban Artifacts Maven Plugin</name>
|
||||
@@ -106,10 +106,6 @@
|
||||
<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