Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yx91490 committed Jan 31, 2020
1 parent 4d6b2fe commit d397c4d
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ $project_properties

1.Configure pom.xml:

1.配置项目的pom.xml文件:
配置项目的pom.xml文件:

```
<plugin>
Expand All @@ -41,17 +41,24 @@ $project_properties
</plugin>
```

2.execute(on linux):
2.example(on linux):

2.执行(以linux环境示例):
示例(以linux环境示例):

```
```bash
$ cat example.sh

#! /bin/bash
echo "Project:[${project_artifactId}], parameters:[${@}]"
```

Execute maven command:

运行maven命令:

```bash
$ mvn cli:run

[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
Expand Down

0 comments on commit d397c4d

Please sign in to comment.