Revize 9bebe997
Přidáno uživatelem Pavel Fidranský před asi 6 roky(ů)
sources/imiger-spade-converter/pom.xml | ||
---|---|---|
19 | 19 |
<plugins> |
20 | 20 |
<plugin> |
21 | 21 |
<groupId>org.apache.maven.plugins</groupId> |
22 |
<artifactId>maven-jar-plugin</artifactId> |
|
23 |
<version>3.1.1</version> |
|
22 |
<artifactId>maven-assembly-plugin</artifactId> |
|
23 |
<configuration> |
|
24 |
<descriptorRefs> |
|
25 |
<descriptorRef>jar-with-dependencies</descriptorRef> |
|
26 |
</descriptorRefs> |
|
27 |
</configuration> |
|
28 |
<executions> |
|
29 |
<execution> |
|
30 |
<id>make-assembly</id> <!-- this is used for inheritance merges --> |
|
31 |
<phase>package</phase> <!-- bind to the packaging phase --> |
|
32 |
<goals> |
|
33 |
<goal>single</goal> |
|
34 |
</goals> |
|
35 |
</execution> |
|
36 |
</executions> |
|
24 | 37 |
</plugin> |
25 | 38 |
</plugins> |
26 | 39 |
</build> |
Také k dispozici: Unified diff
dynamic module loading with SPI