Skip to content

Commit

Permalink
Code review
Browse files Browse the repository at this point in the history
  • Loading branch information
ibacher committed Feb 7, 2024
1 parent 3837c97 commit a0651bb
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,16 +70,15 @@ This Ozone project provides tooling to help create your own distribution. To get
archetype by running:

```bash
mvn -pl ozone-distro-archetype clean install
./scripts/mvn -pl ozone-distro-archetype clean install
```

Once that's done, you can use the Maven Archetype by running:

```bash
mvn archetype:generate -DarchetypeGroupId=com.ozonehis -DarchetypeArtifactId=ozone-distro-archetype
./scripts/mvn archetype:generate -DarchetypeGroupId=com.ozonehis -DarchetypeArtifactId=ozone-distro-archetype
```

This will prompt you for details about your project and create a standard Maven repository in the local directory.

**Note** You do **not** want your distribution to be part of the Ozone source code, so you should create it in a directory
that does not contain this project.
**Note** You do **not** want your distribution to be part of the Ozone source code, so you should create it in a directory that does not contain this project.

0 comments on commit a0651bb

Please sign in to comment.