Skip to content

Commit 74e1c27

Browse files
authored
Merge pull request #10 from nebula-plugins/add-project-status
add table to track project status
2 parents 44314e3 + 3629dbc commit 74e1c27

File tree

2 files changed

+86
-1
lines changed

2 files changed

+86
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ cTestFinal.js
1212
bin2
1313
out.csv
1414
npm-debug.log
15-
_site
15+
_site
16+
.obsidian

documentation/plugin_overview.md

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,3 +191,87 @@ The multiplatform plugin is a complete migration from the legacy plugin and prov
191191

192192
### nebula-core
193193
Common classes shared by Nebula plugins. Adds useful Gradle tasks such as Download, Unzip and Untar.
194+
195+
## Project Status
196+
197+
This section breaks the Nebula projects down by status.
198+
199+
### Active Projects
200+
201+
Active projects are stable, or receive frequent updates. Issues opened in an active project should be addressed in a reasonable time frame. We will keep these projects up-to-date with the latest Gradle releases and features.
202+
203+
| Project Name | Status |
204+
|------------------------------------------------------------------------------------------------------------|-----------|
205+
| [gradle-contacts-plugin](https://github.com/nebula-plugins/gradle-contacts-plugin) | Active |
206+
| [gradle-extra-configurations-plugin](https://github.com/nebula-plugins/gradle-extra-configurations-plugin) | Active |
207+
| [gradle-info-plugin](https://github.com/nebula-plugins/gradle-info-plugin) | Active |
208+
| [gradle-jakartaee-migration-plugin](https://github.com/nebula-plugins/gradle-jakartaee-migration-plugin) | Active |
209+
| [gradle-lint-plugin](https://github.com/nebula-plugins/gradle-lint-plugin) | Active |
210+
| [gradle-ospackage-plugin](https://github.com/nebula-plugins/gradle-ospackage-plugin) | Active |
211+
| [gradle-resolution-rules](https://github.com/nebula-plugins/gradle-resolution-rules) | Active |
212+
| [gradle-resolution-rules-plugin](https://github.com/nebula-plugins/gradle-resolution-rules-plugin) | Active |
213+
| [nebula-dependency-base-plugin](https://github.com/nebula-plugins/nebula-dependency-base-plugin) | Active |
214+
| [nebula-gradle-interop](https://github.com/nebula-plugins/nebula-gradle-interop) | Active |
215+
| [nebula-hollow-plugin](https://github.com/nebula-plugins/nebula-hollow-plugin) | Active |
216+
| [nebula-project-plugin](https://github.com/nebula-plugins/nebula-project-plugin) | Active |
217+
| [nebula-publishing-plugin](https://github.com/nebula-plugins/nebula-publishing-plugin) | Active |
218+
| [nebula-release-plugin](https://github.com/nebula-plugins/nebula-release-plugin) | Active |
219+
| [nebula-test](https://github.com/nebula-plugins/nebula-test) | Active |
220+
221+
#### Maintenance
222+
223+
Maintenance projects are stable, and may be used internally by Netflix, but are not receiving any new features. The projects have a more modern OSS alternative, or are made obsolete by built-in Gradle functionality. Bugfixes will be addressed if the bug is observed within Netflix, but may not be addressed otherwise.
224+
225+
| Project Name | Status |
226+
|----------------------------------------------------------------------------------------------------------------|-------------|
227+
| [gradle-dependency-lock-plugin](https://github.com/nebula-plugins/gradle-dependency-lock-plugin) | Maintenance |
228+
| [nebula-clojure-plugin](https://github.com/nebula-plugins/nebula-clojure-plugin) | Maintenance |
229+
| [nebula-dependencies-comparison](https://github.com/nebula-plugins/nebula-dependencies-comparison) | Maintenance |
230+
| [nebula-dependency-recommender-plugin](https://github.com/nebula-plugins/nebula-dependency-recommender-plugin) | Maintenance |
231+
| [nebula-node-plugin](https://github.com/nebula-plugins/nebula-node-plugin) | Maintenance |
232+
233+
### Internal / Utility / Sample Projects
234+
235+
These projects are used by other Nebula projects, or exist only as an example of how to use Nebula plugins. These should not be used directly.
236+
237+
| Project Name |
238+
| ---------------------------------------------------------------------------------------------- |
239+
| example-multiproject |
240+
| gradle-nebula-integration |
241+
| gradle-netflixoss-project-plugin |
242+
| gradle-nothing-plugin |
243+
| investigate-insight |
244+
| [nebula-jfrog-test](https://github.com/nebula-plugins/nebula-jfrog-test) |
245+
| [nebula-oss-publishing-plugin](https://github.com/nebula-plugins/nebula-oss-publishing-plugin) |
246+
| [nebula-plugin-plugin](https://github.com/nebula-plugins/nebula-plugin-plugin) |
247+
| [nebula-plugins.github.io](https://github.com/nebula-plugins/nebula-plugins.github.io) |
248+
| [nebula-sample-plugin](https://github.com/nebula-plugins/nebula-sample-plugin) |
249+
250+
### Archived Projects
251+
These projects are read-only in GitHub and will no longer receive any update.
252+
253+
| Project Name | EOL Date |
254+
| ------------------------------------------------------------------------------------------------------ | ------------ |
255+
| buildscan-test | Aug 28, 2018 |
256+
| ensure | Aug 21, 2018 |
257+
| example-project | Nov 9, 2021 |
258+
| gradle-aggregate-javadocs-plugin | Mar 1, 2021 |
259+
| gradle-blacklist-plugin | Aug 21, 2018 |
260+
| gradle-git-scm-plugin | Oct 20, 2023 |
261+
| [gradle-java-cross-compile-plugin](https://github.com/nebula-plugins/gradle-java-cross-compile-plugin) | Sep 11, 2023 |
262+
| gradle-metrics-plugin | Jan 15, 2021 |
263+
| gradle-override-plugin | Nov 27, 2023 |
264+
| gradle-rxjava-project-plugin | Sep 1, 2018 |
265+
| gradle-scm-plugin | Oct 20, 2023 |
266+
| gradle-stash-plugin | Sep 26, 2023 |
267+
| gradle-warnings-plugin | Aug 21, 2018 |
268+
| lazybones-nebula-plugin-template | Aug 14, 2018 |
269+
| lock-experimental | Aug 21, 2018 |
270+
| nebula-bintray-plugin | Feb 7, 2021 |
271+
| nebula-blob-plugin | Aug 21, 2018 |
272+
| [nebula-core](https://github.com/nebula-plugins/nebula-core) | Mar 1, 2021 |
273+
| nebula-docker-plugin | Mar 1, 2021 |
274+
| nebula-grails-plugin | Jul 29, 2022 |
275+
| [nebula-interactive](https://github.com/nebula-plugins/nebula-interactive) | Aug 28, 2018 |
276+
| [nebula-kotlin-plugin](https://github.com/nebula-plugins/nebula-kotlin-plugin) | Nov 9, 2021 |
277+
| [nebula-ospackage-plugin](https://github.com/nebula-plugins/nebula-ospackage-plugin) | Aug 21, 2018 |

0 commit comments

Comments
 (0)