From ed43f0151563d579d776656842e946bc062cfd02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9D=B3=E9=98=B3?= <260893248@qq.com> Date: Thu, 22 Nov 2018 19:46:13 +0800 Subject: [PATCH] classfier->classifier MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修改两处拼写错误 --- notes/构建工具.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notes/构建工具.md b/notes/构建工具.md index 34fef54b..c0bf1714 100644 --- a/notes/构建工具.md +++ b/notes/构建工具.md @@ -96,7 +96,7 @@ POM 代表项目对象模型,它是一个 XML 文件,保存在项目根目 ``` -[groupId, artifactId, version, packaging, classfier] 称为一个项目的坐标,其中 groupId、artifactId、version 必须定义,packaging 可选(默认为 Jar),classfier 不能直接定义的,需要结合插件使用。 +[groupId, artifactId, version, packaging, classifier] 称为一个项目的坐标,其中 groupId、artifactId、version 必须定义,packaging 可选(默认为 Jar),classifier 不能直接定义的,需要结合插件使用。 - groupId:项目组 Id,必须全球唯一; - artifactId:项目 Id,即项目名;