components
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.ow2.weblab</groupId>
<artifactId>components</artifactId>
<version>1.2.2</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"> <modelVersion>4.0.0</modelVersion> <groupId>org.ow2.weblab</groupId> <artifactId>components</artifactId> <version>1.2.2</version> <modules> <module>parent</module> <module>content-manager</module> <module>webdav-content-manager</module> <module>folder-crawler</module> </modules> <packaging>pom</packaging> <name>WebLab Components</name> <description>This is the meta pom used to package components developed for the WebLab platform.</description> <url>http://weblab.ow2.org/</url> <distributionManagement> <repository> <uniqueVersion>false</uniqueVersion> <id>ow2.release</id> <name>OW2 Maven 2 Releases Repository</name> <url>scp://jupiter.objectweb.org/var/lib/gforge/chroot/home/groups/maven/htdocs/maven2</url> <layout>default</layout> </repository> <snapshotRepository> <uniqueVersion>false</uniqueVersion> <id>ow2.snapshot</id> <name>OW2 Maven 2 Snapshots Repository</name> <url>scp://jupiter.objectweb.org/var/lib/gforge/chroot/home/groups/maven/htdocs/maven2-snapshot</url> <layout>default</layout> </snapshotRepository> </distributionManagement> </project>