An open API service for producing an overview of a list of open source projects.

https://github.com/apache/maven-source-plugin

build-management java maven maven-plugins maven-source-plugin

Score: 24.0921846811325

Last synced: about 19 hours ago
JSON representation

Repository metadata:

Apache Maven Source Plugin


Owner metadata:


GitHub Events

Total
Last Year

Committers metadata

Last synced: 4 days ago

Total Commits: 430
Total Committers: 46
Avg Commits per committer: 9.348
Development Distribution Score (DDS): 0.833

Commits in past year: 36
Committers in past year: 10
Avg Commits per committer in past year: 3.6
Development Distribution Score (DDS) in past year: 0.556

Name Email Commits
Karl Heinz Marbaise k****e@a****g 72
Hervé Boutemy h****y@a****g 44
Brett Leslie Porter b****t@a****g 38
Dennis Lundberg d****l@a****g 27
Olivier Lamy o****y@a****g 27
dependabot[bot] 4****] 27
Benjamin Bentmann b****n@a****g 26
Sylwester Lachiewicz s****z@a****g 15
Slawomir Jaranowski s****i@g****m 14
Kristian Rosenvold k****d@a****g 13
Stephane Nicoll s****l@a****g 12
Paul Gier p****r@a****g 9
Guillaume Nodet g****t@g****m 9
Jason van Zyl j****l@a****g 9
John Dennis Casey j****y@a****g 9
Maria Odea B. Ching o****g@a****g 9
Christian Schulte s****e@a****g 8
Vincent Siveton v****n@a****g 7
Matthias Bünger B****a 6
Arnaud Heritier a****r@a****g 5
Anders Hammar a****m@a****g 5
Robert Scholte r****e@a****g 4
Elliotte Rusty Harold e****o 4
Jorge Solórzano j****l@g****m 3
Kenney Westerhof k****y@a****g 3
Joakim Erdfelt j****e@a****g 2
Emmanuel Venisse e****e@a****g 2
Edwin L. Punzalan e****n@a****g 2
Sandra Parsick s****k 2
Lukas Theussl l****l@a****g 1
and 16 more...

Issue and Pull Request metadata

Last synced: 2 days ago

Total issues: 103
Total pull requests: 192
Average time to close issues: over 2 years
Average time to close pull requests: about 1 month
Total issue authors: 6
Total pull request authors: 17
Average comments per issue: 2.87
Average comments per pull request: 0.93
Merged pull request: 87
Bot issues: 1
Bot pull requests: 125

Past year issues: 9
Past year pull requests: 57
Past year average time to close issues: 20 days
Past year average time to close pull requests: about 1 month
Past year issue authors: 5
Past year pull request authors: 11
Past year average comments per issue: 1.0
Past year average comments per pull request: 1.47
Past year merged pull request: 32
Past year bot issues: 1
Past year bot pull requests: 29

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/apache/maven-source-plugin

Top Issue Authors

  • jira-importer (93)
  • elharo (5)
  • slawekjaranowski (2)
  • DevSnobo (1)
  • hboutemy (1)
  • dependabot[bot] (1)

Top Pull Request Authors

  • dependabot[bot] (125)
  • Bukama (13)
  • slawekjaranowski (9)
  • gnodet (8)
  • slachiewicz (6)
  • elharo (6)
  • kratos0718 (5)
  • jorsol (4)
  • sparsick (3)
  • hboutemy (3)
  • potiuk (2)
  • plamentotev (2)
  • bmarwell (2)
  • NotMyFault (1)
  • sabi0 (1)

Top Issue Labels

  • priority:major (52)
  • bug (49)
  • priority:minor (37)
  • enhancement (29)
  • dependencies (17)
  • priority:critical (5)
  • maintenance (5)
  • priority:blocker (3)
  • priority:trivial (2)
  • java (1)
  • Stale (1)
  • waiting-for-feedback (1)

Top Pull Request Labels

  • dependencies (127)
  • java (116)
  • maintenance (20)
  • github_actions (9)
  • documentation (5)
  • bug (3)
  • skip-changelog (2)
  • priority:blocker (1)
  • build (1)

Package metadata

repo1.maven.org: org.apache.maven.plugins:maven-source-plugin

The Maven Source Plugin creates a JAR archive of the source files of the current project.

  • Homepage: https://maven.apache.org/plugins/maven-source-plugin/
  • Documentation: https://appdoc.app/artifact/org.apache.maven.plugins/maven-source-plugin/
  • Licenses: Apache-2.0
  • Latest release: 3.4.0 (published 9 months ago)
  • Last Synced: 2026-08-21T21:04:37.635Z (2 days ago)
  • Versions: 23
  • Dependent Packages: 113
  • Dependent Repositories: 191
  • Docker Downloads: 10,886,771
  • Rankings:
    • Dependent packages count: 0.646%
    • Docker downloads count: 0.927%
    • Dependent repos count: 1.179%
    • Average: 14.176%
    • Forks count: 29.75%
    • Stargazers count: 38.376%

Dependencies

pom.xml maven
  • org.apache.maven.plugin-tools:maven-plugin-annotations provided
  • org.apache.maven:maven-artifact 3.2.5 provided
  • org.apache.maven:maven-core 3.2.5 provided
  • org.apache.maven:maven-model 3.2.5 provided
  • org.apache.maven:maven-plugin-api 3.2.5 provided
  • commons-io:commons-io 2.11.0
  • org.apache.maven:maven-archiver 3.6.0
  • org.codehaus.plexus:plexus-utils 3.4.2
  • junit:junit 4.13.2 test
  • org.apache.maven.plugin-testing:maven-plugin-testing-harness 3.3.0 test
  • org.apache.maven:maven-compat 3.2.5 test
src/test/resources/unit/project-001/pom.xml maven
  • junit:junit 3.8.1 test
src/test/resources/unit/project-003/pom.xml maven
  • junit:junit 3.8.1 test
src/test/resources/unit/project-005/pom.xml maven
  • junit:junit 3.8.1 test
src/test/resources/unit/project-007/pom.xml maven
  • junit:junit 3.8.1 test
src/test/resources/unit/project-009/pom.xml maven
  • junit:junit 3.8.1 test
src/test/resources/unit/project-010/pom.xml maven
  • junit:junit 3.8.1 test
.github/workflows/release-drafter.yml actions
.github/workflows/pr-automation.yml actions
.github/workflows/stale.yml actions
src/it/MSOURCES-140/pom.xml maven
.github/workflows/maven-verify.yml actions
src/it/MSOURCES-121/pom.xml maven
src/it/MSOURCES-62/pom.xml maven
src/it/MSOURCES-64/pom.xml maven
src/it/MSOURCES-95/pom.xml maven
src/it/jar/pom.xml maven
src/it/jar-attached/pom.xml maven
src/it/jar-classifier/pom.xml maven
src/it/jar-includes-excludes/pom.xml maven
src/it/jar-no-fork/pom.xml maven
src/it/jar-with-archive-config/pom.xml maven
src/it/jar-without-descriptor-config/pom.xml maven
src/it/manifest-content/pom.xml maven
src/it/project-without-sources/pom.xml maven
src/it/reproducible/pom.xml maven
src/it/test-jar/pom.xml maven
src/it/test-jar-classifier/pom.xml maven
src/it/test-jar-generated/pom.xml maven
src/it/test-jar-no-fork/pom.xml maven
src/it/verify-parameter-goal-generated-test-jar/pom.xml maven
src/it/verify-parameter-goal-jar/pom.xml maven
src/it/verify-parameter-goal-jar-no-fork/pom.xml maven
src/it/verify-parameter-goal-test-jar/pom.xml maven
src/it/verify-parameter-goal-test-jar-no-fork/pom.xml maven