#169 include new artifact in distribution

This commit is contained in:
Christian Schuster 2014-05-15 00:44:38 +02:00 committed by Gunnar Morling
parent 183d4c83e6
commit 5a04f4635e
2 changed files with 5 additions and 0 deletions

View File

@ -38,6 +38,10 @@
<groupId>org.mapstruct</groupId>
<artifactId>mapstruct</artifactId>
</dependency>
<dependency>
<groupId>org.mapstruct</groupId>
<artifactId>mapstruct-jdk8</artifactId>
</dependency>
<dependency>
<groupId>org.mapstruct</groupId>
<artifactId>mapstruct-processor</artifactId>

View File

@ -32,6 +32,7 @@
<outputDirectory>lib</outputDirectory>
<includes>
<include>org.mapstruct:mapstruct</include>
<include>org.mapstruct:mapstruct-jdk8</include>
<include>org.mapstruct:mapstruct-processor</include>
</includes>
</dependencySet>