
net.yetamine.lang.0.5.0.source-code.pom.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of net.yetamine.lang Show documentation
Show all versions of net.yetamine.lang Show documentation
Small extensions for the core Java language libraries.
<?xml version="1.0" encoding="UTF-8"?> <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> <parent> <groupId>net.yetamine</groupId> <artifactId>net.yetamine</artifactId> <version>3.0.0</version> </parent> <groupId>net.yetamine</groupId> <artifactId>net.yetamine.lang</artifactId> <version>0.5.0</version> <packaging>bundle</packaging> <name>net.yetamine.lang</name> <description>Small extensions for the core Java language libraries.</description> <url>https://github.com/pdolezal/net.yetamine.lang</url> <inceptionYear>2015</inceptionYear> <licenses> <license> <name>Creative Commons Attribution-ShareAlike 4.0 International</name> <url>http://creativecommons.org/licenses/by-sa/4.0/</url> </license> </licenses> <scm> <connection>scm:git:https://github.com/pdolezal/net.yetamine.lang.git</connection> <url>https://github.com/pdolezal/net.yetamine.lang.git</url> </scm> <build> <plugins> <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> <configuration> <instructions> <Export-Package> net.yetamine.lang.* </Export-Package> </instructions> </configuration> </plugin> </plugins> </build> <reporting> <plugins> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>findbugs-maven-plugin</artifactId> <configuration> <excludeFilterFile>${project.basedir}/cfg/findbugs/exclude-filter.xml</excludeFilterFile> </configuration> </plugin> </plugins> </reporting> <dependencies> <dependency> <groupId>org.testng</groupId> <artifactId>testng</artifactId> </dependency> </dependencies> </project>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy