File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/en/documentation/for-contributors Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -292,7 +292,7 @@ The most important plugin is the "EDC build" plugin. It consists essentially of
292
292
- _ a plugin class_ : extends ` Plugin<Project> ` from the Gradle API to hook into the Gradle task infrastructure
293
293
- _ extensions_ : they are POJOs that are model classes for configuration.
294
294
- _ conventions_ : individual mutations that are applied to the project. For example, we use conventions to add some
295
- standard repositories to all projects, or to implement publishing to OSSRH and MavenCentral in a generic way.
295
+ standard repositories to all projects, or to implement publishing to Snapshot Repository and MavenCentral in a generic way.
296
296
- _ tasks_ : executable Gradle tasks that perform a certain action like merging OpenAPI Specification documents.
297
297
298
298
It is important to note that a Gradle build is separated in _ phases_ , namely _ Initialization_ , _ Configuration_ and
@@ -301,7 +301,7 @@ _conventions_ as well as other plugins have to be applied in the _Configuration_
301
301
302
302
### 6.3 The EDC Release process
303
303
304
- Generally speaking, EDC publishes ` -SNAPSHOT ` build artifacts to OSSRH Snapshots and release build artefacts to
304
+ Generally speaking, EDC publishes ` -SNAPSHOT ` build artifacts to Snapshot Repository and release build artefacts to
305
305
MavenCentral.
306
306
307
307
We further distinguish our artifacts in "core" modules and "technology" modules. The earlier consists of the Connector,
You can’t perform that action at this time.
0 commit comments