Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Reimers, Dominik
fpinjava
Commits
6aa4d6cf
Commit
6aa4d6cf
authored
Nov 14, 2021
by
Reimers, Dominik
Browse files
Debug package deployment
parent
28a6e17d
Changes
2
Hide whitespace changes
Inline
Side-by-side
ci_settings.xml
View file @
6aa4d6cf
...
...
@@ -2,7 +2,7 @@
xsi:schemaLocation=
"http://maven.apache.org/SETTINGS/1.1.0 http://maven.apache.org/xsd/settings-1.1.0.xsd"
>
<servers>
<server>
<id>
fpinjava-core
</id>
<id>
gitlab-maven
</id>
<configuration>
<httpHeaders>
<property>
...
...
pom.xml
View file @
6aa4d6cf
...
...
@@ -9,23 +9,23 @@
<version>
1.0.0
</version>
<properties>
<maven.compiler.source>
11
</maven.compiler.source>
<maven.compiler.target>
11
</maven.compiler.target>
<maven.compiler.source>
8
</maven.compiler.source>
<maven.compiler.target>
8
</maven.compiler.target>
</properties>
<repositories>
<repository>
<id>
fpinjava-core
</id>
<id>
gitlab-maven
</id>
<url>
${env.CI_API_V4_URL}/projects/${env.CI_PROJECT_ID}/packages/maven
</url>
</repository>
</repositories>
<distributionManagement>
<repository>
<id>
fpinjava-core
</id>
<id>
gitlab-maven
</id>
<url>
${CI_API_V4_URL}/projects/${env.CI_PROJECT_ID}/packages/maven
</url>
</repository>
<snapshotRepository>
<id>
fpinjava-core
</id>
<id>
gitlab-maven
</id>
<url>
${CI_API_V4_URL}/projects/${env.CI_PROJECT_ID}/packages/maven
</url>
</snapshotRepository>
</distributionManagement>
...
...
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