diff options
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 9 |
1 files changed, 9 insertions, 0 deletions
| @@ -44,6 +44,15 @@ | |||
| 44 | <descriptorRef>jar-with-dependencies</descriptorRef> | 44 | <descriptorRef>jar-with-dependencies</descriptorRef> |
| 45 | </descriptorRefs> | 45 | </descriptorRefs> |
| 46 | </configuration> | 46 | </configuration> |
| 47 | <executions> | ||
| 48 | <execution> | ||
| 49 | <id>make-assembly</id> <!-- this is used for inheritance merges --> | ||
| 50 | <phase>package</phase> <!-- bind to the packaging phase --> | ||
| 51 | <goals> | ||
| 52 | <goal>single</goal> | ||
| 53 | </goals> | ||
| 54 | </execution> | ||
| 55 | </executions> | ||
| 47 | </plugin> | 56 | </plugin> |
| 48 | </plugins> | 57 | </plugins> |
| 49 | </build> | 58 | </build> |
