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.23523648038347

Last synced: about 22 hours ago
JSON representation

Repository metadata:

Apache Maven Resources Plugin


Owner metadata:


GitHub Events

Total
Last Year

Committers metadata

Last synced: about 2 months ago

Total Commits: 556
Total Committers: 42
Avg Commits per committer: 13.238
Development Distribution Score (DDS): 0.851

Commits in past year: 30
Committers in past year: 10
Avg Commits per committer in past year: 3.0
Development Distribution Score (DDS) in past year: 0.733

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
Benjamin Bentmann b****n@a****g 24
dependabot[bot] 4****] 19
Sylwester Lachiewicz s****z@a****g 14
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
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
Michael Osipov m****o@a****g 2
and 12 more...

Issue and Pull Request metadata

Last synced: about 2 months ago

Total issues: 203
Total pull requests: 190
Average time to close issues: over 2 years
Average time to close pull requests: about 2 months
Total issue authors: 4
Total pull request authors: 16
Average comments per issue: 2.71
Average comments per pull request: 0.77
Merged pull request: 93
Bot issues: 0
Bot pull requests: 115

Past year issues: 5
Past year pull requests: 85
Past year average time to close issues: about 1 month
Past year average time to close pull requests: 14 days
Past year issue authors: 3
Past year pull request authors: 6
Past year average comments per issue: 0.8
Past year average comments per pull request: 0.36
Past year merged pull request: 39
Past year bot issues: 0
Past year bot pull requests: 56

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

Top Issue Authors

  • jira-importer (200)
  • sahaasmita0905 (1)
  • pzygielo (1)
  • ghusta (1)

Top Pull Request Authors

  • dependabot[bot] (115)
  • gnodet (17)
  • slawekjaranowski (14)
  • elharo (12)
  • cstamas (5)
  • slachiewicz (5)
  • Bukama (4)
  • pzygielo (4)
  • desruisseaux (4)
  • bdemers (2)
  • sparsick (2)
  • olamy (2)
  • hboutemy (1)
  • kevin0x90 (1)
  • patpatpat123 (1)

Top Issue Labels

  • priority:major (130)
  • bug (111)
  • enhancement (59)
  • priority:minor (45)
  • dependencies (17)
  • maintenance (9)
  • priority:blocker (8)
  • priority:trivial (8)
  • priority:critical (7)
  • waiting-for-feedback (4)

Top Pull Request Labels

  • dependencies (117)
  • java (112)
  • maintenance (15)
  • 3.x (10)
  • documentation (8)
  • enhancement (3)
  • github_actions (2)
  • removed (1)

Package metadata

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.4.0 (published 3 months ago)
  • Last Synced: 2025-12-26T22:00:06.508Z (about 2 months ago)
  • Versions: 22
  • 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