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-03-16-10-07-40-332a4c2afef41df1
another-maven-package-project-36896649a49a87e9
Commits
93866180
Commit
93866180
authored
Mar 16, 2021
by
gitlab-qa
Committed by
gitlab-qa
Mar 16, 2021
Browse files
Add .gitlab-ci.yml
parents
Pipeline
#3301
failed with stage
in 24 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
93866180
deploy
:
image
:
maven:3.6-jdk-11
script
:
-
'
mvn
deploy
-s
settings.xml'
-
"
mvn
dependency:get
-Dartifact=com.gitlab.qa:maven-032be48c9685878f:1.0"
only
:
-
"
master"
tags
:
-
"
runner-for-qa-test-2021-03-16-10-07-40-332a4c2afef41df1"
pom.xml
0 → 100644
View file @
93866180
<project>
<groupId>
com.gitlab.qa
</groupId>
<artifactId>
maven-032be48c9685878f
</artifactId>
<version>
1.0
</version>
<modelVersion>
4.0.0
</modelVersion>
<repositories>
<repository>
<id>
maven-package-project-9b9ae271ef97168e
</id>
<url>
https://pre.gitlab.com:443/api/v4/projects/18147/packages/maven
</url>
</repository>
</repositories>
<distributionManagement>
<repository>
<id>
maven-package-project-9b9ae271ef97168e
</id>
<url>
https://pre.gitlab.com:443/api/v4/projects/18147/packages/maven
</url>
</repository>
<snapshotRepository>
<id>
maven-package-project-9b9ae271ef97168e
</id>
<url>
https://pre.gitlab.com:443/api/v4/projects/18147/packages/maven
</url>
</snapshotRepository>
</distributionManagement>
</project>
settings.xml
0 → 100644
View file @
93866180
<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-9b9ae271ef97168e
</id>
<configuration>
<httpHeaders>
<property>
<name>
Private-Token
</name>
<value>
_7o1V5vNbs_cwqMobhsh
</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