Skip to content

Commit

Permalink
Added yml variant for load tdb
Browse files Browse the repository at this point in the history
  • Loading branch information
Aklakan committed Oct 2, 2024
1 parent 167412c commit 287e9e1
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions examples/load-tdb2/yml/pom.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
modelVersion: 4.0.0
parent:
artifactId: aksw-data-deployment
groupId: org.aksw.data.config
version: 0.0.8
relativePath: ''
groupId: org.aksw.deleteme
artifactId: my-example-kg
version: 1.0.0
packaging: pom
dependencies:
- {groupId: org.coypu.data.disasters, artifactId: disasters,
version: 0.20240312.1842, type: nt.bz2}
- {groupId: org.aksw.moin, artifactId: moin,
version: 1.20220502.0, type: ttl.bz2}
build:
plugins:
- groupId: org.aksw.maven.plugins
artifactId: tdb2-maven-plugin
version: 0.0.1
executions:
- goals: [load]

0 comments on commit 287e9e1

Please sign in to comment.