Adds Maven support for specifying multiple filesets in a 'scanSet'. #773

This commit is contained in:
stevespringett
2017-07-22 15:10:42 -05:00
parent db2a0abcb6
commit b8edcaeaf8
4 changed files with 52 additions and 0 deletions

View File

@@ -708,6 +708,11 @@ Copyright (c) 2012 - Jeremy Long
<artifactId>maven-plugin-api</artifactId>
<version>${maven.api.version}</version>
</dependency>
<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>file-management</artifactId>
<version>3.0.0</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-settings</artifactId>