Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Common
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
WeNet
Common
Wiki
Home
Changes
Page history
New page
Templates
Clone repository
Update home
authored
3 years ago
by
Bruno Rosell i Gui
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
home.md
+8
-10
8 additions, 10 deletions
home.md
with
8 additions
and
10 deletions
home.md
View page @
8c405aa7
...
...
@@ -39,16 +39,14 @@ To deploy on the gitlab follow the next steps:
<url>
https://gitlab.iiia.csic.es/api/v4/groups/internetofus/-/packages/maven
</url>
</repository>
</repositories>
<distributionManagement>
<repository>
<id>
gitlab-maven
</id>
<url>
https://gitlab.iiia.csic.es/api/v4/projects/443/packages/maven
</url>
</repository>
<snapshotRepository>
<id>
gitlab-maven-snapshots
</id>
<url>
https://gitlab.iiia.csic.es/api/v4/projects/443/packages/maven
</url>
</snapshotRepository>
</distributionManagement>
<properties>
<altSnapshotDeploymentRepository>
snapshots::default::https://gitlab.iiia.csic.es/api/v4/projects/443/packages/maven
</altSnapshotDeploymentRepository>
<altReleaseDeploymentRepository>
releases::default::https://gitlab.iiia.csic.es/api/v4/projects/443/packages/maven
</altReleaseDeploymentRepository>
</properties>
</profile>
</profiles>
</settings>
...
...
This diff is collapsed.
Click to expand it.