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
Spoon is now a project of the OW2 Consortium, but still considered as an "incubation project". To be considered as a "mature project" the following checklist should be done: https://projects.ow2.org/bin/view/spoon/mature-level
Source code
The project must have means of separating active development from versioning and bug-fixing in the source repository. It must be documented on the web site
The source code of the project must be available on the OW2 infrastructure. Either the OW2 forge is used as the main source code repository, or the source code is synced from external repositories to the OW2 forge, automatically and on regular basis (at least once per release)
For each release, the project must publish an archive file containing the source code corresponding to the release.
The project must follow a code convention guideline, which has to be documented on the web site. This guideline should be enforced by using tools such as Checkstyle
Continuous integration
The way to build the project has to be documented on the web site (required environment and step by step process to be followed)
The project code base must compile successfully on the target platforms.
The project must contain automated test suites executing successfully
A continuous integration platform must be set up (either within the OW2 forge with Bamboo currently, or an external CI platform)
Binaries
The project binaries must be synced to the OW2 platform, at least once per release
Documentation
A user and a developer documentation must be available
The documentation must be synced to the OW2 forge, at least once per release
Quality assessment
Transversal maturity assessment by filling in and maintaining on a regular basis the Open-source Maturity Model form
Source code static analysis with a tool such as SonarQube
IP and license analysis with a tool such as FOSSology
Source code originality analysis with a tool such as Antepedia Reporter
Activiy metrics eg via OpenHub
The text was updated successfully, but these errors were encountered:
monperrus
changed the title
Improve Spoon documentation / process to validate the mature level of OW2
chore: tasks to improve the maturity level according to OW2
Feb 14, 2018
I am working on IDEA code inspection ruleset #2105
It is part of larger task: discussion: best practices and resources helpful to increase quality of spoon #2101 These inspections also kills defects reported by SonarQube (I mean: both tools reports various defects, but some defects overlap).
I am familiar with OS licenses (GPL, LGPL, Apache, BSD, MIT, public domain) and perhaps may contribute to IP and license analysis with a tool such as FOSSology
Source code originality analysis with a tool such as Antepedia Reporter sounds interesting for me.
The project must follow a code convention guideline, which has to be documented on the web site. This guideline should be enforced by using tools such as Checkstyle
The project must follow a code convention guideline, which has to be documented on the web site. This guideline should be enforced by using tools such as Checkstyle
Yes we have the checkstyle but I'm not sure what they mean here by documented on the web site, neither if it's really the case for us, that's why I did not checked it.
Spoon is now a project of the OW2 Consortium, but still considered as an "incubation project". To be considered as a "mature project" the following checklist should be done:
https://projects.ow2.org/bin/view/spoon/mature-level
Source code
Continuous integration
Binaries
Documentation
Quality assessment
The text was updated successfully, but these errors were encountered: