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

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

build-management java maven maven-plugins maven-resources-plugin

Score: 25.31658654868249

Last synced: about 17 hours ago
JSON representation

Repository metadata:

Apache Maven Resources Plugin


Owner metadata:


GitHub Events

Total
Last Year

Committers metadata

Last synced: 4 days ago

Total Commits: 583
Total Committers: 43
Avg Commits per committer: 13.558
Development Distribution Score (DDS): 0.858

Commits in past year: 40
Committers in past year: 7
Avg Commits per committer in past year: 5.714
Development Distribution Score (DDS) in past year: 0.575

Name Email Commits
Oliver Lamy o****y@a****g 83
Karl Heinz Marbaise k****e@a****g 79
Brett Leslie Porter b****t@a****g 53
Herve Boutemy h****y@a****g 41
Dennis Lundberg d****l@a****g 36
Jason van Zyl j****l@a****g 33
John Dennis Casey j****y@a****g 32
dependabot[bot] 4****] 32
Sylwester Lachiewicz s****z@a****g 25
Benjamin Bentmann b****n@a****g 24
Emmanuel Venisse e****e@a****g 13
Kristian Rosenvold k****d@a****g 13
Christian Schulte s****e@a****g 12
Guillaume Nodet g****t@g****m 12
Elliotte Rusty Harold e****o 12
Tamas Cservenak t****s@c****t 10
Slawomir Jaranowski s****i@g****m 10
Robert Scholte r****e@a****g 6
Stephane Nicoll s****l@a****g 6
Anders Hammar a****m@a****g 5
Vincent Siveton v****n@a****g 5
Trygve Laugstoul t****s@a****g 4
Milos Kleint m****t@a****g 4
Jesse McConnell j****l@a****g 4
Kenney Westerhof k****y@a****g 3
Matthias Bünger B****a 3
Piotrek Żygieło p****o 3
Mauro Talevi m****o@a****g 2
Allan Q. Ramirez a****z@a****g 2
Sandra Parsick s****k 2
and 13 more...

Issue and Pull Request metadata

Last synced: 1 day ago

Total issues: 211
Total pull requests: 226
Average time to close issues: over 2 years
Average time to close pull requests: about 2 months
Total issue authors: 11
Total pull request authors: 17
Average comments per issue: 2.8
Average comments per pull request: 0.76
Merged pull request: 116
Bot issues: 0
Bot pull requests: 132

Past year issues: 9
Past year pull requests: 40
Past year average time to close issues: about 21 hours
Past year average time to close pull requests: 10 days
Past year issue authors: 9
Past year pull request authors: 9
Past year average comments per issue: 3.78
Past year average comments per pull request: 0.63
Past year merged pull request: 24
Past year bot issues: 0
Past year bot pull requests: 19

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

Top Issue Authors

  • jira-importer (201)
  • sahaasmita0905 (1)
  • yuedaxia76 (1)
  • pzygielo (1)
  • desruisseaux (1)
  • ghusta (1)
  • neilcsmith-net (1)
  • Bukama (1)
  • peter-c-larsson (1)
  • kwin (1)
  • cquoss (1)

Top Pull Request Authors

  • dependabot[bot] (132)
  • gnodet (18)
  • slachiewicz (16)
  • slawekjaranowski (14)
  • elharo (13)
  • cstamas (7)
  • Bukama (6)
  • desruisseaux (4)
  • pzygielo (4)
  • sparsick (2)
  • olamy (2)
  • bdemers (2)
  • hboutemy (2)
  • kevin0x90 (1)
  • patpatpat123 (1)

Top Issue Labels

  • priority:major (131)
  • bug (118)
  • enhancement (60)
  • priority:minor (45)
  • dependencies (17)
  • maintenance (9)
  • priority:blocker (9)
  • priority:trivial (8)
  • priority:critical (7)
  • waiting-for-feedback (5)
  • Stale (1)

Top Pull Request Labels

  • dependencies (135)
  • java (121)
  • maintenance (25)
  • documentation (10)
  • 3.x (10)
  • github_actions (9)
  • enhancement (4)
  • build (1)
  • removed (1)

Package metadata

proxy.golang.org: github.com/apache/maven-resources-plugin

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

The Resources Plugin handles the copying of project resources to the output directory. There are two different kinds of resources: main resources and test resources. The difference is that the main resources are the resources associated with the main source code while the test resources are associated with the test source code. Thus, this allows the separation of resources for the main source code and its unit tests.

  • Homepage: https://maven.apache.org/plugins/maven-resources-plugin/
  • Documentation: https://appdoc.app/artifact/org.apache.maven.plugins/maven-resources-plugin/
  • Licenses: Apache-2.0
  • Latest release: 3.5.0 (published 6 months ago)
  • Last Synced: 2026-08-21T21:07:11.708Z (1 day ago)
  • Versions: 23
  • Dependent Packages: 58
  • Dependent Repositories: 1,239
  • Docker Downloads: 25,819,726
  • Rankings:
    • Dependent repos count: 0.338%
    • Docker downloads count: 0.797%
    • Dependent packages count: 1.208%
    • Average: 12.891%
    • Forks count: 28.806%
    • Stargazers count: 33.305%

Dependencies

pom.xml maven
  • commons-io:commons-io 2.11.0 compile
  • org.apache.commons:commons-lang3 3.12.0 compile
  • org.apache.maven.plugin-tools:maven-plugin-annotations 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:maven-settings 3.2.5 provided
  • org.codehaus.plexus:plexus-component-annotations provided
  • org.eclipse.sisu:org.eclipse.sisu.plexus 0.3.5 provided
  • org.apache.maven.shared:maven-filtering 3.3.0
  • org.codehaus.plexus:plexus-interpolation 1.26
  • junit:junit 4.13.2 test
  • org.apache.maven.plugin-testing:maven-plugin-testing-harness 3.3.0 test
  • org.apache.maven.resolver:maven-resolver-api 1.6.3 test
  • org.apache.maven:maven-compat 3.2.5 test
  • org.codehaus.plexus:plexus-utils 3.4.2 test
src/it/MRESOURCES-131/pom.xml maven
  • junit:junit 3.8.1 test
src/it/MRESOURCES-18/pom.xml maven
  • junit:junit 3.8.1 test
.github/workflows/maven-verify.yml actions
.github/workflows/release-drafter.yml actions
src/it/MRESOURCES-104/pom.xml maven
src/it/MRESOURCES-105/pom.xml maven
src/it/MRESOURCES-106/pom.xml maven
src/it/MRESOURCES-110/pom.xml maven
src/it/MRESOURCES-166/pom.xml maven
src/it/MRESOURCES-171/pom.xml maven
src/it/MRESOURCES-20/pom.xml maven
src/it/MRESOURCES-231/pom.xml maven
src/it/MRESOURCES-257/pom.xml maven
src/it/MRESOURCES-77/pom.xml maven
src/it/MRESOURCES-78/pom.xml maven
src/it/MRESOURCES-99/pom.xml maven
src/it/binaries-filtering/pom.xml maven
src/it/copy-resources-it/pom.xml maven
src/it/custom-delimiter/pom.xml maven
src/it/escapeInterpolation/pom.xml maven
src/it/filter/pom.xml maven
src/it/filter-filenames/pom.xml maven
src/it/filter-test-resources/pom.xml maven
src/it/include-git-ignore/pom.xml maven
src/it/includeEmptyDirs/pom.xml maven
src/it/profile-override/pom.xml maven
src/it/skip-yes/pom.xml maven
src/it/user-filters/pom.xml maven
src/it/gh-312/pom.xml maven
src/it/user-filters/filter/pom.xml maven
  • org.apache.maven.shared:maven-filtering @mavenFilteringVersion@
.github/workflows/pr-automation.yml actions
src/it/user-filters/module/pom.xml maven
.github/workflows/stale.yml actions