mmm-l10n-ALL
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>net.sf.m-m-m</groupId>
<artifactId>mmm-l10n-ALL</artifactId>
<version>1.7.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>net.sf.m-m-m</groupId>
<artifactId>mmm-l10n-ALL</artifactId>
<version>1.7.0</version>
<packaging>pom</packaging>
<name>mmm-l10n-ALL</name>
<description>All localization as a single dependency.</description>
<url>http://m-m-m.sourceforge.net/mmm-l10n/mmm-l10n-ALL/</url>
<inceptionYear>2001</inceptionYear>
<organization>
<name>mmm-Team</name>
<url>http://m-m-m.sourceforge.net/team-list.html</url>
</organization>
<licenses>
<license>
<name>Apache Software Licenese</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repro</distribution>
<comments></comments>
</license>
</licenses>
<developers>
<developer>
<id>hohwille</id>
<name>Jörg Hohwiller</name>
<email>hohwille@users.sourceforge.net</email>
<url>http://www.j-hohwiller.de/joerg</url>
<organization></organization>
<organizationUrl></organizationUrl>
<roles>
<role>admin</role>
<role>designer</role>
<role>developer</role>
</roles>
<timezone>+1</timezone>
</developer>
</developers>
<contributors>
<contributor>
<name>Malte Brunnlieb</name>
<email>m_brunnl@cs.uni-kl.de</email>
<url>https://github.com/may-bee/</url>
<organization></organization>
<organizationUrl></organizationUrl>
<timezone>+1</timezone>
</contributor>
<contributor>
<name>Christoph Bauer</name>
<email>fridolin@users.sourceforge.net</email>
<url>http://www.christoph-bauer.net/</url>
<organization></organization>
<organizationUrl></organizationUrl>
<timezone>+1</timezone>
</contributor>
</contributors>
<mailingLists>
<mailingList>
<name>mmm-devel</name>
<subscribe>http://lists.sourceforge.net/lists/listinfo/m-m-m-devel</subscribe>
<unsubscribe>http://lists.sourceforge.net/lists/listinfo/m-m-m-devel</unsubscribe>
<post>m-m-m-devel@lists.sourceforge.net</post>
<archive>http://sourceforge.net/mailarchive/forum.php?forum=m-m-m-devel</archive>
</mailingList>
</mailingLists>
<scm>
<connection>scm:git:git@github.com:m-m-m/l10n.git/mmm-l10n-ALL</connection>
<developerConnection>scm:git:git@github.com:m-m-m/l10n.git/mmm-l10n-ALL</developerConnection>
<tag></tag>
<url>https://github.com/m-m-m/l10n/tree/master/mmm-l10n-ALL</url>
</scm>
<issueManagement>
<system>GitHub</system>
<url>http://github.com/m-m-m/l10n/issues</url>
</issueManagement>
<distributionManagement>
<repository>
<id>sonatype-nexus-staging</id>
<name>MMM Staging Repository</name>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
<snapshotRepository>
<id>sonatype-nexus-snapshots</id>
<name>MMM Snapshot Repository</name>
<url>file://${user.dir}/target/snapshots/</url>
</snapshotRepository>
<site>
<id>m-m-m.sf.net</id>
<url>file://${user.dir}/target/mmm-site/mmm-l10n/mmm-l10n-ALL</url>
</site>
</distributionManagement>
<properties>
<net.sf.mmm.l10n.version>1.7.0</net.sf.mmm.l10n.version>
<mmm.flatten.mode>bom</mmm.flatten.mode>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<mmm.repository>parent</mmm.repository>
<jacoco.version>0.8.0</jacoco.version>
<java.version>1.7</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
<dependency>
<groupId>net.sf.m-m-m</groupId>
<artifactId>mmm-l10n-de</artifactId>
<version>1.7.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.sf.m-m-m</groupId>
<artifactId>mmm-l10n-fr</artifactId>
<version>1.7.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.sf.m-m-m</groupId>
<artifactId>mmm-l10n-es</artifactId>
<version>1.7.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>