Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
sarah.grebing
ProofScriptParser
Commits
c951d29c
Commit
c951d29c
authored
Aug 28, 2017
by
Alexander Weigl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
repair deployment
parent
f9b1a5e0
Pipeline
#13142
passed with stage
in 3 minutes and 56 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
5 deletions
+12
-5
keydeps/pom.xml
keydeps/pom.xml
+1
-0
pom.xml
pom.xml
+11
-5
No files found.
keydeps/pom.xml
View file @
c951d29c
...
...
@@ -2,6 +2,7 @@
<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>
<parent>
<artifactId>
psdbg
</artifactId>
<groupId>
edu.kit.iti.formal.psdbg
</groupId>
...
...
pom.xml
View file @
c951d29c
...
...
@@ -64,20 +64,26 @@
</modules>
<distributionManagement>
<repository>
<id>
bwcloud-ssh
</id>
<url>
scp://141.52.38.245:/var/www/html/psdbg/
</url>
</repository>
<snapshotRepository>
<id>
key-repo
</id>
<name>
key-repo
</name>
<url>
dav:http://141.52.38.245/psdbg/
</url>
<id>
bwcloud-ssh
</id>
<url>
scp://141.52.38.245:/var/www/html/psdbg-devel/
</url>
</snapshotRepository>
</distributionManagement>
<build>
<extensions>
<extension>
<groupId>
org.apache.maven.wagon
</groupId>
<artifactId>
wagon-
webdav-jackrabbit
</artifactId>
<version>
2.
4
</version>
<artifactId>
wagon-
ssh
</artifactId>
<version>
2.
12
</version>
</extension>
</extensions>
...
...
Write
Preview
Markdown
is supported
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