Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
evoal-core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Terraform modules
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
evoal
source
evoal-core
Commits
a0f37be1
Commit
a0f37be1
authored
10 months ago
by
Bernhard Johannes Berger
Browse files
Options
Downloads
Patches
Plain Diff
Moved org.eclipse.xtext dependency. Should now work for branches.
#58
parent
b9dc1a42
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#322084
failed
10 months ago
Stage: Domain Specific Languages
Stage: EvoAl
Stage: Release
Changes
2
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/evoal/pom.xml
+11
-0
11 additions, 0 deletions
src/evoal/pom.xml
src/xtext/upload.sh
+1
-1
1 addition, 1 deletion
src/xtext/upload.sh
with
12 additions
and
1 deletion
src/evoal/pom.xml
+
11
−
0
View file @
a0f37be1
...
...
@@ -371,5 +371,16 @@
<enabled>
true
</enabled>
</snapshots>
</repository>
<repository>
<id>
evoal-common-artifacts
</id>
<name>
EvoAl - Common - Artifacts
</name>
<url>
https://gitlab.informatik.uni-bremen.de/api/v4/projects/30380/packages/maven/custom-xtext/
</url>
<releases>
<enabled>
true
</enabled>
</releases>
<snapshots>
<enabled>
true
</enabled>
</snapshots>
</repository>
</repositories>
</project>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
src/xtext/upload.sh
+
1
−
1
View file @
a0f37be1
mvn deploy:deploy-file
-DgroupId
=
org.eclipse.xtext
-DartifactId
=
org.eclipse.xtext
-Dversion
=
2.29.1
-Dpackaging
=
jar
-Dfile
=
org.eclipse.xtext-2.29.1.jar
-DrepositoryId
=
evoal-artifacts
-Durl
=
https://gitlab.informatik.uni-bremen.de/api/v4/projects/30380/packages/maven/develop
-DgeneratePom
=
false
-DpomFile
=
org.eclipse.xtext-2.29.1.pom
\ No newline at end of file
mvn
-X
-Dorg
.slf4j.simpleLogger.log.org.apache.maven.wagon.providers.http.httpclient
=
trace
-Dorg
.slf4j.simpleLogger.log.org.apache.maven.wagon.providers.http.httpclient.wire
=
trace deploy:deploy-file
-DgroupId
=
org.eclipse.xtext
-DartifactId
=
org.eclipse.xtext
-Dversion
=
2.29.1
-Dpackaging
=
jar
-Dfile
=
org.eclipse.xtext-2.29.1.jar
-DrepositoryId
=
evoal-artifacts
-Durl
=
https://gitlab.informatik.uni-bremen.de/api/v4/projects/30380/packages/maven/custom-xtext
-DgeneratePom
=
false
-DpomFile
=
org.eclipse.xtext-2.29.1.pom
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Bernhard Johannes Berger
@berber
mentioned in issue
#59 (closed)
·
10 months ago
mentioned in issue
#59 (closed)
mentioned in issue #59
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment