Voldemat commented on issue #11759:
URL: https://github.com/apache/maven/issues/11759#issuecomment-4016798415

   Right now I created my own packaging plugin to disable all default plugins 
and such and it looks like this:
   ```
   [INFO] Scanning for projects...
   [INFO]
   [INFO] --------------< com.vladimirdev635:maven-android-plugin 
>---------------
   [INFO] Building maven-android-plugin Maven Mojo 1.0-SNAPSHOT
   [INFO]   from pom.xml
   [INFO] ----------------------------[ my-packaging 
]----------------------------
   [INFO]
   [INFO] --- dependency:3.7.0:resolve-plugins (default-cli) @ 
maven-android-plugin ---
   [INFO]
   [INFO] The following plugins have been resolved:
   [INFO]    
com.vladimirdev635:my-packaging-plugin:maven-plugin:1.0-SNAPSHOT:runtime
   [INFO]       com.vladimirdev635:my-packaging-plugin:jar:1.0-SNAPSHOT
   [INFO]    
org.apache.maven.plugins:maven-clean-plugin:maven-plugin:3.2.0:runtime
   [INFO]       org.apache.maven.plugins:maven-clean-plugin:jar:3.2.0
   [INFO]       org.apache.maven.shared:maven-shared-utils:jar:3.3.4
   [INFO]       commons-io:commons-io:jar:2.6
   [INFO]    
org.apache.maven.plugins:maven-site-plugin:maven-plugin:3.12.1:runtime
   [INFO]       org.apache.maven.plugins:maven-site-plugin:jar:3.12.1
   [INFO]       org.apache.maven.reporting:maven-reporting-api:jar:3.1.1
   [INFO]       org.apache.maven.reporting:maven-reporting-exec:jar:1.6.0
   [INFO]       org.apache.maven:maven-artifact:jar:3.2.5
   [INFO]       org.apache.maven:maven-core:jar:3.2.5
   [INFO]       org.apache.maven:maven-repository-metadata:jar:3.2.5
   [INFO]       org.apache.maven:maven-model-builder:jar:3.2.5
   [INFO]       org.apache.maven:maven-aether-provider:jar:3.2.5
   [INFO]       org.eclipse.aether:aether-spi:jar:1.0.0.v20140518
   [INFO]       org.eclipse.aether:aether-impl:jar:1.0.0.v20140518
   [INFO]       org.eclipse.aether:aether-api:jar:1.0.0.v20140518
   [INFO]       org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.5
   [INFO]       javax.annotation:javax.annotation-api:jar:1.2
   [INFO]       javax.enterprise:cdi-api:jar:1.2
   [INFO]       org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.5
   [INFO]       org.sonatype.sisu:sisu-guice:jar:no_aop:3.2.3
   [INFO]       javax.inject:javax.inject:jar:1
   [INFO]       aopalliance:aopalliance:jar:1.0
   [INFO]       com.google.guava:guava:jar:16.0.1
   [INFO]       org.codehaus.plexus:plexus-classworlds:jar:2.5.2
   [INFO]       org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3
   [INFO]       org.sonatype.plexus:plexus-cipher:jar:1.4
   [INFO]       org.apache.maven:maven-model:jar:3.2.5
   [INFO]       org.apache.maven:maven-plugin-api:jar:3.2.5
   [INFO]       org.apache.maven:maven-settings:jar:3.2.5
   [INFO]       org.apache.maven:maven-settings-builder:jar:3.2.5
   [INFO]       org.eclipse.aether:aether-util:jar:1.0.0.v20140518
   [INFO]       org.apache.maven.shared:maven-shared-utils:jar:3.3.4
   [INFO]       commons-io:commons-io:jar:2.6
   [INFO]       org.apache.maven:maven-archiver:jar:3.5.2
   [INFO]       org.apache.commons:commons-compress:jar:1.20
   [INFO]       org.codehaus.plexus:plexus-interpolation:jar:1.26
   [INFO]       org.codehaus.plexus:plexus-archiver:jar:4.2.7
   [INFO]       org.codehaus.plexus:plexus-io:jar:3.2.0
   [INFO]       org.iq80.snappy:snappy:jar:0.4
   [INFO]       org.tukaani:xz:jar:1.9
   [INFO]       org.codehaus.plexus:plexus-i18n:jar:1.0-beta-10
   [INFO]       org.codehaus.plexus:plexus-utils:jar:3.4.2
   [INFO]       org.apache.maven.doxia:doxia-sink-api:jar:1.11.1
   [INFO]       org.apache.maven.doxia:doxia-logging-api:jar:1.11.1
   [INFO]       org.apache.maven.doxia:doxia-core:jar:1.11.1
   [INFO]       org.codehaus.plexus:plexus-container-default:jar:2.1.0
   [INFO]       org.apache.xbean:xbean-reflect:jar:3.7
   [INFO]       com.google.collections:google-collections:jar:1.0
   [INFO]       org.codehaus.plexus:plexus-component-annotations:jar:2.1.1
   [INFO]       org.apache.commons:commons-lang3:jar:3.8.1
   [INFO]       org.apache.commons:commons-text:jar:1.3
   [INFO]       org.apache.httpcomponents:httpclient:jar:4.5.13
   [INFO]       commons-logging:commons-logging:jar:1.2
   [INFO]       commons-codec:commons-codec:jar:1.11
   [INFO]       org.apache.httpcomponents:httpcore:jar:4.4.14
   [INFO]       org.apache.maven.doxia:doxia-module-xhtml:jar:1.11.1
   [INFO]       org.apache.maven.doxia:doxia-module-xhtml5:jar:1.11.1
   [INFO]       org.apache.maven.doxia:doxia-module-apt:jar:1.11.1
   [INFO]       org.apache.maven.doxia:doxia-module-xdoc:jar:1.11.1
   [INFO]       org.apache.maven.doxia:doxia-module-fml:jar:1.11.1
   [INFO]       org.apache.maven.doxia:doxia-module-markdown:jar:1.11.1
   [INFO]       com.vladsch.flexmark:flexmark-all:jar:0.42.14
   [INFO]       com.vladsch.flexmark:flexmark:jar:0.42.14
   [INFO]       com.vladsch.flexmark:flexmark-ext-abbreviation:jar:0.42.14
   [INFO]       com.vladsch.flexmark:flexmark-ext-admonition:jar:0.42.14
   [INFO]       com.vladsch.flexmark:flexmark-ext-anchorlink:jar:0.42.14
   [INFO]       com.vladsch.flexmark:flexmark-ext-aside:jar:0.42.14
   [INFO]       com.vladsch.flexmark:flexmark-ext-attributes:jar:0.42.14
   [INFO]       com.vladsch.flexmark:flexmark-ext-autolink:jar:0.42.14
   [INFO]       org.nibor.autolink:autolink:jar:0.6.0
   [INFO]       com.vladsch.flexmark:flexmark-ext-definition:jar:0.42.14
   [INFO]       com.vladsch.flexmark:flexmark-ext-emoji:jar:0.42.14
   [INFO]       
com.vladsch.flexmark:flexmark-ext-enumerated-reference:jar:0.42.14
   [INFO]       com.vladsch.flexmark:flexmark-ext-escaped-character:jar:0.42.14
   [INFO]       com.vladsch.flexmark:flexmark-ext-footnotes:jar:0.42.14
   [INFO]       com.vladsch.flexmark:flexmark-ext-gfm-issues:jar:0.42.14
   [INFO]       com.vladsch.flexmark:flexmark-ext-gfm-strikethrough:jar:0.42.14
   [INFO]       com.vladsch.flexmark:flexmark-ext-gfm-tables:jar:0.42.14
   [INFO]       com.vladsch.flexmark:flexmark-ext-gfm-tasklist:jar:0.42.14
   [INFO]       com.vladsch.flexmark:flexmark-ext-gfm-users:jar:0.42.14
   [INFO]       com.vladsch.flexmark:flexmark-ext-gitlab:jar:0.42.14
   [INFO]       
com.vladsch.flexmark:flexmark-ext-jekyll-front-matter:jar:0.42.14
   [INFO]       com.vladsch.flexmark:flexmark-ext-jekyll-tag:jar:0.42.14
   [INFO]       com.vladsch.flexmark:flexmark-ext-media-tags:jar:0.42.14
   [INFO]       com.vladsch.flexmark:flexmark-ext-macros:jar:0.42.14
   [INFO]       com.vladsch.flexmark:flexmark-ext-ins:jar:0.42.14
   [INFO]       com.vladsch.flexmark:flexmark-ext-xwiki-macros:jar:0.42.14
   [INFO]       com.vladsch.flexmark:flexmark-ext-superscript:jar:0.42.14
   [INFO]       com.vladsch.flexmark:flexmark-ext-tables:jar:0.42.14
   [INFO]       com.vladsch.flexmark:flexmark-ext-toc:jar:0.42.14
   [INFO]       com.vladsch.flexmark:flexmark-ext-typographic:jar:0.42.14
   [INFO]       com.vladsch.flexmark:flexmark-ext-wikilink:jar:0.42.14
   [INFO]       com.vladsch.flexmark:flexmark-ext-yaml-front-matter:jar:0.42.14
   [INFO]       com.vladsch.flexmark:flexmark-ext-youtube-embedded:jar:0.42.14
   [INFO]       com.vladsch.flexmark:flexmark-formatter:jar:0.42.14
   [INFO]       com.vladsch.flexmark:flexmark-html-parser:jar:0.42.14
   [INFO]       org.jsoup:jsoup:jar:1.10.2
   [INFO]       com.vladsch.flexmark:flexmark-jira-converter:jar:0.42.14
   [INFO]       com.vladsch.flexmark:flexmark-profile-pegdown:jar:0.42.14
   [INFO]       com.vladsch.flexmark:flexmark-util:jar:0.42.14
   [INFO]       com.vladsch.flexmark:flexmark-youtrack-converter:jar:0.42.14
   [INFO]       org.apache.maven.doxia:doxia-module-confluence:jar:1.11.1
   [INFO]       org.apache.maven.doxia:doxia-module-docbook-simple:jar:1.11.1
   [INFO]       org.apache.maven.doxia:doxia-module-twiki:jar:1.11.1
   [INFO]       org.apache.maven.doxia:doxia-decoration-model:jar:1.11.1
   [INFO]       org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1
   [INFO]       org.apache.maven.doxia:doxia-skin-model:jar:1.11.1
   [INFO]       org.codehaus.plexus:plexus-velocity:jar:1.2
   [INFO]       org.apache.velocity:velocity:jar:1.7
   [INFO]       commons-lang:commons-lang:jar:2.4
   [INFO]       org.apache.velocity:velocity-tools:jar:2.0
   [INFO]       commons-beanutils:commons-beanutils:jar:1.7.0
   [INFO]       commons-digester:commons-digester:jar:1.8
   [INFO]       commons-chain:commons-chain:jar:1.1
   [INFO]       dom4j:dom4j:jar:1.1
   [INFO]       oro:oro:jar:2.0.8
   [INFO]       commons-collections:commons-collections:jar:3.2.2
   [INFO]       org.apache.maven.doxia:doxia-integration-tools:jar:1.11.1
   [INFO]       org.eclipse.jetty:jetty-server:jar:9.4.46.v20220331
   [INFO]       javax.servlet:javax.servlet-api:jar:3.1.0
   [INFO]       org.eclipse.jetty:jetty-http:jar:9.4.46.v20220331
   [INFO]       org.eclipse.jetty:jetty-io:jar:9.4.46.v20220331
   [INFO]       org.eclipse.jetty:jetty-servlet:jar:9.4.46.v20220331
   [INFO]       org.eclipse.jetty:jetty-security:jar:9.4.46.v20220331
   [INFO]       org.eclipse.jetty:jetty-util-ajax:jar:9.4.46.v20220331
   [INFO]       org.eclipse.jetty:jetty-webapp:jar:9.4.46.v20220331
   [INFO]       org.eclipse.jetty:jetty-xml:jar:9.4.46.v20220331
   [INFO]       org.eclipse.jetty:jetty-util:jar:9.4.46.v20220331
   [INFO]
   [INFO] 
------------------------------------------------------------------------
   [INFO] BUILD SUCCESS
   [INFO] 
------------------------------------------------------------------------
   [INFO] Total time:  0.719 s
   [INFO] Finished at: 2026-03-07T21:06:24+05:00
   [INFO] 
------------------------------------------------------------------------
   ```
   as you can see maven-site-plugin is very dependency heavy


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to