geomajas-dojo-example-modules
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.geomajas</groupId> <artifactId>geomajas-dojo-example-modules</artifactId> <version>1.7.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/maven-v4_0_0.xsd"> <parent> <groupId>org.geomajas</groupId> <artifactId>geomajas-dojo-example</artifactId> <version>1.7.1</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.geomajas</groupId> <artifactId>geomajas-dojo-example-modules</artifactId> <packaging>jar</packaging> <name>Geomajas dojo application example modules</name> <description>Geomajas dojo application example modules</description> <url>http://www.geomajas.org/</url> <scm> <connection>scm:svn:https://svn.geomajas.org/majas/tags/geomajas-dojo-example-1.7.1/geomajas-dojo-example-modules</connection> <developerConnection>scm:svn:https://svn.geomajas.org/majas/tags/geomajas-dojo-example-1.7.1/geomajas-dojo-example-modules</developerConnection> <url>https://svn.geomajas.org/majas/tags/geomajas-dojo-example-1.7.1/geomajas-dojo-example-modules</url> </scm> <organization> <name>Geosparc</name> <url>http://www.geosparc.com</url> </organization> <mailingLists> <mailingList> <name>DEV</name> <post>mailto:majas-dev@geomajas.org</post> <subscribe>http://lists.geomajas.org/mailman/listinfo/majas-dev</subscribe> <unsubscribe>http://lists.geomajas.org/mailman/listinfo/majas-dev</unsubscribe> <archive>http://lists.geomajas.org/pipermail/majas-dev/</archive> </mailingList> </mailingLists> <licenses> <license> <name>GNU Affero General Public License, Version 3</name> <url>http://www.gnu.org/licenses/agpl-3.0.html</url> <distribution>repo</distribution> </license> </licenses> <issueManagement> <system>JIRA</system> <url>http://jira.geomajas.org</url> </issueManagement> <dependencies> <dependency> <groupId>org.geomajas</groupId> <artifactId>geomajas-dojo-client</artifactId> <version>${geomajas-face-dojo-version}</version> </dependency> <dependency> <groupId>org.geomajas</groupId> <artifactId>geomajas-dojo-example-client</artifactId> <version>${project.version}</version> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.geomajas</groupId> <artifactId>geomajas-maven-dojo</artifactId> <version>1.1</version> <executions> <execution> <goals> <goal>collect</goal> </goals> <configuration> <layerName>example</layerName> <localeList>en,fr,nl,pt,sp</localeList> <modules> <module> <groupId>org.geomajas</groupId> <artifactId>geomajas-dojo-client</artifactId> <version>${geomajas-face-dojo-version}</version> <requires>geomajas.geomajas</requires> </module> <module> <groupId>org.geomajas</groupId> <artifactId>geomajas-dojo-example-client</artifactId> <requires>tutorial.tutorial</requires> </module> </modules> </configuration> </execution> </executions> </plugin> </plugins> </build> </project>