@@ -53,7 +53,7 @@ These things are **out of native packagers scope**
53
53
packager.
54
54
55
55
2. Providing deployment configurations
56
- Native packager produces artefacts with the ``packageBin `` task. What you do with these is part of another step in
56
+ Native packager produces artifacts with the ``packageBin `` task. What you do with these is part of another step in
57
57
your process.
58
58
59
59
@@ -65,7 +65,7 @@ Core Concepts
65
65
Native packager is based on a few simple concepts. If you understand these, you will be able to customize your build,
66
66
create own packaging formats and deploy more effectively.
67
67
68
- 1. **Separation of concerns ** of the two plugin kinds
68
+ 1. **Separation of concerns ** with two kinds of plugins
69
69
70
70
- :ref: `format plugins <packaging-formats >` define **how ** a package is created
71
71
- :ref: `archetype plugins <archetypes >` define **what ** a package should contain
@@ -93,7 +93,7 @@ Format plugins provide the implementation to create package, the **how** a packa
93
93
start with the plugin name, e.g. *rpmXYZ *.
94
94
95
95
3. Implement package task
96
- The ``packageBin `` or ``publishLocal `` ( docker ) task provides the actual action to create a package.
96
+ ``packageBin `` or ``publishLocal `` tasks provide the actual action to create a package.
97
97
98
98
By enabling a format plugin only with
99
99
@@ -116,7 +116,7 @@ A full list of archetypes can be found
116
116
117
117
118
118
An archetype may provide the following:
119
- 1. New, archetype related settings and tasks
119
+ 1. Archetype related settings and tasks
120
120
2. New files in your package
121
121
122
122
By enabling an archetype plugin with
0 commit comments