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