Skip to content

Commit e525e4b

Browse files
committed
feat(repo): add what-is-maven
1 parent 604047e commit e525e4b

File tree

5 files changed

+12
-0
lines changed

5 files changed

+12
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,6 @@
1414
[submodule "repo/progit"]
1515
path = repo/progit
1616
url = https://github.com/progit/progit
17+
[submodule "repo/what-is-maven"]
18+
path = repo/what-is-maven
19+
url = https://github.com/KengoTODA/what-is-maven

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ module.exports.get = function get(ext = ".*") {};
9494
- License: <https://github.com/minghai/library/tree/gh-pages>
9595
- [progit](https://github.com/progit/progit)
9696
- License: <https://git-scm.com/book/en/v2>
97+
- [what-is-maven](https://github.com/KengoTODA/what-is-maven)
98+
- License: <https://github.com/KengoTODA/what-is-maven/blob/master/preface.md#%E3%83%A9%E3%82%A4%E3%82%BB%E3%83%B3%E3%82%B9>
9799

98100
## Changelog
99101

build.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ function copyTask() {
3737
copy(Refs["Introduction-to-Add-on-Development-in-Blender"], "body/chapter_**/*.md"),
3838
copy(Refs["The-Little-Book-on-CoffeeScript"], "coffeescript/chapters/ja_JP/**/*.md"),
3939
copy(Refs["progit"], "ja/**/*.{md,markdown}"),
40+
copy(Refs["what-is-maven"], "{deploy,implement-plugin,module,primer}/**/*.md"),
4041
]);
4142
}
4243

index.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ const References = {
2727
name: "progit",
2828
url: "https://github.com/progit/progit",
2929
license: "https://git-scm.com/book/en/v2"
30+
},
31+
"what-is-maven": {
32+
name: "what-is-maven",
33+
url: "https://github.com/KengoTODA/what-is-maven",
34+
license: "https://github.com/KengoTODA/what-is-maven/blob/master/preface.md#%E3%83%A9%E3%82%A4%E3%82%BB%E3%83%B3%E3%82%B9"
3035
}
3136
};
3237

repo/what-is-maven

Submodule what-is-maven added at c70bd81

0 commit comments

Comments
 (0)