Newer
Older
<?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>
<url>http://www.openolat.org</url>
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
<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>
<connection>scm:hg:http://hg.openolat.org</connection>
<developerConnection>scm:hg:http://hg.openolat.org</developerConnection>
<url>http://hg.openolat.org</url>
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
</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>
<skipTests>true</skipTests>
</properties>
<profiles>
<profile>
<!-- this serves as an example of how to run something whenever the os familiy matches unix (includes linux as well) -->
<id>linux</id>
<activation><os><family>unix</family></os></activation>
<properties>
<os.property.file>linux.properties</os.property.file>
</properties>
</profile>
<profile>
<!-- this serves as an example of how to run something whenever the os familiy matches unix (includes linux as well) -->
<id>windows</id>
<activation><os><family>windows</family></os></activation>
<properties>
<os.property.file>win.properties</os.property.file>
</properties>
</profile>
</profiles>
<repositories>
<repository>
<snapshots>
<enabled>true</enabled>
</snapshots>
Loading
Loading full blame...