You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/2015-05-28-quickstart.md
+2-9Lines changed: 2 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,24 +16,17 @@ Creating a quickstart provides only a very basic starting point for your Pippo p
16
16
17
17
To create your project you must follow these steps:
18
18
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
-
26
19
- create your quickstart project:
27
20
28
21
```
29
22
mvn archetype:generate \
30
23
-DarchetypeGroupId=ro.pippo \
31
24
-DarchetypeArtifactId=pippo-quickstart \
32
-
-DarchetypeVersion=0.9.0 \
25
+
-DarchetypeVersion=1.5.0 \
33
26
-DgroupId=com.mycompany \
34
27
-DartifactId=myproject
35
28
```
36
-
maybe you want to change `groupId`, `artifactId`
29
+
maybe you want to change `groupId`, `artifactId` and `archetypeVersion` (the last Pippo version)
0 commit comments