Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
de.ugoe.cs.rwm.mocci
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
rwm
de.ugoe.cs.rwm.mocci
Commits
2c5ccbb8
Commit
2c5ccbb8
authored
3 years ago
by
erbel
Browse files
Options
Downloads
Patches
Plain Diff
Add eclipse mirror
parent
70889df2
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#248722
failed
3 years ago
Stage: build
Stage: test
Stage: pages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
de.ugoe.cs.rwm.mocci.model/build.gradle
+33
-33
33 additions, 33 deletions
de.ugoe.cs.rwm.mocci.model/build.gradle
with
33 additions
and
33 deletions
de.ugoe.cs.rwm.mocci.model/build.gradle
+
33
−
33
View file @
2c5ccbb8
...
...
@@ -17,7 +17,7 @@ dependencies {
compile
group:
'org.eclipse.cmf.occi'
,
name:
'core'
,
version:
'1.0.0'
compile
group:
'org.eclipse.cmf.occi'
,
name:
'infrastructure'
,
version:
'1.0.0'
compile
group:
'org.modmacao.occi'
,
name:
'platform'
,
version:
'1.0.0'
//maven
compile
group:
'org.eclipse.emf'
,
name:
'org.eclipse.emf.ecore'
,
version:
'2.15.0'
compile
group:
'org.eclipse.emf'
,
name:
'org.eclipse.emf.ecore.xmi'
,
version:
'2.15.0'
...
...
@@ -25,19 +25,19 @@ dependencies {
}
jar
{
manifest
{
from
(
"META-INF/MANIFEST.MF"
)
}
manifest
{
from
(
"META-INF/MANIFEST.MF"
)
}
}
platform
{
featureId
=
"mocci"
featureName
=
"Mocci Extension"
featureProvider
=
"de.ugoe.cs.rwm"
featureVersion
=
"1.0.0"
bundle
files
(
'build/libs/de.ugoe.cs.rwm.mocci.model.jar'
)
platform
{
featureId
=
"mocci"
featureName
=
"Mocci Extension"
featureProvider
=
"de.ugoe.cs.rwm"
featureVersion
=
"1.0.0"
eclipseMirror
=
"https://nexus.informatik.uni-goettingen.de/service/local/repositories/rwm/content/eclipse/minimal/1.0/minimal-1.0.tar.gz"
bundle
files
(
'build/libs/de.ugoe.cs.rwm.mocci.model.jar'
)
}
updateSiteZip
.
dependsOn
(
"build"
)
...
...
@@ -46,40 +46,40 @@ sourceSets {
main
{
java
{
srcDir
'src-gen'
}
//output.classesDir = "$workDir/client/program"
}
//output.classesDir = "$workDir/client/program"
}
}
processResources
{
from
(
"."
){
include
(
"model/"
)
//include("*")
//include("META-INF/MANIFEST.MF")
include
(
"plugin.xml"
)
include
(
"plugin.properties"
)
}
from
(
"."
)
{
include
(
"model/"
)
//include("*")
//include("META-INF/MANIFEST.MF")
include
(
"plugin.xml"
)
include
(
"plugin.properties"
)
}
}
eclipse
{
project
{
name
=
'de.ugoe.cs.rwm.mocci.model'
}
}
}
uploadArchives
{
repositories
{
mavenDeployer
{
repository
(
url:
"https://nexus.informatik.uni-goettingen.de/content/repositories/rwm/"
)
{
authentication
(
userName:
System
.
getenv
(
'NEXUSUSER'
),
password:
System
.
getenv
(
'NEXUSPASSWORD'
))
mavenDeployer
{
repository
(
url:
"https://nexus.informatik.uni-goettingen.de/content/repositories/rwm/"
)
{
authentication
(
userName:
System
.
getenv
(
'NEXUSUSER'
),
password:
System
.
getenv
(
'NEXUSPASSWORD'
))
}
if
(
System
.
getenv
(
'VERSION'
)
!=
null
)
{
pom
.
version
=
System
.
getenv
(
'VERSION'
)
println
"Version is set to: "
+
System
.
getenv
(
'VERSION'
)
}
if
(
System
.
getenv
(
'VERSION'
)
!=
null
)
{
pom
.
version
=
System
.
getenv
(
'VERSION'
)
println
"Version is set to: "
+
System
.
getenv
(
'VERSION'
)
}
pom
.
version
=
"SNAPSHOT"
pom
.
artifactId
=
"model"
pom
.
groupId
=
"de.ugoe.cs.rwm.mocci"
}
pom
.
version
=
"SNAPSHOT"
pom
.
artifactId
=
"model"
pom
.
groupId
=
"de.ugoe.cs.rwm.mocci"
}
}
}
This diff is collapsed.
Click to expand it.
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