mirror of
https://github.com/igniterealtime/Spark.git
synced 2025-10-30 04:11:39 +00:00
21 lines
903 B
XML
21 lines
903 B
XML
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<parent>
|
|
<groupId>org.igniterealtime.spark</groupId>
|
|
<artifactId>parent</artifactId>
|
|
<version>3.0.3-SNAPSHOT</version>
|
|
<relativePath>../../</relativePath>
|
|
</parent>
|
|
|
|
<groupId>org.igniterealtime.spark.plugins</groupId>
|
|
<artifactId>assembly-descriptor</artifactId>
|
|
|
|
<name>Spark Plugin Assembly Descriptor</name>
|
|
<description>
|
|
This module contains a Maven Assembly Descriptor that's used to create a Spark plugin package. The usage of this
|
|
module is defined in https://maven.apache.org/plugins/maven-assembly-plugin/examples/sharing-descriptors.html
|
|
</description>
|
|
</project>
|