Skip to content

Commit 6178718

Browse files
committed
Update Quickstart section
1 parent 7a00b5f commit 6178718

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

_posts/2015-05-28-quickstart.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,24 +16,17 @@ Creating a quickstart provides only a very basic starting point for your Pippo p
1616

1717
To create your project you must follow these steps:
1818

19-
- install [pippo-quickstart](https://github.com/decebals/pippo/tree/master/maven-archetypes/quickstart) archetype on your computer (this step is **OPTIONAL**; the archetype is also available on Maven Central Repository):
20-
21-
```
22-
cd <PIPPO_HOME>/maven-archetypes/quickstart
23-
mvn install
24-
```
25-
2619
- create your quickstart project:
2720

2821
```
2922
mvn archetype:generate \
3023
-DarchetypeGroupId=ro.pippo \
3124
-DarchetypeArtifactId=pippo-quickstart \
32-
-DarchetypeVersion=0.9.0 \
25+
-DarchetypeVersion=1.5.0 \
3326
-DgroupId=com.mycompany \
3427
-DartifactId=myproject
3528
```
36-
maybe you want to change `groupId`, `artifactId`
29+
maybe you want to change `groupId`, `artifactId` and `archetypeVersion` (the last Pippo version)
3730

3831
- run your application from command line:
3932

0 commit comments

Comments
 (0)