Skip to content

Commit d58372f

Browse files
committed
Quick fix of the article "Installing Maven-style Embulk plugins"
1 parent 8c938df commit d58372f

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

_posts/2024-06-13-installing-maven-style-embulk-plugins.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
layout: posts
33
title: "Installing Maven-style Embulk plugins"
44
date: 2024-06-13
5+
last_modified_at: 2024-06-14
56
description: "We recently started to provide a couple of methods to install the Maven-style Embulk plugins more easily, which was not very easy in the beginning of Maven-style plugins, indeed. This article is a brief introduction of the methods to install the Maven-style Embulk plugins."
67
author: "dmikurube"
78
---
@@ -12,7 +13,7 @@ See also: [Embulk v0.11 is coming soon: JRuby](https://www.embulk.org/articles/2
1213

1314
We recently started to provide a couple of methods to install the Maven-style Embulk plugins more easily, which was not very easy in the beginning of Maven-style plugins, indeed.
1415

15-
This article is a brief introduction of the methods to install the Maven-style Embulk plugins.
16+
This article is a brief introduction of the new plugin installation methods.
1617

1718
## Revisit: Embulk home
1819

@@ -107,7 +108,7 @@ installEmbulkRunSet {
107108
Then, run `gradle installEmbulkRunSet` (`./gradlew` when you use the Gradle wrapper) to set up.
108109

109110
```
110-
$ gradlew installEmbulkRunSet
111+
$ ./gradlew installEmbulkRunSet
111112
112113
> Configure project :
113114
Supplied embulkHome "/home/user/my-embulk-home" does not exist, then will be created.
@@ -140,7 +141,7 @@ jruby=file\:///home/user/my-embulk-home/lib/m2/repository/org/jruby/jruby-comple
140141

141142
In either style of installation, you can run Embulk with the installed Maven-style Embulk plugins.
142143

143-
See the example `s3_with_maven.yaml` below.
144+
See the example `s3_with_maven.yml` below.
144145

145146
```yaml
146147
in:

0 commit comments

Comments
 (0)