diff options
| author | RncLsn <rnc.lsn@gmail.com> | 2015-06-30 10:28:09 +0100 |
|---|---|---|
| committer | RncLsn <rnc.lsn@gmail.com> | 2015-06-30 10:28:09 +0100 |
| commit | afb949a595bf351d4c9f1a8984ed82edbd13b725 (patch) | |
| tree | 715086d773c0fc2b610df752d647cb35448be20f /pom.xml | |
| parent | 1013812b487bc438df49ec93ad9433438d5d6cf6 (diff) | |
| download | ACQuA-afb949a595bf351d4c9f1a8984ed82edbd13b725.tar.gz ACQuA-afb949a595bf351d4c9f1a8984ed82edbd13b725.zip | |
Small changes.
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> |
