blank-root
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>net.sf.itcb.module.blank</groupId>
<artifactId>blank-root</artifactId>
<version>0.0.1</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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>main-itcb</artifactId>
<groupId>net.sf.itcb.common</groupId>
<version>1.0.0</version>
</parent>
<groupId>net.sf.itcb.module.blank</groupId>
<artifactId>blank-root</artifactId>
<version>0.0.1</version>
<packaging>pom</packaging>
<name>${project.artifactId}</name>
<url>http://itcb.sourceforge.net</url>
<issueManagement>
<system>sourceforge</system>
<url>https://sourceforge.net/tracker/?group_id=370397</url>
</issueManagement>
<inceptionYear>2010</inceptionYear>
<mailingLists>
</mailingLists>
<developers>
<developer>
<id>pilerou</id>
<name>Pierre Le Roux</name>
<email>pilerou at users.sourceforge.net</email>
<url />
<organization>MediaCourtage</organization>
<organizationUrl />
<roles>
<role>Project manager</role>
</roles>
<timezone>+1</timezone>
</developer>
</developers>
<contributors>
</contributors>
<licenses>
<license>
<name>LGPL License</name>
<url>LICENSE.txt</url>
</license>
</licenses>
<scm>
<connection>scm:svn:http://itcb.svn.sourceforge.net/svnroot/itcb/blank/tags/blank-root-0.0.1</connection>
<developerConnection>scm:svn:https://itcb.svn.sourceforge.net/svnroot/itcb/blank/tags/blank-root-0.0.1</developerConnection>
<url>http://itcb.svn.sourceforge.net/viewvc/itcb/blank/tags/blank-root-0.0.1</url>
</scm>
<organization>
<name>SourceForge ITCB</name>
<url>http://itcb.sourceforge.net</url>
</organization>
<properties>
<common-itcb-version>0.0.1</common-itcb-version>
</properties>
<modules>
<module>blank-business</module>
<module>blank-business-impl</module>
<module>blank-server</module>
<module>blank-client</module>
<module>blank-portlet</module>
</modules>
</project>