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

@@ -171,6 +171,10 @@ Copyright (c) 2013 Jeremy Long. All Rights Reserved.
<artifactId>maven-core</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>file-management</artifactId>
</dependency>
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>