strictlogging
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>net.sf.buildbox</groupId>
<artifactId>strictlogging</artifactId>
<version>1.0.1</version>
</dependency><?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">
<groupId>net.sf.buildbox</groupId>
<artifactId>strictlogging</artifactId>
<version>1.0.1</version>
<packaging>pom</packaging>
<parent>
<groupId>net.sf.buildbox.maven</groupId>
<artifactId>buildbox-pom</artifactId>
<version>1.0.2-2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<name>strictlogging:1.0.1</name>
<url>http://buildbox.sf.net/strictlogging</url>
<modules>
<module>api</module>
<module>tests</module>
<module>javalogapi</module>
<module>log4j</module>
<module>mavenlog</module>
</modules>
<distributionManagement>
<downloadUrl>http://buildbox.sourceforge.net/${project.artifactId}</downloadUrl>
<site>
<id>buildbox.sf.net</id>
<url>sftp://web.sourceforge.net/home/groups/b/bu/buildbox/htdocs/${project.artifactId}</url>
</site>
</distributionManagement>
<issueManagement>
<system>sourceforge</system>
<url>https://sourceforge.net/tracker/?func=browse&group_id=198902&atid=1474880</url>
</issueManagement>
<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>2.1.1</version>
<configuration>
<siteDirectory>site</siteDirectory>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>2.1.2</version>
<reportSets>
<reportSet>
<reports>
<report>index</report>
<report>dependencies</report>
<report>project-team</report>
<report>dependency-convergence</report>
<report>plugins</report>
<report>issue-tracking</report>
<report>license</report>
<report>scm</report>
<report>summary</report>
</reports>
</reportSet>
</reportSets>
</plugin>
</plugins>
</reporting>
<scm>
<connection>scm:svn:https://buildbox.svn.sourceforge.net/svnroot/buildbox/tags/net.sf.buildbox-strictlogging-1.0.1</connection>
<developerConnection>scm:svn:https://buildbox.svn.sourceforge.net/svnroot/buildbox/tags/net.sf.buildbox-strictlogging-1.0.1</developerConnection>
<url>https://buildbox.svn.sourceforge.net/svnroot/buildbox/tags/net.sf.buildbox-strictlogging-1.0.1</url>
</scm>
</project>