You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
479 B
18 lines
479 B
<plugin> |
|
<groupId>org.apache.maven.plugins</groupId> |
|
<artifactId>maven-assembly-plugin</artifactId> |
|
<configuration> |
|
<descriptors> |
|
<descriptor>descriptor.xml</descriptor> |
|
</descriptors> |
|
</configuration> |
|
<executions> |
|
<execution> |
|
<id>servicearchive</id> |
|
<phase>install</phase> |
|
<goals> |
|
<goal>single</goal> |
|
</goals> |
|
</execution> |
|
</executions> |
|
</plugin> |