Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MARVIN-config
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
dbpedia-assoc
MARVIN-config
Commits
01151b2a
Commit
01151b2a
authored
5 years ago
by
Your Name
Browse files
Options
Downloads
Patches
Plain Diff
minor fixes
parent
c055e1ea
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
databus-poms/dbpedia/generic/pom.xml
+3
-7
3 additions, 7 deletions
databus-poms/dbpedia/generic/pom.xml
databus-release.sh
+2
-1
2 additions, 1 deletion
databus-release.sh
with
5 additions
and
8 deletions
databus-poms/dbpedia/generic/pom.xml
+
3
−
7
View file @
01151b2a
...
...
@@ -41,12 +41,8 @@
<databus.documentationLocation>
https://github.com/dbpedia/databus-maven-plugin/blob/master/dbpedia/${project.groupId}/${project.artifactId}
</databus.documentationLocation>
<databus.feedbackChannel>
https://forum.dbpedia.org/c/data/databus/14
</databus.feedbackChannel>
<databus.tryVersionAsIssuedDate>
true
</databus.tryVersionAsIssuedDate>
<databus.packageDirectory>
/media/bigone/25TB/www/downloads.dbpedia.org/repo/lts/${project.groupId}/${project.artifactId}
</databus.packageDirectory>
<databus.downloadUrlPath>
https://downloads.dbpedia.org/repo/lts/${project.groupId}/${project.artifactId}/${project.version}/
</databus.downloadUrlPath>
<databus.packageDirectory>
${project.build.directory}/databus/repo/dbpedia/${project.groupId}/${project.artifactId}
</databus.packageDirectory>
<databus.downloadUrlPath>
https://downloads.dbpedia.org/repo/dbpedia/${project.groupId}/${project.artifactId}/${project.version}/
<
/databus.downloadUr$
<databus.publisher>
https://webid.dbpedia.org/webid.ttl#this
</databus.publisher>
<databus.license>
http://purl.oclc.org/NET/rdflicense/cc-by3.0
</databus.license>
<databus.documentation>
<![CDATA[
...
...
@@ -85,7 +81,7 @@ characters
* link to Wikimedia dump version is missing
]]>
</databus.documentation>
<!-- used for derive plugin -->
<databus.deriveversion>
20
19.10
.01
</databus.deriveversion>
<databus.deriveversion>
20
20.02
.01
</databus.deriveversion>
</properties>
<!-- currently still needed to find the super-pom, once the super-pom is in maven central,
...
...
This diff is collapsed.
Click to expand it.
databus-release.sh
+
2
−
1
View file @
01151b2a
...
...
@@ -47,6 +47,7 @@ for path in $(find "$EXTRACTIONBASEDIR" -name "*.ttl.bz2" | sort); do
mapAndCopy
$path
done
# deploy
cd
$DATABUSDIR
/dbpedia/
$GROUP
;
VERSION
=
$(
ls
*
|
grep
'^[0-9]\{4\}.[0-9]\{2\}.[0-9]\{2\}$'
|
sort
-u
|
tail
-1
)
...
...
@@ -74,7 +75,7 @@ COMMENTPREFIX:$COMMENTPREFIX
for
i
in
`
ls
-d
*
/
`
;
do
cd
$i
;
mvn clean deploy
-Ddatabus
.
databus.
pkcs12serverId
=
"databus.marvin"
-Ddatabus
.publisher
=
"
$PUBLISHER
"
-Ddatabus
.packageDirectory
=
"
$PACKAGEDIR
"
-Ddatabus
.downloadUrlPath
=
"
$DOWNLOADURL
"
-Ddatabus
.labelPrefix
=
"
$LABELPREFIX
"
-Ddatabus
.commentPrefix
=
"
$COMMENTPREFIX
"
;
mvn clean deploy
-Ddatabus
.pkcs12serverId
=
"databus.marvin"
-Ddatabus
.publisher
=
"
$PUBLISHER
"
-Ddatabus
.packageDirectory
=
"
$PACKAGEDIR
"
-Ddatabus
.downloadUrlPath
=
"
$DOWNLOADURL
"
-Ddatabus
.labelPrefix
=
"
$LABELPREFIX
"
-Ddatabus
.commentPrefix
=
"
$COMMENTPREFIX
"
;
cd
..
done
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