ano-buildutils
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>net.anotheria</groupId> <artifactId>ano-buildutils</artifactId> <version>7</version> </dependency>
<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/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>net.anotheria</groupId> <artifactId>ano-buildutils</artifactId> <version>7</version> <name>supporting build utils</name> <parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent> <dependencies> </dependencies> <build> <finalName>${project.artifactId}-${project.version}</finalName> <resources> <resource> <directory>${project.basedir}</directory> <includes><include>*_checks.xml</include></includes> </resource> </resources> </build> <scm> <url>https://github.com/anotheria/ano-buildutils</url> <connection>scm:git:git@github.com:anotheria/ano-buildutils.git</connection> <developerConnection>scm:git:git@github.com:anotheria/ano-buildutils.git</developerConnection> </scm> </project>