Skip to content
Snippets Groups Projects
pom.xml 95 KiB
Newer Older
bps's avatar
bps committed
<?xml version="1.0"?>
<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.olat</groupId>
	<artifactId>OLAT-LMS</artifactId>
	<version>7.1.2.0-SNAPSHOT</version>
bps's avatar
bps committed
	<packaging>war</packaging>
	<name>OLAT LMS</name>
	<url>http://www.openolat.org</url>
bps's avatar
bps committed
	<description>
  Welcome to the OLAT (Online Learning And Training) Developer Project Site.  This site
  contains materials chiefly of concern to developers (e.g., unit testing and SCA output etc.)
  and is rebuilt periodically on a regular basis.  The site structure is divided between
  project information (e.g., infrastructure, mailing lists, repositories etc.) and reports
  (e.g., unit testing, SCAs etc.)

  The development of OLAT itself started in 1999 at the University of Zürich, Switzerland,
  where it is the strategic learning management system.  For further information see our main project website.
  </description>
	<organization>
		<name>Online Learning And Training (University of Zürich)</name>
		<url>http://www.olat.org/</url>
	</organization>
	<licenses>
		<license>
			<name>Apache 2.0 Open Source License</name>
			<url>http://www.apache.org/licenses/LICENSE-2.0</url>
			<distribution>manual</distribution>
			<comments>
		OLAT is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
		</comments>
		</license>
	</licenses>
	<developers>
		<developer>
			<id>amoran</id>
			<name>Alan Moran</name>
			<email>alan.moran@id.uzh.ch</email>
			<roles>
				<role>Head of Development</role>
			</roles>
			<timezone>+1</timezone>
		</developer>
		<developer>
			<id>pbrunner</id>
			<name>Patrick Brunner</name>
			<email>patrick.brunner@id.uzh.ch</email>
			<roles>
				<role>Quality Assurance Manager</role>
			</roles>
			<timezone>+1</timezone>
		</developer>
		<developer>
			<id>asch</id>
			<name>Alexander Schneider</name>
			<email>alexander.schneider@id.uzh.ch</email>
			<roles>
				<role>Database Administrator</role>
				<role>Deployment Manager</role>
			</roles>
			<timezone>+1</timezone>
		</developer>
		<developer>
			<id>matthai</id>
			<name>Matthai Karumacheril</name>
			<email>matthai.karumacheril@id.uzh.ch</email>
			<roles>
				<role>Developer</role>
				<role>Systems Analyst</role>
			</roles>
			<timezone>+1</timezone>
		</developer>
		<developer>
			<id>lavinia</id>
			<name>Lavinia Dumitrescu</name>
			<email>lavinia.dumitrescu@id.uzh.ch</email>
			<roles>
				<role>Developer</role>
			</roles>
			<timezone>+1</timezone>
		</developer>
		<developer>
			<id>guretzki</id>
			<name>Christian Guretzki</name>
			<email>christian.guretzki@id.uzh.ch</email>
			<roles>
				<role>Developer</role>
			</roles>
			<timezone>+1</timezone>
		</developer>
		<developer>
			<id>mila</id>
			<name>Milanka Ringwald</name>
			<email>milanka.ringwald@id.uzh.ch</email>
			<roles>
				<role>Developer</role>
			</roles>
			<timezone>+1</timezone>
		</developer>
		<developer>
			<id>schnider</id>
			<name>Guido Schnider</name>
			<email>guido.schnider@id.uzh.ch</email>
			<roles>
				<role>Developer</role>
			</roles>
			<timezone>+1</timezone>
		</developer>
	</developers>
	<distributionManagement>
		<repository>
			<id>releases</id>
			<name>OLAT Internal Nexus Release Repository</name>
			<url>http://repo.olat.uzh.ch/nexus/content/repositories/releases</url>
		</repository>
		<snapshotRepository>
			<id>snapshots</id>
			<name>OLAT Internal Nexus Snapshot Repository</name>
			<url>http://repo.olat.uzh.ch/nexus/content/repositories/snapshots</url>
		</snapshotRepository>
	</distributionManagement>
	<issueManagement>
		<system>JIRA</system>
		<url>http://jira.openolat.org</url>
bps's avatar
bps committed
	</issueManagement>
	<scm>
		<connection>scm:hg:http://hg.openolat.org</connection>
		<developerConnection>scm:hg:http://hg.openolat.org</developerConnection>
		<url>http://hg.openolat.org</url>
bps's avatar
bps committed
	</scm>
	<mailingLists>
		<mailingList>
			<name>olat-announce</name>
			<subscribe>https://lists.uzh.ch/lists.olat.org/sympa/subscribe/olat-announce</subscribe>
			<unsubscribe>https://lists.uzh.ch/lists.olat.org/sympa/sigrequest/olat-announce</unsubscribe>
			<post>olat-announce@lists.olat.org</post>
			<archive>https://lists.uzh.ch/lists.olat.org/sympa/info/olat-announce</archive>
		</mailingList>
		<mailingList>
			<name>olat-users</name>
			<subscribe>https://lists.uzh.ch/lists.olat.org/sympa/subscribe/olat-users</subscribe>
			<unsubscribe>https://lists.uzh.ch/lists.olat.org/sympa/sigrequest/olat-users</unsubscribe>
			<post>olat-users@lists.olat.org</post>
			<archive>https://lists.uzh.ch/lists.olat.org/sympa/info/olat-users</archive>
		</mailingList>
		<mailingList>
			<name>olat-developers</name>
			<subscribe>https://lists.uzh.ch/lists.olat.org/sympa/subscribe/olat-developers</subscribe>
			<unsubscribe>https://lists.uzh.ch/lists.olat.org/sympa/sigrequest/olat-developers</unsubscribe>
			<post>olat-developers@lists.olat.org</post>
			<archive>https://lists.uzh.ch/lists.olat.org/sympa/info/olat-developers</archive>
		</mailingList>
		<mailingList>
			<name>olat-translators</name>
			<subscribe>https://lists.uzh.ch/lists.olat.org/sympa/subscribe/olat-translators</subscribe>
			<unsubscribe>https://lists.uzh.ch/lists.olat.org/sympa/sigrequest/olat-translators</unsubscribe>
			<post>olat-translators@lists.olat.org</post>
			<archive>https://lists.uzh.ch/lists.olat.org/sympa/info/olat-translators</archive>
		</mailingList>
		<mailingList>
			<name>olat-usability</name>
			<subscribe>https://lists.uzh.ch/lists.olat.org/sympa/subscribe/olat-usability</subscribe>
			<unsubscribe>https://lists.uzh.ch/lists.olat.org/sympa/sigrequest/olat-usability</unsubscribe>
			<post>olat-usability@lists.olat.org</post>
			<archive>https://lists.uzh.ch/lists.olat.org/sympa/info/olat-usability</archive>
		</mailingList>
	</mailingLists>
	<!-- Unless otherwise explicitly stated the character encoding for all resources 
		(e.g., source, test etc.) will be UTF-8. This can be overriden at the plugin 
		level if necessary. -->
	<properties>
		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
		<org.springframework.version>3.0.5.RELEASE</org.springframework.version>

    <!-- properties for testing and Q&A -->
    <!-- by default no tests are executed so far (April 2011). Use appropriate profiles and properties on the command line -->
    <skipTests>true</skipTests>
    <skipITs>true</skipITs>
    <!-- properties to define the testing environment
          values: hsql / mysql -->
    <test.env>hsql</test.env>
    <!-- olat.local.properties to distinguish multiple single and cluster olat instances on a single machine-->
    <test.env.db.name>olattest</test.env.db.name>
    <test.env.db.user>olat</test.env.db.user>
    <test.env.db.pass>olat</test.env.db.pass>
    <test.env.db.host.port>3306</test.env.db.host.port>
    <test.env.db.postgresql.user>postgres</test.env.db.postgresql.user>
    <test.env.db.postgresql.pass>postgres</test.env.db.postgresql.pass>
    <test.env.db.postgresql.host.port>5432</test.env.db.postgresql.host.port>
    <test.env.db.hibernate.ddl.auto>create</test.env.db.hibernate.ddl.auto>
    <test.env.instance.id>myolat</test.env.instance.id>
    <test.env.jms.broker.port>61616</test.env.jms.broker.port>
    <test.env.jmx.rmi.port.0>3000</test.env.jmx.rmi.port.0>
    <test.env.jmx.rmi.port.1>3001</test.env.jmx.rmi.port.1>
    <test.env.jmx.rmi.port.2>3002</test.env.jmx.rmi.port.2>

    <!-- this version is defined by the dependency <groupId>org.olat.testutils</groupId>   <artifactId>zipped-tomcat6x</artifactId> and the herein zipped tomcat installation -->
    <container.tomcat.version>6.0.32</container.tomcat.version>
    <!-- install dir is important for the -Pinstall-tomcats profile.
Loading
Loading full blame...