reworked aggregation mojo to resolve issues #325, #386, and #531

This commit is contained in:
Jeremy Long
2016-08-20 12:15:49 -04:00
parent 36de3d1e25
commit 4f6f248421
5 changed files with 226 additions and 166 deletions

View File

@@ -671,6 +671,11 @@ Copyright (c) 2012 - Jeremy Long
<artifactId>plexus-sec-dispatcher</artifactId>
<version>1.4</version>
</dependency>
<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-dependency-tree</artifactId>
<version>2.2</version>
</dependency>
<dependency>
<groupId>org.glassfish</groupId>
<artifactId>javax.json</artifactId>