Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Raphael
histream
Commits
5f42490a
Commit
5f42490a
authored
Sep 22, 2015
by
R.W.Majeed
Browse files
Project metadata, enable SSH upload
parent
a97fd4df
Changes
1
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
5f42490a
<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/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<name>
HIStream
</name>
<packaging>
pom
</packaging>
<groupId>
de.sekmi.histream
</groupId>
<artifactId>
histream
</artifactId>
<version>
0.5-SNAPSHOT
</version>
<name>
HIStream
</name>
<description>
Real-time stream based decision support system
</description>
<url>
https://gitlab.uni-oldenburg.de/rwmajeed/histream
</url>
<inceptionYear>
2013
</inceptionYear>
<organization>
<name>
R.W.Majeed
</name>
</organization>
<name>
R.W.Majeed
</name>
</organization>
<developers>
<developer>
<name>
R.W.Majeed
</name>
<email>
raphael.majeed (a) uni-oldenburg.de
</email>
<organization>
Department for Medical Informatics, University Oldenburg
</organization>
<organizationUrl>
https://www.uni-oldenburg.de/medizininformatik/
</organizationUrl>
</developer>
</developers>
<scm>
<connection>
scm:git:git@gitlab.uni-oldenburg.de:rwmajeed/histream.git
</connection>
<developerConnection>
scm:git:git@gitlab.uni-oldenburg.de:rwmajeed/histream.git
</developerConnection>
<tag>
HEAD
</tag>
</scm>
...
...
@@ -43,7 +54,16 @@
<module>
histream-import
</module>
<module>
distribution
</module>
</modules>
<build>
<build>
<extensions>
<extension>
<!-- upload via scp for site/release-->
<groupId>
org.apache.maven.wagon
</groupId>
<artifactId>
wagon-ssh
</artifactId>
<version>
2.10
</version>
</extension>
</extensions>
<pluginManagement>
<plugins>
<plugin>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment