Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
What's new
8
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in
Toggle navigation
Menu
Open sidebar
gitlab-qa-sandbox-group
qa-test-2021-09-27-05-07-52-4541f7a0e7e22b18
another-maven-package-project-953c689eab263354
Commits
5d543325
Commit
5d543325
authored
Sep 27, 2021
by
gitlab-qa
Committed by
gitlab-qa
Sep 27, 2021
Browse files
Add .gitlab-ci.yml
parents
Pipeline
#9223
failed with stage
in 66 minutes and 4 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
5d543325
deploy
:
image
:
maven:3.6-jdk-11
script
:
-
'
mvn
deploy
-s
settings.xml'
-
"
mvn
dependency:get
-Dartifact=com.gitlab.qa:maven-afafde3a5c5a91dc:1.0"
only
:
-
"
main"
tags
:
-
"
runner-for-qa-test-2021-09-27-05-07-52-4541f7a0e7e22b18"
pom.xml
0 → 100644
View file @
5d543325
<project>
<groupId>
com.gitlab.qa
</groupId>
<artifactId>
maven-afafde3a5c5a91dc
</artifactId>
<version>
1.0
</version>
<modelVersion>
4.0.0
</modelVersion>
<repositories>
<repository>
<id>
maven-package-project-e33f04aedac5986a
</id>
<url>
https://pre.gitlab.com:443/api/v4/groups/5578/-/packages/maven
</url>
</repository>
</repositories>
<distributionManagement>
<repository>
<id>
maven-package-project-e33f04aedac5986a
</id>
<url>
https://pre.gitlab.com:443/api/v4/projects/38039/packages/maven
</url>
</repository>
<snapshotRepository>
<id>
maven-package-project-e33f04aedac5986a
</id>
<url>
https://pre.gitlab.com:443/api/v4/projects/38039/packages/maven
</url>
</snapshotRepository>
</distributionManagement>
</project>
settings.xml
0 → 100644
View file @
5d543325
<settings
xmlns=
"http://maven.apache.org/SETTINGS/1.1.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/SETTINGS/1.1.0 http://maven.apache.org/xsd/settings-1.1.0.xsd"
>
<servers>
<server>
<id>
maven-package-project-e33f04aedac5986a
</id>
<configuration>
<httpHeaders>
<property>
<name>
Private-Token
</name>
<value>
wuntEHmvidMgxTsv2zcN
</value>
</property>
</httpHeaders>
</configuration>
</server>
</servers>
</settings>
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