build-tools
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.hazendaz</groupId>
<artifactId>build-tools</artifactId>
<version>1.5.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<!--
build-tools (https://github.com/hazendaz/build-tools)
Copyright 2014-2025 Hazendaz.
All rights reserved. This program and the accompanying materials
are made available under the terms of The Apache Software License,
Version 2.0 which accompanies this distribution, and is available at
https://www.apache.org/licenses/LICENSE-2.0.txt
Contributors:
Hazendaz (Jeremy Landis).
-->
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.github.hazendaz</groupId>
<artifactId>base-parent</artifactId>
<version>53</version>
<relativePath />
</parent>
<groupId>com.github.hazendaz</groupId>
<artifactId>build-tools</artifactId>
<version>1.5.0</version>
<packaging>jar</packaging>
<name>build-tools</name>
<description>Maven Build Tools is a Configuraton Jar file that can be used with various plugins.</description>
<url>https://github.com/hazendaz/build-tools</url>
<inceptionYear>2014</inceptionYear>
<scm>
<connection>scm:git:ssh://git@github.com/hazendaz/build-tools.git</connection>
<developerConnection>scm:git:ssh://git@github.com/hazendaz/build-tools.git</developerConnection>
<tag>build-tools-1.5.0</tag>
<url>https://github.com/hazendaz/build-tools</url>
</scm>
<issueManagement>
<system>Github</system>
<url>https://github.com/hazendaz/build-tools/issues</url>
</issueManagement>
<ciManagement>
<system>Github</system>
<url>https://github.com/hazendaz/build-tools/actions</url>
</ciManagement>
<distributionManagement>
<site>
<id>gh-pages-scm</id>
<name>GitHub Pages</name>
<url>scm:git:ssh://git@github.com/hazendaz/build-tools.git</url>
</site>
</distributionManagement>
</project>