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

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

build-management java maven maven-jar-plugin maven-plugins

Score: 25.717189829098462

Last synced: about 19 hours ago
JSON representation

Repository metadata:

Apache Maven JAR Plugin


Owner metadata:


GitHub Events

Total
Last Year

Committers metadata

Last synced: 4 days ago

Total Commits: 634
Total Committers: 51
Avg Commits per committer: 12.431
Development Distribution Score (DDS): 0.839

Commits in past year: 46
Committers in past year: 12
Avg Commits per committer in past year: 3.833
Development Distribution Score (DDS) in past year: 0.674

Name Email Commits
Karl Heinz Marbaise k****e@a****g 102
Oliver Lamy o****y@a****g 79
Brett Leslie Porter b****t@a****g 52
dependabot[bot] 4****] 44
Hervé Boutemy h****y@a****g 40
Kristian Rosenvold k****d@a****g 33
Benjamin Bentmann b****n@a****g 32
Jason van Zyl j****l@a****g 31
Slawomir Jaranowski s****i@g****m 26
Dennis Lundberg d****l@a****g 22
Emmanuel Venisse e****e@a****g 18
Sylwester Lachiewicz s****z@a****g 17
John Dennis Casey j****y@a****g 15
Elliotte Rusty Harold e****o 12
Guillaume Nodet g****t@g****m 11
Michael Osipov m****o@a****g 9
Jorge Solórzano j****l@g****m 8
Christian Schulte s****e@a****g 7
Robert Scholte r****e@a****g 6
Matthias Bünger B****a 6
Vincent Siveton v****n@a****g 6
Kenney Westerhof k****y@a****g 5
Carlos Sanchez Gonzalez c****s@a****g 5
Michal Maczka m****l@a****g 5
Martin Desruisseaux m****x@g****m 4
Arnaud Heritier a****r@a****g 4
Anders Hammar a****m@a****g 4
Trygve Laugstoul t****s@a****g 3
Mike Perham m****m@a****g 2
Mauro Talevi m****o@a****g 2
and 21 more...

Issue and Pull Request metadata

Last synced: 2 days ago

Total issues: 205
Total pull requests: 311
Average time to close issues: over 2 years
Average time to close pull requests: about 1 month
Total issue authors: 16
Total pull request authors: 37
Average comments per issue: 3.2
Average comments per pull request: 1.15
Merged pull request: 172
Bot issues: 1
Bot pull requests: 166

Past year issues: 15
Past year pull requests: 84
Past year average time to close issues: 27 days
Past year average time to close pull requests: 13 days
Past year issue authors: 12
Past year pull request authors: 17
Past year average comments per issue: 3.6
Past year average comments per pull request: 1.11
Past year merged pull request: 48
Past year bot issues: 0
Past year bot pull requests: 37

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

Top Issue Authors

  • jira-importer (187)
  • elharo (4)
  • lukehutch (1)
  • HelloDhero (1)
  • cowwoc (1)
  • rcasta74 (1)
  • skyblackhawk (1)
  • desruisseaux (1)
  • stechio (1)
  • GuntherRademacher (1)
  • dependabot[bot] (1)
  • laeubi (1)
  • JasonMathison (1)
  • silviuburceadev (1)
  • ascheman (1)

Top Pull Request Authors

  • dependabot[bot] (166)
  • slawekjaranowski (28)
  • elharo (16)
  • slachiewicz (13)
  • gnodet (12)
  • Bukama (11)
  • jorsol (9)
  • hboutemy (7)
  • desruisseaux (5)
  • olamy (5)
  • potiuk (3)
  • cstamas (3)
  • hgschmie (2)
  • sparsick (2)
  • delanym (2)

Top Issue Labels

  • priority:major (110)
  • bug (97)
  • enhancement (69)
  • priority:minor (46)
  • dependencies (23)
  • priority:blocker (15)
  • maintenance (10)
  • priority:critical (7)
  • priority:trivial (4)
  • waiting-for-feedback (4)
  • Stale (3)
  • help wanted (1)
  • java (1)

Top Pull Request Labels

  • dependencies (181)
  • java (157)
  • maintenance (29)
  • enhancement (14)
  • github_actions (12)
  • documentation (10)
  • bug (5)
  • skip-changelog (4)
  • Stale (1)
  • build (1)
  • removed (1)

Package metadata

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

Builds a Java Archive (JAR) file from the compiled project classes and resources.

  • Homepage: https://maven.apache.org/plugins/maven-jar-plugin/
  • Documentation: https://appdoc.app/artifact/org.apache.maven.plugins/maven-jar-plugin/
  • Licenses: Apache-2.0
  • Latest release: 3.5.1 (published about 1 month ago)
  • Last Synced: 2026-08-21T21:00:53.778Z (2 days ago)
  • Versions: 27
  • Dependent Packages: 43
  • Dependent Repositories: 593
  • Docker Downloads: 25,370,584
  • Rankings:
    • Dependent repos count: 0.547%
    • Docker downloads count: 0.801%
    • Dependent packages count: 1.563%
    • Average: 11.243%
    • Forks count: 22.137%
    • Stargazers count: 31.168%

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
  • org.apache.maven.shared:file-management 3.1.0
  • org.apache.maven:maven-archiver 3.6.0
  • 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/it/MJAR-162/pom.xml maven
  • junit:junit 3.8.1 test
src/it/MJAR-228/pom.xml maven
  • junit:junit 4.13.2
src/it/MJAR-30-excludes/pom.xml maven
  • junit:junit 3.8.1 test
src/it/MJAR-30-fullcontent/pom.xml maven
  • junit:junit 3.8.1 test
src/it/MJAR-75/client/pom.xml maven
  • org.apache.maven.its.it0126:model 1.0-SNAPSHOT
src/it/MJAR-80-exclude/pom.xml maven
  • junit:junit 3.8.1 test
src/it/MJAR-80-fullcontent/pom.xml maven
  • junit:junit 3.8.1 test
src/it/MJAR-80-include/pom.xml maven
  • junit:junit 3.8.1 test
src/it/MJAR-82/pom.xml maven
  • commons-lang:commons-lang 2.3
  • org.codehaus.plexus:plexus-component-api 1.0-alpha-15
  • org.codehaus.plexus:plexus-container-default 1.0-alpha-15
  • org.slf4j:slf4j-log4j12 1.4.3
src/it/mjar-139/pom.xml maven
  • junit:junit 3.8.1 test
src/it/mjar-90/pom.xml maven
  • junit:junit 3.8.1 test