| <!-- |
| |
| Licensed under the Apache License, Version 2.0 (the "License"); |
| you may not use this file except in compliance with the License. |
| You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, software |
| distributed under the License is distributed on an "AS IS" BASIS, |
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| See the License for the specific language governing permissions and |
| limitations under the License. |
| |
| --> |
| <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 /> |
| |
| <!-- Parent --> |
| <parent> |
| <groupId /> |
| <artifactId /> |
| <version /> |
| <relativePath /> |
| </parent> |
| |
| <!-- The Basics --> |
| <groupId /> |
| <artifactId /> |
| <version /> |
| <packaging /> |
| |
| <!-- Description --> |
| <name /> |
| <description /> |
| |
| <prerequisites> |
| <maven /> |
| </prerequisites> |
| |
| <modules> |
| <module /> |
| </modules> |
| |
| <properties /> |
| |
| <dependencyManagement> |
| <dependencies> |
| <dependency> |
| <groupId /> |
| <artifactId /> |
| <version /> |
| <classifier /> |
| <type /> |
| <scope /> |
| <systemPath /> |
| <optional /> |
| <exclusions> |
| <exclusion> |
| <groupId /> |
| <artifactId /> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| </dependencies> |
| </dependencyManagement> |
| <dependencies> |
| <dependency> |
| <groupId /> |
| <artifactId /> |
| <version /> |
| <classifier /> |
| <type /> |
| <scope /> |
| <systemPath /> |
| <optional /> |
| <exclusions> |
| <exclusion> |
| <groupId /> |
| <artifactId /> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| </dependencies> |
| |
| <!-- Build Settings --> |
| <build> |
| <defaultGoal /> |
| <directory /> |
| <finalName /> |
| |
| <!-- Directories --> |
| <sourceDirectory /> |
| <scriptSourceDirectory /> |
| <testSourceDirectory /> |
| <outputDirectory /> |
| <testOutputDirectory /> |
| |
| <filters> |
| <filter /> |
| </filters> |
| <resources> |
| <resource> |
| <targetPath /> |
| <filtering /> |
| <directory /> |
| <includes> |
| <include /> |
| </includes> |
| <excludes> |
| <exclude /> |
| </excludes> |
| </resource> |
| </resources> |
| <testResources> |
| <testResource> |
| <targetPath /> |
| <filtering /> |
| <directory /> |
| <includes> |
| <include /> |
| </includes> |
| <excludes> |
| <exclude /> |
| </excludes> |
| </testResource> |
| </testResources> |
| <pluginManagement> |
| <plugins> |
| <plugin> |
| <groupId /> |
| <artifactId /> |
| <version /> |
| <extensions /> |
| <goals /> |
| <inherited /> |
| <configuration /> |
| <dependencies> |
| <dependency> |
| <groupId /> |
| <artifactId /> |
| <version /> |
| <classifier /> |
| <type /> |
| <scope /> |
| <systemPath /> |
| <optional /> |
| <exclusions> |
| <exclusion> |
| <groupId /> |
| <artifactId /> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| </dependencies> |
| <executions> |
| <execution> |
| <id /> |
| <goals> |
| <goal /> |
| </goals> |
| <phase /> |
| <inherited /> |
| <configuration /> |
| </execution> |
| </executions> |
| </plugin> |
| </plugins> |
| </pluginManagement> |
| <plugins> |
| <plugin> |
| <groupId /> |
| <artifactId /> |
| <version /> |
| <extensions /> |
| <goals /> |
| <inherited /> |
| <configuration /> |
| <dependencies> |
| <dependency> |
| <groupId /> |
| <artifactId /> |
| <version /> |
| <classifier /> |
| <type /> |
| <scope /> |
| <systemPath /> |
| <optional /> |
| <exclusions> |
| <exclusion> |
| <groupId /> |
| <artifactId /> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| </dependencies> |
| <executions> |
| <execution> |
| <id /> |
| <goals> |
| <goal /> |
| </goals> |
| <phase /> |
| <inherited /> |
| <configuration /> |
| </execution> |
| </executions> |
| </plugin> |
| </plugins> |
| <extensions> |
| <extension> |
| <groupId /> |
| <artifactId /> |
| <version /> |
| </extension> |
| </extensions> |
| </build> |
| <reporting> |
| <outputDirectory /> |
| <excludeDefaults /> |
| <plugins> |
| <plugin> |
| <groupId /> |
| <artifactId /> |
| <version /> |
| <inherited /> |
| <configuration /> |
| <reportSets> |
| <reportSet> |
| <id /> |
| <reports> |
| <report /> |
| </reports> |
| <inherited /> |
| <configuration /> |
| </reportSet> |
| </reportSets> |
| </plugin> |
| </plugins> |
| </reporting> |
| <reports /> |
| |
| <!-- More Project Information --> |
| <url /> |
| <inceptionYear /> |
| <organization> |
| <name /> |
| <url /> |
| </organization> |
| <licenses> |
| <license> |
| <name /> |
| <url /> |
| <distribution /> |
| <comments /> |
| </license> |
| </licenses> |
| <developers> |
| <developer> |
| <id /> |
| <name /> |
| <email /> |
| <url /> |
| <organization /> |
| <organizationUrl /> |
| <roles> |
| <role /> |
| </roles> |
| <timezone /> |
| <properties /> |
| </developer> |
| </developers> |
| <contributors> |
| <contributor> |
| <name /> |
| <email /> |
| <url /> |
| <organization /> |
| <organizationUrl /> |
| <roles> |
| <role /> |
| </roles> |
| <timezone /> |
| <properties /> |
| </contributor> |
| </contributors> |
| <mailingLists> |
| <mailingList> |
| <name /> |
| <subscribe /> |
| <unsubscribe /> |
| <post /> |
| <archive /> |
| <otherArchives> |
| <otherArchive /> |
| </otherArchives> |
| </mailingList> |
| </mailingLists> |
| |
| <!-- Environment Settings --> |
| <scm> |
| <connection /> |
| <developerConnection /> |
| <url /> |
| <tag /> |
| </scm> |
| <issueManagement> |
| <system /> |
| <url /> |
| </issueManagement> |
| <ciManagement> |
| <system /> |
| <url /> |
| <notifiers> |
| <notifier> |
| <type /> |
| <address /> |
| <sendOnError /> |
| <sendOnFailure /> |
| <sendOnSuccess /> |
| <sendOnWarning /> |
| <configuration /> |
| </notifier> |
| </notifiers> |
| </ciManagement> |
| |
| <repositories> |
| <repository> |
| <releases> |
| <enabled /> |
| <updatePolicy /> |
| <checksumPolicy /> |
| </releases> |
| <snapshots> |
| <enabled /> |
| <updatePolicy /> |
| <checksumPolicy /> |
| </snapshots> |
| <id /> |
| <name /> |
| <url /> |
| <layout /> |
| </repository> |
| </repositories> |
| <pluginRepositories> |
| <pluginRepository> |
| <releases> |
| <enabled /> |
| <updatePolicy /> |
| <checksumPolicy /> |
| </releases> |
| <snapshots> |
| <enabled /> |
| <updatePolicy /> |
| <checksumPolicy /> |
| </snapshots> |
| <id /> |
| <name /> |
| <url /> |
| <layout /> |
| </pluginRepository> |
| </pluginRepositories> |
| |
| <distributionManagement> |
| <repository> |
| <uniqueVersion /> |
| <id /> |
| <name /> |
| <url /> |
| <layout /> |
| </repository> |
| <snapshotRepository> |
| <uniqueVersion /> |
| <id /> |
| <name /> |
| <url /> |
| <layout /> |
| </snapshotRepository> |
| <site> |
| <id /> |
| <name /> |
| <url /> |
| </site> |
| <relocation> |
| <groupId /> |
| <artifactId /> |
| <version /> |
| <message /> |
| </relocation> |
| <downloadUrl /> |
| <status /> |
| </distributionManagement> |
| |
| <profiles> |
| <profile> |
| <id /> |
| <activation> |
| <activeByDefault /> |
| <jdk /> |
| <os> |
| <name /> |
| <family /> |
| <arch /> |
| <version /> |
| </os> |
| <property> |
| <name /> |
| <value /> |
| </property> |
| <file> |
| <exists /> |
| <missing /> |
| </file> |
| </activation> |
| <modules> |
| <module /> |
| </modules> |
| <properties /> |
| <dependencyManagement> |
| <dependencies> |
| <dependency> |
| <groupId /> |
| <artifactId /> |
| <version /> |
| <classifier /> |
| <type /> |
| <scope /> |
| <systemPath /> |
| <optional /> |
| <exclusions> |
| <exclusion> |
| <groupId /> |
| <artifactId /> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| </dependencies> |
| </dependencyManagement> |
| <dependencies> |
| <dependency> |
| <groupId /> |
| <artifactId /> |
| <version /> |
| <classifier /> |
| <type /> |
| <scope /> |
| <systemPath /> |
| <optional /> |
| <exclusions> |
| <exclusion> |
| <groupId /> |
| <artifactId /> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| </dependencies> |
| <build> |
| <defaultGoal /> |
| <directory /> |
| <finalName /> |
| <filters> |
| <filter /> |
| </filters> |
| <resources> |
| <resource> |
| <targetPath /> |
| <filtering /> |
| <directory /> |
| <includes> |
| <include /> |
| </includes> |
| <excludes> |
| <exclude /> |
| </excludes> |
| </resource> |
| </resources> |
| <testResources> |
| <testResource> |
| <targetPath /> |
| <filtering /> |
| <directory /> |
| <includes> |
| <include /> |
| </includes> |
| <excludes> |
| <exclude /> |
| </excludes> |
| </testResource> |
| </testResources> |
| <pluginManagement> |
| <plugins> |
| <plugin> |
| <groupId /> |
| <artifactId /> |
| <version /> |
| <extensions /> |
| <goals /> |
| <inherited /> |
| <configuration /> |
| <dependencies> |
| <dependency> |
| <groupId /> |
| <artifactId /> |
| <version /> |
| <classifier /> |
| <type /> |
| <scope /> |
| <systemPath /> |
| <optional /> |
| <exclusions> |
| <exclusion> |
| <groupId /> |
| <artifactId /> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| </dependencies> |
| <executions> |
| <execution> |
| <id /> |
| <goals> |
| <goal /> |
| </goals> |
| <phase /> |
| <inherited /> |
| <configuration /> |
| </execution> |
| </executions> |
| </plugin> |
| </plugins> |
| </pluginManagement> |
| <plugins> |
| <plugin> |
| <groupId /> |
| <artifactId /> |
| <version /> |
| <extensions /> |
| <goals /> |
| <inherited /> |
| <configuration /> |
| <dependencies> |
| <dependency> |
| <groupId /> |
| <artifactId /> |
| <version /> |
| <classifier /> |
| <type /> |
| <scope /> |
| <systemPath /> |
| <optional /> |
| <exclusions> |
| <exclusion> |
| <groupId /> |
| <artifactId /> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| </dependencies> |
| <executions> |
| <execution> |
| <id /> |
| <goals> |
| <goal /> |
| </goals> |
| <phase /> |
| <inherited /> |
| <configuration /> |
| </execution> |
| </executions> |
| </plugin> |
| </plugins> |
| </build> |
| <reporting> |
| <outputDirectory /> |
| <excludeDefaults /> |
| <plugins> |
| <plugin> |
| <groupId /> |
| <artifactId /> |
| <version /> |
| <inherited /> |
| <configuration /> |
| <reportSets> |
| <reportSet> |
| <id /> |
| <reports> |
| <report /> |
| </reports> |
| <inherited /> |
| <configuration /> |
| </reportSet> |
| </reportSets> |
| </plugin> |
| </plugins> |
| </reporting> |
| <reports /> |
| <repositories> |
| <repository> |
| <releases> |
| <enabled /> |
| <updatePolicy /> |
| <checksumPolicy /> |
| </releases> |
| <snapshots> |
| <enabled /> |
| <updatePolicy /> |
| <checksumPolicy /> |
| </snapshots> |
| <id /> |
| <name /> |
| <url /> |
| <layout /> |
| </repository> |
| </repositories> |
| <pluginRepositories> |
| <pluginRepository> |
| <releases> |
| <enabled /> |
| <updatePolicy /> |
| <checksumPolicy /> |
| </releases> |
| <snapshots> |
| <enabled /> |
| <updatePolicy /> |
| <checksumPolicy /> |
| </snapshots> |
| <id /> |
| <name /> |
| <url /> |
| <layout /> |
| </pluginRepository> |
| </pluginRepositories> |
| <distributionManagement> |
| <repository> |
| <uniqueVersion /> |
| <id /> |
| <name /> |
| <url /> |
| <layout /> |
| </repository> |
| <snapshotRepository> |
| <uniqueVersion /> |
| <id /> |
| <name /> |
| <url /> |
| <layout /> |
| </snapshotRepository> |
| <site> |
| <id /> |
| <name /> |
| <url /> |
| </site> |
| <relocation> |
| <groupId /> |
| <artifactId /> |
| <version /> |
| <message /> |
| </relocation> |
| <downloadUrl /> |
| <status /> |
| </distributionManagement> |
| </profile> |
| </profiles> |
| </project> |