core
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.ow2.weblab</groupId>
<artifactId>core</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>core</artifactId> <version>1.2.2</version> <modules> <module>parent</module> <module>model</module> <module>extended</module> <module>annotator</module> </modules> <packaging>pom</packaging> <name>WebLab Core</name> <description>This is the home of the Core of the WebLab platform. This is only needed if you want to build the core on your own. If you only need to build custom Services, WebServices or Portlets, POMs are available in other SVN subfolders.</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> <inceptionYear>2004</inceptionYear> <organization> <name>WebLab Project</name> <url>http://weblab.ow2.org</url> </organization> </project>