[jira] [Updated] (MRRESOURCES-121) version 3.0.0 fail to include some dependencies
[ https://issues.apache.org/jira/browse/MRRESOURCES-121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy updated MRRESOURCES-121: - Description: for some reasons, the version is skipping some dependencies and those dependencies are not included anymore in DEPENDENCIES file! example building maven-core branch maven-3.8.x module maven-core give the following warnings {code} [*INFO*] *--{-}{-}* maven-remote-resources-plugin:3.0.0:process *(process-resource-bundles)* @ maven-core *--* [*INFO*] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4 [*INFO*] Copying 3 resources from 1 bundle. [*WARNING*] Failed to build parent project for org.codehaus.plexus:plexus-sec-dispatcher:jar:2.0 [*WARNING*] Invalid project model for artifact [plexus-sec-dispatcher:org.codehaus.plexus:2.0]. It will be ignored by the remote resources Mojo. [*WARNING*] Failed to build parent project for org.codehaus.plexus:plexus-cipher:jar:2.0 [*WARNING*] Invalid project model for artifact [plexus-cipher:org.codehaus.plexus:2.0]. It will be ignored by the remote resources Mojo. [*WARNING*] Failed to build parent project for org.apache.commons:commons-lang3:jar:3.8.1 [*WARNING*] Invalid project model for artifact [commons-lang3:org.apache.commons:3.8.1]. It will be ignored by the remote resources Mojo. [*WARNING*] Failed to build parent project for org.apache.maven.resolver:maven-resolver-api:jar:1.6.3 [*WARNING*] Invalid project model for artifact [maven-resolver-api:org.apache.maven.resolver:1.6.3]. It will be ignored by the remote resources Mojo. [*WARNING*] Failed to build parent project for org.apache.maven.resolver:maven-resolver-spi:jar:1.6.3 [*WARNING*] Invalid project model for artifact [maven-resolver-spi:org.apache.maven.resolver:1.6.3]. It will be ignored by the remote resources Mojo. [*WARNING*] Failed to build parent project for org.apache.maven.resolver:maven-resolver-util:jar:1.6.3 [*WARNING*] Invalid project model for artifact [maven-resolver-util:org.apache.maven.resolver:1.6.3]. It will be ignored by the remote resources Mojo. [*WARNING*] Failed to build parent project for org.apache.maven.resolver:maven-resolver-impl:jar:1.6.3 [*WARNING*] Invalid project model for artifact [maven-resolver-impl:org.apache.maven.resolver:1.6.3]. It will be ignored by the remote resources Mojo. [*WARNING*] Failed to build parent project for commons-io:commons-io:jar:2.6 [*WARNING*] Invalid project model for artifact [commons-io:commons-io:2.6]. It will be ignored by the remote resources Mojo. [*WARNING*] Failed to build parent project for com.google.inject:guice:jar:4.2.2 [*WARNING*] Invalid project model for artifact [guice:com.google.inject:4.2.2]. It will be ignored by the remote resources Mojo. {code} This result those dependencies not anymore part of the DEPENDENCIES file diff: {code} *➜* *maven-core* {*}git:({*}{*}maven-3.8.x{*}{*}){*} *✗* diff work/after-upgrade/DEPENDENCIES work/before-upgrade/DEPENDENCIES 38a39,44 > From: 'Codehaus Plexus' ([https://codehaus-plexus.github.io/]) > - Plexus Cipher: encryption/decryption Component > ([https://codehaus-plexus.github.io/plexus-cipher/]) > org.codehaus.plexus:plexus-cipher:jar:2.0 > License: Apache License, Version 2.0 > ([http://www.apache.org/licenses/LICENSE-2.0.txt]) > - Plexus Security Dispatcher Component > ([https://codehaus-plexus.github.io/plexus-sec-dispatcher/]) > org.codehaus.plexus:plexus-sec-dispatcher:jar:2.0 > License: Apache License, Version 2.0 > ([http://www.apache.org/licenses/LICENSE-2.0.txt]) > 42a49,52 > From: 'Google, Inc.' ([http://www.google.com|http://www.google.com/]) > - Google Guice - Core Library ([https://github.com/google/guice/guice]) > com.google.inject:guice:jar:4.2.2 > License: The Apache Software License, Version 2.0 > ([http://www.apache.org/licenses/LICENSE-2.0.txt]) > 47a58,61 > - Apache Commons IO ([http://commons.apache.org/proper/commons-io/]) > commons-io:commons-io:jar:2.6 > License: Apache License, Version 2.0 > ([https://www.apache.org/licenses/LICENSE-2.0.txt]) > - Apache Commons Lang ([http://commons.apache.org/proper/commons-lang/]) > org.apache.commons:commons-lang3:jar:3.8.1 > License: Apache License, Version 2.0 > ([https://www.apache.org/licenses/LICENSE-2.0.txt]) 65a80,87 > - Maven Artifact Resolver API > ([https://maven.apache.org/resolver/maven-resolver-api/]) > org.apache.maven.resolver:maven-resolver-api:jar:1.6.3 > License: Apache License, Version 2.0 > ([https://www.apache.org/licenses/LICENSE-2.0.txt]) > - Maven Artifact Resolver Implementation > ([https://maven.apache.org/resolver/maven-resolver-impl/]) > org.apache.maven.resolver:maven-resolver-impl:jar:1.6.3 > License: Apache License, Version 2.0 > ([https://www.apache.org/licenses/LICENSE-2.0.txt]) > - Maven Artifact Resolver
[jira] [Commented] (MRRESOURCES-121) version 3.0.0 fail to include some dependencies
[ https://issues.apache.org/jira/browse/MRRESOURCES-121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17576334#comment-17576334 ] Olivier Lamy commented on MRRESOURCES-121: -- checkstyle magnify mode apply > version 3.0.0 fail to include some dependencies > --- > > Key: MRRESOURCES-121 > URL: https://issues.apache.org/jira/browse/MRRESOURCES-121 > Project: Maven Remote Resources Plugin > Issue Type: Bug >Affects Versions: 3.0.0 >Reporter: Olivier Lamy >Priority: Blocker > > for some reasons, the version is skipping some dependencies and those > dependencies are not included anymore in DEPENDENCIES file! > example building maven-core branch maven-3.8.x > module maven-core give the following warnings > {code} > [*INFO*] *--{-}{-}* maven-remote-resources-plugin:3.0.0:process > *(process-resource-bundles)* @ maven-core *--* > [*INFO*] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4 > [*INFO*] Copying 3 resources from 1 bundle. > [*WARNING*] Failed to build parent project for > org.codehaus.plexus:plexus-sec-dispatcher:jar:2.0 > [*WARNING*] Invalid project model for artifact > [plexus-sec-dispatcher:org.codehaus.plexus:2.0]. It will be ignored by the > remote resources Mojo. > [*WARNING*] Failed to build parent project for > org.codehaus.plexus:plexus-cipher:jar:2.0 > [*WARNING*] Invalid project model for artifact > [plexus-cipher:org.codehaus.plexus:2.0]. It will be ignored by the remote > resources Mojo. > [*WARNING*] Failed to build parent project for > org.apache.commons:commons-lang3:jar:3.8.1 > [*WARNING*] Invalid project model for artifact > [commons-lang3:org.apache.commons:3.8.1]. It will be ignored by the remote > resources Mojo. > [*WARNING*] Failed to build parent project for > org.apache.maven.resolver:maven-resolver-api:jar:1.6.3 > [*WARNING*] Invalid project model for artifact > [maven-resolver-api:org.apache.maven.resolver:1.6.3]. It will be ignored by > the remote resources Mojo. > [*WARNING*] Failed to build parent project for > org.apache.maven.resolver:maven-resolver-spi:jar:1.6.3 > [*WARNING*] Invalid project model for artifact > [maven-resolver-spi:org.apache.maven.resolver:1.6.3]. It will be ignored by > the remote resources Mojo. > [*WARNING*] Failed to build parent project for > org.apache.maven.resolver:maven-resolver-util:jar:1.6.3 > [*WARNING*] Invalid project model for artifact > [maven-resolver-util:org.apache.maven.resolver:1.6.3]. It will be ignored by > the remote resources Mojo. > [*WARNING*] Failed to build parent project for > org.apache.maven.resolver:maven-resolver-impl:jar:1.6.3 > [*WARNING*] Invalid project model for artifact > [maven-resolver-impl:org.apache.maven.resolver:1.6.3]. It will be ignored by > the remote resources Mojo. > [*WARNING*] Failed to build parent project for commons-io:commons-io:jar:2.6 > [*WARNING*] Invalid project model for artifact [commons-io:commons-io:2.6]. > It will be ignored by the remote resources Mojo. > [*WARNING*] Failed to build parent project for > com.google.inject:guice:jar:4.2.2 > [*WARNING*] Invalid project model for artifact > [guice:com.google.inject:4.2.2]. It will be ignored by the remote resources > Mojo. > {code} > This result those dependencies not anymore part of the DEPENDENCIES file > diff: > {code} > *➜* *maven-core* {*}git:({*}{*}maven-3.8.x{*}{*}){*} *✗* diff > work/after-upgrade/DEPENDENCIES work/before-upgrade/DEPENDENCIES > 38a39,44 > > From: 'Codehaus Plexus' ([https://codehaus-plexus.github.io/]) > > - Plexus Cipher: encryption/decryption Component > > ([https://codehaus-plexus.github.io/plexus-cipher/]) > > org.codehaus.plexus:plexus-cipher:jar:2.0 > > License: Apache License, Version 2.0 > > ([http://www.apache.org/licenses/LICENSE-2.0.txt]) > > - Plexus Security Dispatcher Component > > ([https://codehaus-plexus.github.io/plexus-sec-dispatcher/]) > > org.codehaus.plexus:plexus-sec-dispatcher:jar:2.0 > > License: Apache License, Version 2.0 > > ([http://www.apache.org/licenses/LICENSE-2.0.txt]) > > > 42a49,52 > > From: 'Google, Inc.' ([http://www.google.com|http://www.google.com/]) > > - Google Guice - Core Library ([https://github.com/google/guice/guice]) > > com.google.inject:guice:jar:4.2.2 > > License: The Apache Software License, Version 2.0 > > ([http://www.apache.org/licenses/LICENSE-2.0.txt]) > > > 47a58,61 > > - Apache Commons IO ([http://commons.apache.org/proper/commons-io/]) > > commons-io:commons-io:jar:2.6 > > License: Apache License, Version 2.0 > > ([https://www.apache.org/licenses/LICENSE-2.0.txt]) > > - Apache Commons Lang ([http://commons.apache.org/proper/commons-lang/]) > > org.apache.commons:commons-lang3:jar:3.8.1 > > License: Apache License, Version 2.0 > > ([https://www.ap
[jira] [Comment Edited] (MRRESOURCES-121) version 3.0.0 fail to include some dependencies
[ https://issues.apache.org/jira/browse/MRRESOURCES-121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17576334#comment-17576334 ] Olivier Lamy edited comment on MRRESOURCES-121 at 8/7/22 7:59 AM: -- [~michael-o] checkstyle magnify mode apply and IT added in branch MRRESOURCES-121-dependencies-ignored was (Author: olamy): checkstyle magnify mode apply > version 3.0.0 fail to include some dependencies > --- > > Key: MRRESOURCES-121 > URL: https://issues.apache.org/jira/browse/MRRESOURCES-121 > Project: Maven Remote Resources Plugin > Issue Type: Bug >Affects Versions: 3.0.0 >Reporter: Olivier Lamy >Priority: Blocker > > for some reasons, the version is skipping some dependencies and those > dependencies are not included anymore in DEPENDENCIES file! > example building maven-core branch maven-3.8.x > module maven-core give the following warnings > {code} > [*INFO*] *--{-}{-}* maven-remote-resources-plugin:3.0.0:process > *(process-resource-bundles)* @ maven-core *--* > [*INFO*] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4 > [*INFO*] Copying 3 resources from 1 bundle. > [*WARNING*] Failed to build parent project for > org.codehaus.plexus:plexus-sec-dispatcher:jar:2.0 > [*WARNING*] Invalid project model for artifact > [plexus-sec-dispatcher:org.codehaus.plexus:2.0]. It will be ignored by the > remote resources Mojo. > [*WARNING*] Failed to build parent project for > org.codehaus.plexus:plexus-cipher:jar:2.0 > [*WARNING*] Invalid project model for artifact > [plexus-cipher:org.codehaus.plexus:2.0]. It will be ignored by the remote > resources Mojo. > [*WARNING*] Failed to build parent project for > org.apache.commons:commons-lang3:jar:3.8.1 > [*WARNING*] Invalid project model for artifact > [commons-lang3:org.apache.commons:3.8.1]. It will be ignored by the remote > resources Mojo. > [*WARNING*] Failed to build parent project for > org.apache.maven.resolver:maven-resolver-api:jar:1.6.3 > [*WARNING*] Invalid project model for artifact > [maven-resolver-api:org.apache.maven.resolver:1.6.3]. It will be ignored by > the remote resources Mojo. > [*WARNING*] Failed to build parent project for > org.apache.maven.resolver:maven-resolver-spi:jar:1.6.3 > [*WARNING*] Invalid project model for artifact > [maven-resolver-spi:org.apache.maven.resolver:1.6.3]. It will be ignored by > the remote resources Mojo. > [*WARNING*] Failed to build parent project for > org.apache.maven.resolver:maven-resolver-util:jar:1.6.3 > [*WARNING*] Invalid project model for artifact > [maven-resolver-util:org.apache.maven.resolver:1.6.3]. It will be ignored by > the remote resources Mojo. > [*WARNING*] Failed to build parent project for > org.apache.maven.resolver:maven-resolver-impl:jar:1.6.3 > [*WARNING*] Invalid project model for artifact > [maven-resolver-impl:org.apache.maven.resolver:1.6.3]. It will be ignored by > the remote resources Mojo. > [*WARNING*] Failed to build parent project for commons-io:commons-io:jar:2.6 > [*WARNING*] Invalid project model for artifact [commons-io:commons-io:2.6]. > It will be ignored by the remote resources Mojo. > [*WARNING*] Failed to build parent project for > com.google.inject:guice:jar:4.2.2 > [*WARNING*] Invalid project model for artifact > [guice:com.google.inject:4.2.2]. It will be ignored by the remote resources > Mojo. > {code} > This result those dependencies not anymore part of the DEPENDENCIES file > diff: > {code} > *➜* *maven-core* {*}git:({*}{*}maven-3.8.x{*}{*}){*} *✗* diff > work/after-upgrade/DEPENDENCIES work/before-upgrade/DEPENDENCIES > 38a39,44 > > From: 'Codehaus Plexus' ([https://codehaus-plexus.github.io/]) > > - Plexus Cipher: encryption/decryption Component > > ([https://codehaus-plexus.github.io/plexus-cipher/]) > > org.codehaus.plexus:plexus-cipher:jar:2.0 > > License: Apache License, Version 2.0 > > ([http://www.apache.org/licenses/LICENSE-2.0.txt]) > > - Plexus Security Dispatcher Component > > ([https://codehaus-plexus.github.io/plexus-sec-dispatcher/]) > > org.codehaus.plexus:plexus-sec-dispatcher:jar:2.0 > > License: Apache License, Version 2.0 > > ([http://www.apache.org/licenses/LICENSE-2.0.txt]) > > > 42a49,52 > > From: 'Google, Inc.' ([http://www.google.com|http://www.google.com/]) > > - Google Guice - Core Library ([https://github.com/google/guice/guice]) > > com.google.inject:guice:jar:4.2.2 > > License: The Apache Software License, Version 2.0 > > ([http://www.apache.org/licenses/LICENSE-2.0.txt]) > > > 47a58,61 > > - Apache Commons IO ([http://commons.apache.org/proper/commons-io/]) > > commons-io:commons-io:jar:2.6 > > License: Apache License, Version 2.0 > > ([https://www.apache.org/licenses/LICENSE-2.0.txt]) > > - Apache Commo
[jira] [Comment Edited] (MRRESOURCES-121) version 3.0.0 fail to include some dependencies
[ https://issues.apache.org/jira/browse/MRRESOURCES-121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17576334#comment-17576334 ] Olivier Lamy edited comment on MRRESOURCES-121 at 8/7/22 8:02 AM: -- [~michael-o] checkstyle magnify mode apply and IT added in branch MRRESOURCES-121-dependencies-ignored I tried changing to {code} .setValidationLevel( ModelBuildingRequest.VALIDATION_LEVEL_MINIMAL ) {code} but didn't fix it :( was (Author: olamy): [~michael-o] checkstyle magnify mode apply and IT added in branch MRRESOURCES-121-dependencies-ignored > version 3.0.0 fail to include some dependencies > --- > > Key: MRRESOURCES-121 > URL: https://issues.apache.org/jira/browse/MRRESOURCES-121 > Project: Maven Remote Resources Plugin > Issue Type: Bug >Affects Versions: 3.0.0 >Reporter: Olivier Lamy >Priority: Blocker > > for some reasons, the version is skipping some dependencies and those > dependencies are not included anymore in DEPENDENCIES file! > example building maven-core branch maven-3.8.x > module maven-core give the following warnings > {code} > [*INFO*] *--{-}{-}* maven-remote-resources-plugin:3.0.0:process > *(process-resource-bundles)* @ maven-core *--* > [*INFO*] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4 > [*INFO*] Copying 3 resources from 1 bundle. > [*WARNING*] Failed to build parent project for > org.codehaus.plexus:plexus-sec-dispatcher:jar:2.0 > [*WARNING*] Invalid project model for artifact > [plexus-sec-dispatcher:org.codehaus.plexus:2.0]. It will be ignored by the > remote resources Mojo. > [*WARNING*] Failed to build parent project for > org.codehaus.plexus:plexus-cipher:jar:2.0 > [*WARNING*] Invalid project model for artifact > [plexus-cipher:org.codehaus.plexus:2.0]. It will be ignored by the remote > resources Mojo. > [*WARNING*] Failed to build parent project for > org.apache.commons:commons-lang3:jar:3.8.1 > [*WARNING*] Invalid project model for artifact > [commons-lang3:org.apache.commons:3.8.1]. It will be ignored by the remote > resources Mojo. > [*WARNING*] Failed to build parent project for > org.apache.maven.resolver:maven-resolver-api:jar:1.6.3 > [*WARNING*] Invalid project model for artifact > [maven-resolver-api:org.apache.maven.resolver:1.6.3]. It will be ignored by > the remote resources Mojo. > [*WARNING*] Failed to build parent project for > org.apache.maven.resolver:maven-resolver-spi:jar:1.6.3 > [*WARNING*] Invalid project model for artifact > [maven-resolver-spi:org.apache.maven.resolver:1.6.3]. It will be ignored by > the remote resources Mojo. > [*WARNING*] Failed to build parent project for > org.apache.maven.resolver:maven-resolver-util:jar:1.6.3 > [*WARNING*] Invalid project model for artifact > [maven-resolver-util:org.apache.maven.resolver:1.6.3]. It will be ignored by > the remote resources Mojo. > [*WARNING*] Failed to build parent project for > org.apache.maven.resolver:maven-resolver-impl:jar:1.6.3 > [*WARNING*] Invalid project model for artifact > [maven-resolver-impl:org.apache.maven.resolver:1.6.3]. It will be ignored by > the remote resources Mojo. > [*WARNING*] Failed to build parent project for commons-io:commons-io:jar:2.6 > [*WARNING*] Invalid project model for artifact [commons-io:commons-io:2.6]. > It will be ignored by the remote resources Mojo. > [*WARNING*] Failed to build parent project for > com.google.inject:guice:jar:4.2.2 > [*WARNING*] Invalid project model for artifact > [guice:com.google.inject:4.2.2]. It will be ignored by the remote resources > Mojo. > {code} > This result those dependencies not anymore part of the DEPENDENCIES file > diff: > {code} > *➜* *maven-core* {*}git:({*}{*}maven-3.8.x{*}{*}){*} *✗* diff > work/after-upgrade/DEPENDENCIES work/before-upgrade/DEPENDENCIES > 38a39,44 > > From: 'Codehaus Plexus' ([https://codehaus-plexus.github.io/]) > > - Plexus Cipher: encryption/decryption Component > > ([https://codehaus-plexus.github.io/plexus-cipher/]) > > org.codehaus.plexus:plexus-cipher:jar:2.0 > > License: Apache License, Version 2.0 > > ([http://www.apache.org/licenses/LICENSE-2.0.txt]) > > - Plexus Security Dispatcher Component > > ([https://codehaus-plexus.github.io/plexus-sec-dispatcher/]) > > org.codehaus.plexus:plexus-sec-dispatcher:jar:2.0 > > License: Apache License, Version 2.0 > > ([http://www.apache.org/licenses/LICENSE-2.0.txt]) > > > 42a49,52 > > From: 'Google, Inc.' ([http://www.google.com|http://www.google.com/]) > > - Google Guice - Core Library ([https://github.com/google/guice/guice]) > > com.google.inject:guice:jar:4.2.2 > > License: The Apache Software License, Version 2.0 > > ([http://www.apache.org/licenses/LICENSE-2.0.txt]) > > > 47a58,61 > > - Apache Commons IO ([http
[jira] [Updated] (MDEPLOY-292) Require Java 8
[ https://issues.apache.org/jira/browse/MDEPLOY-292?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Heinz Marbaise updated MDEPLOY-292: Fix Version/s: 3.1.0 (was: more-investigation) > Require Java 8 > -- > > Key: MDEPLOY-292 > URL: https://issues.apache.org/jira/browse/MDEPLOY-292 > Project: Maven Deploy Plugin > Issue Type: Task >Reporter: Sylwester Lachiewicz >Priority: Minor > Fix For: 3.1.0 > > -- This message was sent by Atlassian Jira (v8.20.10#820010)
[jira] [Closed] (MDEPLOY-259) maven-deploy-plugin uses wrong project in deploy-file goal for multi-module project
[ https://issues.apache.org/jira/browse/MDEPLOY-259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Heinz Marbaise closed MDEPLOY-259. --- Resolution: Won't Fix > maven-deploy-plugin uses wrong project in deploy-file goal for multi-module > project > --- > > Key: MDEPLOY-259 > URL: https://issues.apache.org/jira/browse/MDEPLOY-259 > Project: Maven Deploy Plugin > Issue Type: Bug >Affects Versions: 3.0.0-M1 >Reporter: Sameer Mene >Priority: Major > Fix For: waiting-for-feedback > > > Multi-Module project > A > | - B > | | - B1 > | | - B2 > | - C > > There is a deploy-file goal in project B1 and C using maven-deploy-plugin. B1 > is able to upload the file properly but while uploading C's file it uses the > artifact name of B2 or B1 (random) > > In DeployFileMojo.java > {code:java} > DefaultProjectBuildingRequest buildingRequest = > new DefaultProjectBuildingRequest( > getSession().getProjectBuildingRequest() );{code} > > returns the wrong ProjectBuildingRequest and so it take a differnt project > name. -- This message was sent by Atlassian Jira (v8.20.10#820010)
[jira] [Closed] (MDEPLOY-251) generatePom=false not working with 3.0.0-M1
[ https://issues.apache.org/jira/browse/MDEPLOY-251?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Heinz Marbaise closed MDEPLOY-251. --- Resolution: Won't Fix > generatePom=false not working with 3.0.0-M1 > --- > > Key: MDEPLOY-251 > URL: https://issues.apache.org/jira/browse/MDEPLOY-251 > Project: Maven Deploy Plugin > Issue Type: Bug >Affects Versions: 3.0.0-M1 >Reporter: Robert Lieske >Priority: Major > Fix For: waiting-for-feedback > > > Steps to reproduce: > {{mvn archetype:generate -DarchetypeGroupId=org.apache.maven.archetypes > -DarchetypeArtifactId=maven-archetype-quickstart -DarchetypeVersion=1.4 > -DgroupId=test1 -DartifactId=test1 -Dversion=1.0-SNAPSHOT}} > > {{mvn clean package deploy:deploy-file -Dfile=target/test1-1.0-SNAPSHOT.jar > -DgeneratePom=false -DgroupId=test1 -DartifactId=test1 -Dversion=1.0-SNAPSHOT > -DrepositoryId=snapshotRepository -Durl=${snapshotRepositoryUrl}}} > produces: > {quote}[INFO] --- maven-deploy-plugin:2.8.2:deploy-file (default-cli) @ test1 > --- > Downloading from snapshotRepository: > http://xxx/repository/snapshots/test1/test1/1.0-SNAPSHOT/maven-metadata.xml > Downloaded from snapshotRepository: > http://de01-xxx/repository/snapshots/test1/test1/1.0-SNAPSHOT/maven-metadata.xml > (583 B at 2.0 kB/s) > Uploading to snapshotRepository: > http://xxx/repository/snapshots/test1/test1/1.0-SNAPSHOT/test1-1.0-20190204.162443-2.jar > Uploaded to snapshotRepository: > http://xxx/repository/snapshots/test1/test1/1.0-SNAPSHOT/test1-1.0-20190204.162443-2.jar > (2.4 kB at 8.1 kB/s) > Downloading from snapshotRepository: > http://xxx/repository/snapshots/test1/test1/maven-metadata.xml > Downloaded from snapshotRepository: > http://xxx/repository/snapshots/test1/test1/maven-metadata.xml (268 B at 1.8 > kB/s) > Uploading to snapshotRepository: > http://xxx/repository/snapshots/test1/test1/1.0-SNAPSHOT/maven-metadata.xml > Uploaded to snapshotRepository: > http://xxx/repository/snapshots/test1/test1/1.0-SNAPSHOT/maven-metadata.xml > (583 B at 3.3 kB/s) > Uploading to snapshotRepository: > http://xxx/repository/snapshots/test1/test1/maven-metadata.xml > Uploaded to snapshotRepository: > http://xxx/repository/snapshots/test1/test1/maven-metadata.xml (268 B at 1.4 > kB/s) > [INFO] > > {quote} > > changing the version of the maven-deploy-plugin in pom.xml to > {{}} > maven-deploy-plugin > 3.0.0-M1 > > > the same call to > {{mvn clean package deploy:deploy-file -Dfile=target/test1-1.0-SNAPSHOT.jar > -DgeneratePom=false -DgroupId=test1 -DartifactId=test1 -Dversion=1.0-SNAPSHOT > -DrepositoryId=snapshotRepository -Durl=${snapshotRepositoryUrl}}} > produces: > {quote}[INFO] --- maven-deploy-plugin:3.0.0-M1:deploy-file (default-cli) @ > test1 --- > Downloading from snapshotRepository: > http://xxx/repository/snapshots/test1/test1/1.0-SNAPSHOT/maven-metadata.xml > Downloaded from snapshotRepository: > http://xxx/repository/snapshots/test1/test1/1.0-SNAPSHOT/maven-metadata.xml > (583 B at 1.6 kB/s) > Uploading to snapshotRepository: > http://xxx/repository/snapshots/test1/test1/1.0-SNAPSHOT/test1-1.0-20190204.162607-3.jar > Uploaded to snapshotRepository: > http://xxx/repository/snapshots/test1/test1/1.0-SNAPSHOT/test1-1.0-20190204.162607-3.jar > (2.4 kB at 7.7 kB/s) > {color:#d04437}Uploading to snapshotRepository: > http://xxx/repository/snapshots/test1/test1/1.0-SNAPSHOT/test1-1.0-20190204.162607-3.pom{color} > {color:#d04437}Uploaded to snapshotRepository: > http://xxx/repository/snapshots/test1/test1/1.0-SNAPSHOT/test1-1.0-20190204.162607-3.pom > (2.7 kB at 9.6 kB/s){color} > Downloading from snapshotRepository: > http://xxx/repository/snapshots/test1/test1/maven-metadata.xml > Downloaded from snapshotRepository: > http://xxx/repository/snapshots/test1/test1/maven-metadata.xml (268 B at 2.6 > kB/s) > Uploading to snapshotRepository: > http://xxx/repository/snapshots/test1/test1/1.0-SNAPSHOT/maven-metadata.xml > Uploaded to snapshotRepository: > http://xxx/repository/snapshots/test1/test1/1.0-SNAPSHOT/maven-metadata.xml > (754 B at 4.0 kB/s) > Uploading to snapshotRepository: > http://xxx/repository/snapshots/test1/test1/maven-metadata.xml > Uploaded to snapshotRepository: > http://xxx/repository/snapshots/test1/test1/maven-metadata.xml (268 B at 1.5 > kB/s) > [INFO] > > {quote} > > Which also deploys a POM - which is not what we want! > > NOTE: there is a similar issue with the maven-install-plugin -- This message was sent by Atlassian Jira (v8.20.10#820010)
[jira] [Closed] (MDEPLOY-124) Deploy without build
[ https://issues.apache.org/jira/browse/MDEPLOY-124?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Heinz Marbaise closed MDEPLOY-124. --- Resolution: Won't Fix > Deploy without build > > > Key: MDEPLOY-124 > URL: https://issues.apache.org/jira/browse/MDEPLOY-124 > Project: Maven Deploy Plugin > Issue Type: New Feature >Reporter: Paul Gier >Priority: Major > Labels: contributers-welcome > Fix For: waiting-for-feedback > > > We have a use case where we would like to run a build (up to the install > phase) and then deploy at a later time. Currently, the deploy plugin > requires that a full build be re-run in order to deploy. Since the build > does not record the list of attached artifacts, the deploy plugin would need > some way to record the list of attached artifacts, and then read them later > for deployment. > Possibly a new goal could be introduced which would create a list of attached > artfiacts. Then the deploy goal could optionally read from this list. -- This message was sent by Atlassian Jira (v8.20.10#820010)
[jira] [Closed] (MDEPLOY-217) Add option buildNumber
[ https://issues.apache.org/jira/browse/MDEPLOY-217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Heinz Marbaise closed MDEPLOY-217. --- Resolution: Won't Fix > Add option buildNumber > -- > > Key: MDEPLOY-217 > URL: https://issues.apache.org/jira/browse/MDEPLOY-217 > Project: Maven Deploy Plugin > Issue Type: New Feature >Reporter: Karol Gołąb >Priority: Major > > Add possibility to set the parameter buildNumber in maven-metadata.xml > > 20170209.142901 > 4 > > With this option it will be possible to synchronize this parameter with > jenkins BUILD_NUMBER -- This message was sent by Atlassian Jira (v8.20.10#820010)
[jira] [Updated] (MDEPLOY-277) better deploy-file integration
[ https://issues.apache.org/jira/browse/MDEPLOY-277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Heinz Marbaise updated MDEPLOY-277: Fix Version/s: waiting-for-feedback > better deploy-file integration > -- > > Key: MDEPLOY-277 > URL: https://issues.apache.org/jira/browse/MDEPLOY-277 > Project: Maven Deploy Plugin > Issue Type: Improvement >Affects Versions: 3.0.0-M1 >Reporter: Delany >Priority: Minor > Fix For: waiting-for-feedback > > > I have a script which deploys hundreds of static JARs to a Nexus repo. I use > the deploy-file goal, which requires the *url* and *repositoryId* properties. > Currently I have to hard-code these into the script. > I want to be able to use the repository url and id I set in the > distributionManagement of my project. -- This message was sent by Atlassian Jira (v8.20.10#820010)
[jira] [Created] (MDEPLOY-299) Upgrade maven-plugin parent to 37
Karl Heinz Marbaise created MDEPLOY-299: --- Summary: Upgrade maven-plugin parent to 37 Key: MDEPLOY-299 URL: https://issues.apache.org/jira/browse/MDEPLOY-299 Project: Maven Deploy Plugin Issue Type: Dependency upgrade Affects Versions: 3.0.0 Reporter: Karl Heinz Marbaise Fix For: 3.1.0 -- This message was sent by Atlassian Jira (v8.20.10#820010)
[jira] [Assigned] (MDEPLOY-299) Upgrade maven-plugin parent to 37
[ https://issues.apache.org/jira/browse/MDEPLOY-299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Heinz Marbaise reassigned MDEPLOY-299: --- Assignee: Karl Heinz Marbaise > Upgrade maven-plugin parent to 37 > - > > Key: MDEPLOY-299 > URL: https://issues.apache.org/jira/browse/MDEPLOY-299 > Project: Maven Deploy Plugin > Issue Type: Dependency upgrade >Affects Versions: 3.0.0 >Reporter: Karl Heinz Marbaise >Assignee: Karl Heinz Marbaise >Priority: Minor > Fix For: 3.1.0 > > -- This message was sent by Atlassian Jira (v8.20.10#820010)
[jira] [Commented] (MRRESOURCES-121) version 3.0.0 fail to include some dependencies
[ https://issues.apache.org/jira/browse/MRRESOURCES-121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17576347#comment-17576347 ] Michael Osipov commented on MRRESOURCES-121: Did you bisect to the offending channge? > version 3.0.0 fail to include some dependencies > --- > > Key: MRRESOURCES-121 > URL: https://issues.apache.org/jira/browse/MRRESOURCES-121 > Project: Maven Remote Resources Plugin > Issue Type: Bug >Affects Versions: 3.0.0 >Reporter: Olivier Lamy >Priority: Blocker > > for some reasons, the version is skipping some dependencies and those > dependencies are not included anymore in DEPENDENCIES file! > example building maven-core branch maven-3.8.x > module maven-core give the following warnings > {code} > [*INFO*] *--{-}{-}* maven-remote-resources-plugin:3.0.0:process > *(process-resource-bundles)* @ maven-core *--* > [*INFO*] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4 > [*INFO*] Copying 3 resources from 1 bundle. > [*WARNING*] Failed to build parent project for > org.codehaus.plexus:plexus-sec-dispatcher:jar:2.0 > [*WARNING*] Invalid project model for artifact > [plexus-sec-dispatcher:org.codehaus.plexus:2.0]. It will be ignored by the > remote resources Mojo. > [*WARNING*] Failed to build parent project for > org.codehaus.plexus:plexus-cipher:jar:2.0 > [*WARNING*] Invalid project model for artifact > [plexus-cipher:org.codehaus.plexus:2.0]. It will be ignored by the remote > resources Mojo. > [*WARNING*] Failed to build parent project for > org.apache.commons:commons-lang3:jar:3.8.1 > [*WARNING*] Invalid project model for artifact > [commons-lang3:org.apache.commons:3.8.1]. It will be ignored by the remote > resources Mojo. > [*WARNING*] Failed to build parent project for > org.apache.maven.resolver:maven-resolver-api:jar:1.6.3 > [*WARNING*] Invalid project model for artifact > [maven-resolver-api:org.apache.maven.resolver:1.6.3]. It will be ignored by > the remote resources Mojo. > [*WARNING*] Failed to build parent project for > org.apache.maven.resolver:maven-resolver-spi:jar:1.6.3 > [*WARNING*] Invalid project model for artifact > [maven-resolver-spi:org.apache.maven.resolver:1.6.3]. It will be ignored by > the remote resources Mojo. > [*WARNING*] Failed to build parent project for > org.apache.maven.resolver:maven-resolver-util:jar:1.6.3 > [*WARNING*] Invalid project model for artifact > [maven-resolver-util:org.apache.maven.resolver:1.6.3]. It will be ignored by > the remote resources Mojo. > [*WARNING*] Failed to build parent project for > org.apache.maven.resolver:maven-resolver-impl:jar:1.6.3 > [*WARNING*] Invalid project model for artifact > [maven-resolver-impl:org.apache.maven.resolver:1.6.3]. It will be ignored by > the remote resources Mojo. > [*WARNING*] Failed to build parent project for commons-io:commons-io:jar:2.6 > [*WARNING*] Invalid project model for artifact [commons-io:commons-io:2.6]. > It will be ignored by the remote resources Mojo. > [*WARNING*] Failed to build parent project for > com.google.inject:guice:jar:4.2.2 > [*WARNING*] Invalid project model for artifact > [guice:com.google.inject:4.2.2]. It will be ignored by the remote resources > Mojo. > {code} > This result those dependencies not anymore part of the DEPENDENCIES file > diff: > {code} > *➜* *maven-core* {*}git:({*}{*}maven-3.8.x{*}{*}){*} *✗* diff > work/after-upgrade/DEPENDENCIES work/before-upgrade/DEPENDENCIES > 38a39,44 > > From: 'Codehaus Plexus' ([https://codehaus-plexus.github.io/]) > > - Plexus Cipher: encryption/decryption Component > > ([https://codehaus-plexus.github.io/plexus-cipher/]) > > org.codehaus.plexus:plexus-cipher:jar:2.0 > > License: Apache License, Version 2.0 > > ([http://www.apache.org/licenses/LICENSE-2.0.txt]) > > - Plexus Security Dispatcher Component > > ([https://codehaus-plexus.github.io/plexus-sec-dispatcher/]) > > org.codehaus.plexus:plexus-sec-dispatcher:jar:2.0 > > License: Apache License, Version 2.0 > > ([http://www.apache.org/licenses/LICENSE-2.0.txt]) > > > 42a49,52 > > From: 'Google, Inc.' ([http://www.google.com|http://www.google.com/]) > > - Google Guice - Core Library ([https://github.com/google/guice/guice]) > > com.google.inject:guice:jar:4.2.2 > > License: The Apache Software License, Version 2.0 > > ([http://www.apache.org/licenses/LICENSE-2.0.txt]) > > > 47a58,61 > > - Apache Commons IO ([http://commons.apache.org/proper/commons-io/]) > > commons-io:commons-io:jar:2.6 > > License: Apache License, Version 2.0 > > ([https://www.apache.org/licenses/LICENSE-2.0.txt]) > > - Apache Commons Lang ([http://commons.apache.org/proper/commons-lang/]) > > org.apache.commons:commons-lang3:jar:3.8.1 > > License: Apache License, Version 2.0 > > (
[jira] [Comment Edited] (MRRESOURCES-121) version 3.0.0 fail to include some dependencies
[ https://issues.apache.org/jira/browse/MRRESOURCES-121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17576347#comment-17576347 ] Michael Osipov edited comment on MRRESOURCES-121 at 8/7/22 9:52 AM: Did you bisect to the offending change? was (Author: michael-o): Did you bisect to the offending channge? > version 3.0.0 fail to include some dependencies > --- > > Key: MRRESOURCES-121 > URL: https://issues.apache.org/jira/browse/MRRESOURCES-121 > Project: Maven Remote Resources Plugin > Issue Type: Bug >Affects Versions: 3.0.0 >Reporter: Olivier Lamy >Priority: Blocker > > for some reasons, the version is skipping some dependencies and those > dependencies are not included anymore in DEPENDENCIES file! > example building maven-core branch maven-3.8.x > module maven-core give the following warnings > {code} > [*INFO*] *--{-}{-}* maven-remote-resources-plugin:3.0.0:process > *(process-resource-bundles)* @ maven-core *--* > [*INFO*] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4 > [*INFO*] Copying 3 resources from 1 bundle. > [*WARNING*] Failed to build parent project for > org.codehaus.plexus:plexus-sec-dispatcher:jar:2.0 > [*WARNING*] Invalid project model for artifact > [plexus-sec-dispatcher:org.codehaus.plexus:2.0]. It will be ignored by the > remote resources Mojo. > [*WARNING*] Failed to build parent project for > org.codehaus.plexus:plexus-cipher:jar:2.0 > [*WARNING*] Invalid project model for artifact > [plexus-cipher:org.codehaus.plexus:2.0]. It will be ignored by the remote > resources Mojo. > [*WARNING*] Failed to build parent project for > org.apache.commons:commons-lang3:jar:3.8.1 > [*WARNING*] Invalid project model for artifact > [commons-lang3:org.apache.commons:3.8.1]. It will be ignored by the remote > resources Mojo. > [*WARNING*] Failed to build parent project for > org.apache.maven.resolver:maven-resolver-api:jar:1.6.3 > [*WARNING*] Invalid project model for artifact > [maven-resolver-api:org.apache.maven.resolver:1.6.3]. It will be ignored by > the remote resources Mojo. > [*WARNING*] Failed to build parent project for > org.apache.maven.resolver:maven-resolver-spi:jar:1.6.3 > [*WARNING*] Invalid project model for artifact > [maven-resolver-spi:org.apache.maven.resolver:1.6.3]. It will be ignored by > the remote resources Mojo. > [*WARNING*] Failed to build parent project for > org.apache.maven.resolver:maven-resolver-util:jar:1.6.3 > [*WARNING*] Invalid project model for artifact > [maven-resolver-util:org.apache.maven.resolver:1.6.3]. It will be ignored by > the remote resources Mojo. > [*WARNING*] Failed to build parent project for > org.apache.maven.resolver:maven-resolver-impl:jar:1.6.3 > [*WARNING*] Invalid project model for artifact > [maven-resolver-impl:org.apache.maven.resolver:1.6.3]. It will be ignored by > the remote resources Mojo. > [*WARNING*] Failed to build parent project for commons-io:commons-io:jar:2.6 > [*WARNING*] Invalid project model for artifact [commons-io:commons-io:2.6]. > It will be ignored by the remote resources Mojo. > [*WARNING*] Failed to build parent project for > com.google.inject:guice:jar:4.2.2 > [*WARNING*] Invalid project model for artifact > [guice:com.google.inject:4.2.2]. It will be ignored by the remote resources > Mojo. > {code} > This result those dependencies not anymore part of the DEPENDENCIES file > diff: > {code} > *➜* *maven-core* {*}git:({*}{*}maven-3.8.x{*}{*}){*} *✗* diff > work/after-upgrade/DEPENDENCIES work/before-upgrade/DEPENDENCIES > 38a39,44 > > From: 'Codehaus Plexus' ([https://codehaus-plexus.github.io/]) > > - Plexus Cipher: encryption/decryption Component > > ([https://codehaus-plexus.github.io/plexus-cipher/]) > > org.codehaus.plexus:plexus-cipher:jar:2.0 > > License: Apache License, Version 2.0 > > ([http://www.apache.org/licenses/LICENSE-2.0.txt]) > > - Plexus Security Dispatcher Component > > ([https://codehaus-plexus.github.io/plexus-sec-dispatcher/]) > > org.codehaus.plexus:plexus-sec-dispatcher:jar:2.0 > > License: Apache License, Version 2.0 > > ([http://www.apache.org/licenses/LICENSE-2.0.txt]) > > > 42a49,52 > > From: 'Google, Inc.' ([http://www.google.com|http://www.google.com/]) > > - Google Guice - Core Library ([https://github.com/google/guice/guice]) > > com.google.inject:guice:jar:4.2.2 > > License: The Apache Software License, Version 2.0 > > ([http://www.apache.org/licenses/LICENSE-2.0.txt]) > > > 47a58,61 > > - Apache Commons IO ([http://commons.apache.org/proper/commons-io/]) > > commons-io:commons-io:jar:2.6 > > License: Apache License, Version 2.0 > > ([https://www.apache.org/licenses/LICENSE-2.0.txt]) > > - Apache Commons Lang ([http://commons.apache.org/proper/co
[jira] [Created] (MJAVADOC-723) Upgrade Maven Reporting API to 3.1.1
Piotr Zygielo created MJAVADOC-723: -- Summary: Upgrade Maven Reporting API to 3.1.1 Key: MJAVADOC-723 URL: https://issues.apache.org/jira/browse/MJAVADOC-723 Project: Maven Javadoc Plugin Issue Type: Dependency upgrade Affects Versions: 3.4.0 Reporter: Piotr Zygielo Incompatibility in API, which in m-site-p is used in version 3.1.1, and here in 3.1.0 causes {{An issue has occurred with maven-javadoc-plugin:3.4.0:aggregate report, skipping LinkageError Receiver class org.apache.maven.plugins.javadoc.AggregatorJavadocReport does not define or inherit an implementation of the resolved method 'abstract void generate(org.codehaus.doxia.sink.Sink, java.util.Locale)' of interface org.apache.maven.reporting.MavenReport., please report an issue to Maven dev team. java.lang.AbstractMethodError: Receiver class org.apache.maven.plugins.javadoc.AggregatorJavadocReport does not define or inherit an implementation of the resolved method 'abstract void generate(org.codehaus.doxia.sink.Sink, java.util.Locale)' of interface org.apache.maven.reporting.MavenReport.}} My understanding is, this is a happy accident of composing - MJAVADOC-705 - MSITE-908 - MSHARED-1118 -- This message was sent by Atlassian Jira (v8.20.10#820010)
[GitHub] [maven-javadoc-plugin] pzygielo opened a new pull request, #158: [MJAVADOC-723] Upgrade Maven Reporting API to 3.1.1
pzygielo opened a new pull request, #158: URL: https://github.com/apache/maven-javadoc-plugin/pull/158 To make clear that you license your contribution under the [Apache License Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0) you have to acknowledge this by using the following check-box. - [x] I hereby declare this contribution to be licenced under the [Apache License Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0) - [ ] In any other case, please file an [Apache Individual Contributor License Agreement](https://www.apache.org/licenses/icla.pdf). -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GitHub] [maven-jxr] pzygielo commented on pull request #65: Bump maven-site-plugin from 3.12.0 to 3.12.1
pzygielo commented on PR #65: URL: https://github.com/apache/maven-jxr/pull/65#issuecomment-1207372483 - [MJAVADOC-723](https://issues.apache.org/jira/browse/MJAVADOC-723) -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[jira] [Commented] (MDEPLOY-299) Upgrade maven-plugin parent to 37
[ https://issues.apache.org/jira/browse/MDEPLOY-299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17576348#comment-17576348 ] Karl Heinz Marbaise commented on MDEPLOY-299: - Done in [4a72d8e9778c1878058435bdb919d40d65c879dd|https://gitbox.apache.org/repos/asf?p=maven-deploy-plugin.git;a=commitdiff;h=4a72d8e9778c1878058435bdb919d40d65c879dd] > Upgrade maven-plugin parent to 37 > - > > Key: MDEPLOY-299 > URL: https://issues.apache.org/jira/browse/MDEPLOY-299 > Project: Maven Deploy Plugin > Issue Type: Dependency upgrade >Affects Versions: 3.0.0 >Reporter: Karl Heinz Marbaise >Assignee: Karl Heinz Marbaise >Priority: Minor > Fix For: 3.1.0 > > -- This message was sent by Atlassian Jira (v8.20.10#820010)
[jira] [Closed] (MDEPLOY-299) Upgrade maven-plugin parent to 37
[ https://issues.apache.org/jira/browse/MDEPLOY-299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Heinz Marbaise closed MDEPLOY-299. --- Resolution: Done > Upgrade maven-plugin parent to 37 > - > > Key: MDEPLOY-299 > URL: https://issues.apache.org/jira/browse/MDEPLOY-299 > Project: Maven Deploy Plugin > Issue Type: Dependency upgrade >Affects Versions: 3.0.0 >Reporter: Karl Heinz Marbaise >Assignee: Karl Heinz Marbaise >Priority: Minor > Fix For: 3.1.0 > > -- This message was sent by Atlassian Jira (v8.20.10#820010)
[jira] [Updated] (MJAVADOC-723) Upgrade Maven Reporting API to 3.1.1
[ https://issues.apache.org/jira/browse/MJAVADOC-723?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Piotr Zygielo updated MJAVADOC-723: --- Description: Incompatibility in API, which in m-site-p is used in version 3.1.1, and here in 3.1.0 causes {{An issue has occurred with maven-javadoc-plugin:3.4.0:aggregate report, skipping LinkageError Receiver class org.apache.maven.plugins.javadoc.AggregatorJavadocReport does not define or inherit an implementation of the resolved method 'abstract void generate(org.codehaus.doxia.sink.Sink, java.util.Locale)' of interface org.apache.maven.reporting.MavenReport., please report an issue to Maven dev team.}} {{java.lang.AbstractMethodError: Receiver class org.apache.maven.plugins.javadoc.AggregatorJavadocReport does not define or inherit an implementation of the resolved method 'abstract void generate(org.codehaus.doxia.sink.Sink, java.util.Locale)' of interface org.apache.maven.reporting.MavenReport.}} My understanding is, this is a happy accident of composing - MJAVADOC-705 - MSITE-908 - MSHARED-1118 was: Incompatibility in API, which in m-site-p is used in version 3.1.1, and here in 3.1.0 causes {{An issue has occurred with maven-javadoc-plugin:3.4.0:aggregate report, skipping LinkageError Receiver class org.apache.maven.plugins.javadoc.AggregatorJavadocReport does not define or inherit an implementation of the resolved method 'abstract void generate(org.codehaus.doxia.sink.Sink, java.util.Locale)' of interface org.apache.maven.reporting.MavenReport., please report an issue to Maven dev team. java.lang.AbstractMethodError: Receiver class org.apache.maven.plugins.javadoc.AggregatorJavadocReport does not define or inherit an implementation of the resolved method 'abstract void generate(org.codehaus.doxia.sink.Sink, java.util.Locale)' of interface org.apache.maven.reporting.MavenReport.}} My understanding is, this is a happy accident of composing - MJAVADOC-705 - MSITE-908 - MSHARED-1118 > Upgrade Maven Reporting API to 3.1.1 > > > Key: MJAVADOC-723 > URL: https://issues.apache.org/jira/browse/MJAVADOC-723 > Project: Maven Javadoc Plugin > Issue Type: Dependency upgrade >Affects Versions: 3.4.0 >Reporter: Piotr Zygielo >Priority: Major > > Incompatibility in API, which in m-site-p is used in version 3.1.1, and here > in 3.1.0 causes > {{An issue has occurred with maven-javadoc-plugin:3.4.0:aggregate report, > skipping LinkageError Receiver class > org.apache.maven.plugins.javadoc.AggregatorJavadocReport does not define or > inherit an implementation of the resolved method 'abstract void > generate(org.codehaus.doxia.sink.Sink, java.util.Locale)' of interface > org.apache.maven.reporting.MavenReport., please report an issue to Maven dev > team.}} > {{java.lang.AbstractMethodError: Receiver class > org.apache.maven.plugins.javadoc.AggregatorJavadocReport does not define or > inherit an implementation of the resolved method 'abstract void > generate(org.codehaus.doxia.sink.Sink, java.util.Locale)' of interface > org.apache.maven.reporting.MavenReport.}} > My understanding is, this is a happy accident of composing > - MJAVADOC-705 > - MSITE-908 > - MSHARED-1118 -- This message was sent by Atlassian Jira (v8.20.10#820010)
[jira] [Commented] (MDEPLOY-299) Upgrade maven-plugin parent to 37
[ https://issues.apache.org/jira/browse/MDEPLOY-299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17576350#comment-17576350 ] Hudson commented on MDEPLOY-299: Build succeeded in Jenkins: Maven » Maven TLP » maven-deploy-plugin » master #15 See https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven-deploy-plugin/job/master/15/ > Upgrade maven-plugin parent to 37 > - > > Key: MDEPLOY-299 > URL: https://issues.apache.org/jira/browse/MDEPLOY-299 > Project: Maven Deploy Plugin > Issue Type: Dependency upgrade >Affects Versions: 3.0.0 >Reporter: Karl Heinz Marbaise >Assignee: Karl Heinz Marbaise >Priority: Minor > Fix For: 3.1.0 > > -- This message was sent by Atlassian Jira (v8.20.10#820010)
[GitHub] [maven-remote-resources-plugin] olamy opened a new pull request, #10: [MRRESOURCES-121] some dependencies are now ignored"
olamy opened a new pull request, #10: URL: https://github.com/apache/maven-remote-resources-plugin/pull/10 - [MRRESOURCES-121] add IT test - [MRRESOURCES-121] fix it by adding system properties and user properties -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[jira] [Commented] (MRRESOURCES-121) version 3.0.0 fail to include some dependencies
[ https://issues.apache.org/jira/browse/MRRESOURCES-121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17576363#comment-17576363 ] Olivier Lamy commented on MRRESOURCES-121: -- fixed with the linked PR. > version 3.0.0 fail to include some dependencies > --- > > Key: MRRESOURCES-121 > URL: https://issues.apache.org/jira/browse/MRRESOURCES-121 > Project: Maven Remote Resources Plugin > Issue Type: Bug >Affects Versions: 3.0.0 >Reporter: Olivier Lamy >Priority: Blocker > > for some reasons, the version is skipping some dependencies and those > dependencies are not included anymore in DEPENDENCIES file! > example building maven-core branch maven-3.8.x > module maven-core give the following warnings > {code} > [*INFO*] *--{-}{-}* maven-remote-resources-plugin:3.0.0:process > *(process-resource-bundles)* @ maven-core *--* > [*INFO*] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4 > [*INFO*] Copying 3 resources from 1 bundle. > [*WARNING*] Failed to build parent project for > org.codehaus.plexus:plexus-sec-dispatcher:jar:2.0 > [*WARNING*] Invalid project model for artifact > [plexus-sec-dispatcher:org.codehaus.plexus:2.0]. It will be ignored by the > remote resources Mojo. > [*WARNING*] Failed to build parent project for > org.codehaus.plexus:plexus-cipher:jar:2.0 > [*WARNING*] Invalid project model for artifact > [plexus-cipher:org.codehaus.plexus:2.0]. It will be ignored by the remote > resources Mojo. > [*WARNING*] Failed to build parent project for > org.apache.commons:commons-lang3:jar:3.8.1 > [*WARNING*] Invalid project model for artifact > [commons-lang3:org.apache.commons:3.8.1]. It will be ignored by the remote > resources Mojo. > [*WARNING*] Failed to build parent project for > org.apache.maven.resolver:maven-resolver-api:jar:1.6.3 > [*WARNING*] Invalid project model for artifact > [maven-resolver-api:org.apache.maven.resolver:1.6.3]. It will be ignored by > the remote resources Mojo. > [*WARNING*] Failed to build parent project for > org.apache.maven.resolver:maven-resolver-spi:jar:1.6.3 > [*WARNING*] Invalid project model for artifact > [maven-resolver-spi:org.apache.maven.resolver:1.6.3]. It will be ignored by > the remote resources Mojo. > [*WARNING*] Failed to build parent project for > org.apache.maven.resolver:maven-resolver-util:jar:1.6.3 > [*WARNING*] Invalid project model for artifact > [maven-resolver-util:org.apache.maven.resolver:1.6.3]. It will be ignored by > the remote resources Mojo. > [*WARNING*] Failed to build parent project for > org.apache.maven.resolver:maven-resolver-impl:jar:1.6.3 > [*WARNING*] Invalid project model for artifact > [maven-resolver-impl:org.apache.maven.resolver:1.6.3]. It will be ignored by > the remote resources Mojo. > [*WARNING*] Failed to build parent project for commons-io:commons-io:jar:2.6 > [*WARNING*] Invalid project model for artifact [commons-io:commons-io:2.6]. > It will be ignored by the remote resources Mojo. > [*WARNING*] Failed to build parent project for > com.google.inject:guice:jar:4.2.2 > [*WARNING*] Invalid project model for artifact > [guice:com.google.inject:4.2.2]. It will be ignored by the remote resources > Mojo. > {code} > This result those dependencies not anymore part of the DEPENDENCIES file > diff: > {code} > *➜* *maven-core* {*}git:({*}{*}maven-3.8.x{*}{*}){*} *✗* diff > work/after-upgrade/DEPENDENCIES work/before-upgrade/DEPENDENCIES > 38a39,44 > > From: 'Codehaus Plexus' ([https://codehaus-plexus.github.io/]) > > - Plexus Cipher: encryption/decryption Component > > ([https://codehaus-plexus.github.io/plexus-cipher/]) > > org.codehaus.plexus:plexus-cipher:jar:2.0 > > License: Apache License, Version 2.0 > > ([http://www.apache.org/licenses/LICENSE-2.0.txt]) > > - Plexus Security Dispatcher Component > > ([https://codehaus-plexus.github.io/plexus-sec-dispatcher/]) > > org.codehaus.plexus:plexus-sec-dispatcher:jar:2.0 > > License: Apache License, Version 2.0 > > ([http://www.apache.org/licenses/LICENSE-2.0.txt]) > > > 42a49,52 > > From: 'Google, Inc.' ([http://www.google.com|http://www.google.com/]) > > - Google Guice - Core Library ([https://github.com/google/guice/guice]) > > com.google.inject:guice:jar:4.2.2 > > License: The Apache Software License, Version 2.0 > > ([http://www.apache.org/licenses/LICENSE-2.0.txt]) > > > 47a58,61 > > - Apache Commons IO ([http://commons.apache.org/proper/commons-io/]) > > commons-io:commons-io:jar:2.6 > > License: Apache License, Version 2.0 > > ([https://www.apache.org/licenses/LICENSE-2.0.txt]) > > - Apache Commons Lang ([http://commons.apache.org/proper/commons-lang/]) > > org.apache.commons:commons-lang3:jar:3.8.1 > > License: Apache License, Version 2.0 > > ([https://www.apa
[GitHub] [maven-javadoc-plugin] olamy commented on a diff in pull request #158: [MJAVADOC-723] Upgrade Maven Reporting API to 3.1.1
olamy commented on code in PR #158: URL: https://github.com/apache/maven-javadoc-plugin/pull/158#discussion_r939653679 ## src/main/java/org/apache/maven/plugins/javadoc/JavadocReport.java: ## @@ -27,7 +27,7 @@ import java.util.ResourceBundle; import java.util.stream.Collectors; -import org.apache.maven.doxia.sink.Sink; +import org.codehaus.doxia.sink.Sink; Review Comment: ?? I don't think it's a right change. but looks to be back in the past :) -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GitHub] [maven-javadoc-plugin] pzygielo commented on a diff in pull request #158: [MJAVADOC-723] Upgrade Maven Reporting API to 3.1.1
pzygielo commented on code in PR #158: URL: https://github.com/apache/maven-javadoc-plugin/pull/158#discussion_r939654431 ## src/main/java/org/apache/maven/plugins/javadoc/JavadocReport.java: ## @@ -27,7 +27,7 @@ import java.util.ResourceBundle; import java.util.stream.Collectors; -import org.apache.maven.doxia.sink.Sink; +import org.codehaus.doxia.sink.Sink; Review Comment: > ?? I don't think it's a right change. but looks to be back in the past :) I think that's why MSHARED-1118 has "Restore" in its title - https://github.com/apache/maven-reporting-api/pull/13 -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GitHub] [maven-javadoc-plugin] olamy commented on a diff in pull request #158: [MJAVADOC-723] Upgrade Maven Reporting API to 3.1.1
olamy commented on code in PR #158: URL: https://github.com/apache/maven-javadoc-plugin/pull/158#discussion_r939655192 ## src/main/java/org/apache/maven/plugins/javadoc/JavadocReport.java: ## @@ -27,7 +27,7 @@ import java.util.ResourceBundle; import java.util.stream.Collectors; -import org.apache.maven.doxia.sink.Sink; +import org.codehaus.doxia.sink.Sink; Review Comment: doh :) -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[jira] [Updated] (MPIR-424) Upgrade Maven Reporting API to 3.1.1/Maven Reporting Impl to 3.2.0
[ https://issues.apache.org/jira/browse/MPIR-424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MPIR-424: Description: This will also upgrade Maven Site Plugin to 3.12.1 in ITs. > Upgrade Maven Reporting API to 3.1.1/Maven Reporting Impl to 3.2.0 > -- > > Key: MPIR-424 > URL: https://issues.apache.org/jira/browse/MPIR-424 > Project: Maven Project Info Reports Plugin > Issue Type: Dependency upgrade >Affects Versions: 3.4.0 >Reporter: Michael Osipov >Assignee: Michael Osipov >Priority: Major > Fix For: 3.4.1 > > > This will also upgrade Maven Site Plugin to 3.12.1 in ITs. -- This message was sent by Atlassian Jira (v8.20.10#820010)
[jira] [Created] (MPIR-424) Upgrade Maven Reporting API to 3.1.1/Maven Reporting Impl to 3.2.0
Michael Osipov created MPIR-424: --- Summary: Upgrade Maven Reporting API to 3.1.1/Maven Reporting Impl to 3.2.0 Key: MPIR-424 URL: https://issues.apache.org/jira/browse/MPIR-424 Project: Maven Project Info Reports Plugin Issue Type: Dependency upgrade Affects Versions: 3.4.0 Reporter: Michael Osipov Assignee: Michael Osipov Fix For: 3.4.1 -- This message was sent by Atlassian Jira (v8.20.10#820010)
[GitHub] [maven-project-info-reports-plugin] michael-o opened a new pull request, #42: [MPIR-424] Upgrade Maven Reporting API to 3.1.1/Maven Reporting Impl …
michael-o opened a new pull request, #42: URL: https://github.com/apache/maven-project-info-reports-plugin/pull/42 …to 3.2.0 Following this checklist to help us incorporate your contribution quickly and easily: - [ ] Make sure there is a [JIRA issue](https://issues.apache.org/jira/browse/MPIR) filed for the change (usually before you start working on it). Trivial changes like typos do not require a JIRA issue. Your pull request should address just this issue, without pulling in other changes. - [ ] Each commit in the pull request should have a meaningful subject line and body. - [ ] Format the pull request title like `[MPIR-XXX] - Fixes bug in ApproximateQuantiles`, where you replace `MPIR-XXX` with the appropriate JIRA issue. Best practice is to use the JIRA issue title in the pull request title and in the first line of the commit message. - [ ] Write a pull request description that is detailed enough to understand what the pull request does, how, and why. - [ ] Run `mvn clean verify` to make sure basic checks pass. A more thorough check will be performed on your pull request automatically. - [ ] You have run the integration tests successfully (`mvn -Prun-its clean verify`). If your pull request is about ~20 lines of code you don't need to sign an [Individual Contributor License Agreement](https://www.apache.org/licenses/icla.pdf) if you are unsure please ask on the developers list. To make clear that you license your contribution under the [Apache License Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0) you have to acknowledge this by using the following check-box. - [ ] I hereby declare this contribution to be licenced under the [Apache License Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0) - [ ] In any other case, please file an [Apache Individual Contributor License Agreement](https://www.apache.org/licenses/icla.pdf). -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[jira] [Updated] (MPLUGIN-378) Detect legacy/javadoc Mojo definitions, warn to use Java 5 annotations
[ https://issues.apache.org/jira/browse/MPLUGIN-378?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MPLUGIN-378: --- Summary: Detect legacy/javadoc Mojo definitions, warn to use Java 5 annotations (was: Detect legacy/javadoc Mojo definitions, warn to use Java5 annotations) > Detect legacy/javadoc Mojo definitions, warn to use Java 5 annotations > -- > > Key: MPLUGIN-378 > URL: https://issues.apache.org/jira/browse/MPLUGIN-378 > Project: Maven Plugin Tools > Issue Type: Task > Components: maven-plugin-tools-javadoc >Reporter: Tamás Cservenák >Assignee: Tamás Cservenák >Priority: Major > Fix For: 3.7.0 > > > In short: deprecate java-javadoc mojo descriptor extractor, as everyone > should use the newer Java5 annotation based Mojo Annotations instead. Make > the plugin warn (later fail?) during build if the built sources contain mojo > definitions defined using javadoc qdox tags. > This change will have some incompatible on extractor API, hence the 3.7.0 > version. -- This message was sent by Atlassian Jira (v8.20.10#820010)
[jira] [Created] (MPLUGIN-414) Upgrade Velocity Engine to 2.3
Michael Osipov created MPLUGIN-414: -- Summary: Upgrade Velocity Engine to 2.3 Key: MPLUGIN-414 URL: https://issues.apache.org/jira/browse/MPLUGIN-414 Project: Maven Plugin Tools Issue Type: Dependency upgrade Reporter: Michael Osipov Assignee: Michael Osipov Fix For: 3.7.0 This will also include the ugprade of Plexus Velocity to 2.0. -- This message was sent by Atlassian Jira (v8.20.10#820010)
[jira] [Commented] (MPLUGIN-414) Upgrade Velocity Engine to 2.3
[ https://issues.apache.org/jira/browse/MPLUGIN-414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17576432#comment-17576432 ] Michael Osipov commented on MPLUGIN-414: This change can only happen when the entire Doxia Stack moves to Velocity 2.3 because it would override the transitive dep of Doxia Site Renderer. > Upgrade Velocity Engine to 2.3 > -- > > Key: MPLUGIN-414 > URL: https://issues.apache.org/jira/browse/MPLUGIN-414 > Project: Maven Plugin Tools > Issue Type: Dependency upgrade >Reporter: Michael Osipov >Assignee: Michael Osipov >Priority: Major > > This will also include the ugprade of Plexus Velocity to 2.0. -- This message was sent by Atlassian Jira (v8.20.10#820010)
[jira] [Updated] (MPLUGIN-414) Upgrade Velocity Engine to 2.3
[ https://issues.apache.org/jira/browse/MPLUGIN-414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MPLUGIN-414: --- Fix Version/s: (was: 3.7.0) > Upgrade Velocity Engine to 2.3 > -- > > Key: MPLUGIN-414 > URL: https://issues.apache.org/jira/browse/MPLUGIN-414 > Project: Maven Plugin Tools > Issue Type: Dependency upgrade >Reporter: Michael Osipov >Assignee: Michael Osipov >Priority: Major > > This will also include the ugprade of Plexus Velocity to 2.0. -- This message was sent by Atlassian Jira (v8.20.10#820010)
[jira] [Created] (MPLUGIN-415) Upgrade Maven Reporting API to 3.1.1/Maven Reporting Impl to 3.2.0
Michael Osipov created MPLUGIN-415: -- Summary: Upgrade Maven Reporting API to 3.1.1/Maven Reporting Impl to 3.2.0 Key: MPLUGIN-415 URL: https://issues.apache.org/jira/browse/MPLUGIN-415 Project: Maven Plugin Tools Issue Type: Dependency upgrade Components: Plugin Plugin Affects Versions: 3.6.4 Reporter: Michael Osipov Assignee: Michael Osipov Fix For: 3.7.0 -- This message was sent by Atlassian Jira (v8.20.10#820010)
[GitHub] [maven-plugin-tools] michael-o opened a new pull request, #132: [MPLUGIN-415] Upgrade Maven Reporting API to 3.1.1/Maven Reporting Im…
michael-o opened a new pull request, #132: URL: https://github.com/apache/maven-plugin-tools/pull/132 …pl to 3.2.0 -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GitHub] [maven-plugin-tools] michael-o commented on pull request #131: Bump maven-reporting-api from 3.1.0 to 3.1.1
michael-o commented on PR #131: URL: https://github.com/apache/maven-plugin-tools/pull/131#issuecomment-1207468740 Superseded by #132. -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GitHub] [maven-plugin-tools] dependabot[bot] commented on pull request #131: Bump maven-reporting-api from 3.1.0 to 3.1.1
dependabot[bot] commented on PR #131: URL: https://github.com/apache/maven-plugin-tools/pull/131#issuecomment-1207468749 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file. If you change your mind, just re-open this PR and I'll resolve any conflicts on it. -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GitHub] [maven-plugin-tools] michael-o closed pull request #131: Bump maven-reporting-api from 3.1.0 to 3.1.1
michael-o closed pull request #131: Bump maven-reporting-api from 3.1.0 to 3.1.1 URL: https://github.com/apache/maven-plugin-tools/pull/131 -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[jira] [Commented] (MPLUGIN-415) Upgrade Maven Reporting API to 3.1.1/Maven Reporting Impl to 3.2.0
[ https://issues.apache.org/jira/browse/MPLUGIN-415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17576433#comment-17576433 ] ASF GitHub Bot commented on MPLUGIN-415: michael-o opened a new pull request, #132: URL: https://github.com/apache/maven-plugin-tools/pull/132 …pl to 3.2.0 > Upgrade Maven Reporting API to 3.1.1/Maven Reporting Impl to 3.2.0 > -- > > Key: MPLUGIN-415 > URL: https://issues.apache.org/jira/browse/MPLUGIN-415 > Project: Maven Plugin Tools > Issue Type: Dependency upgrade > Components: Plugin Plugin >Affects Versions: 3.6.4 >Reporter: Michael Osipov >Assignee: Michael Osipov >Priority: Major > Fix For: 3.7.0 > > -- This message was sent by Atlassian Jira (v8.20.10#820010)
[jira] [Created] (MPLUGIN-416) Move reporting to a separate plugin
Michael Osipov created MPLUGIN-416: -- Summary: Move reporting to a separate plugin Key: MPLUGIN-416 URL: https://issues.apache.org/jira/browse/MPLUGIN-416 Project: Maven Plugin Tools Issue Type: Task Components: Plugin Plugin Reporter: Michael Osipov As noticed by me and [~cstamas], the current plugin carries too much luggage. In fact, it mixes two concerns: extraction/generation of metadata and report generation. Both aren't related, but the luggage of reporting dependencies is always present. Task: Move all reporting into a separate plugin and deprecate the current goal in favor of {{plugin-report:report}}, similar to https://maven.apache.org/surefire/maven-surefire-report-plugin/report-mojo.html. -- This message was sent by Atlassian Jira (v8.20.10#820010)
[jira] [Commented] (MPLUGIN-416) Move reporting to a separate plugin
[ https://issues.apache.org/jira/browse/MPLUGIN-416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17576434#comment-17576434 ] Michael Osipov commented on MPLUGIN-416: [~sjaranowski], maybe we should do this first before going on with the plugin? WDYT? > Move reporting to a separate plugin > --- > > Key: MPLUGIN-416 > URL: https://issues.apache.org/jira/browse/MPLUGIN-416 > Project: Maven Plugin Tools > Issue Type: Task > Components: Plugin Plugin >Reporter: Michael Osipov >Priority: Major > > As noticed by me and [~cstamas], the current plugin carries too much luggage. > In fact, it mixes two concerns: extraction/generation of metadata and report > generation. Both aren't related, but the luggage of reporting dependencies is > always present. > Task: Move all reporting into a separate plugin and deprecate the current > goal in favor of {{plugin-report:report}}, similar to > https://maven.apache.org/surefire/maven-surefire-report-plugin/report-mojo.html. -- This message was sent by Atlassian Jira (v8.20.10#820010)
[jira] [Commented] (JXR-166) Two versions of velocity engines on plugin classpath
[ https://issues.apache.org/jira/browse/JXR-166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17576437#comment-17576437 ] Michael Osipov commented on JXR-166: I would really recommend to down grade again because this can cause issues. See also: MPLUGIN-414. This should be consistent with the Doxia Stack. > Two versions of velocity engines on plugin classpath > > > Key: JXR-166 > URL: https://issues.apache.org/jira/browse/JXR-166 > Project: Maven JXR > Issue Type: Bug >Affects Versions: 3.2.0 >Reporter: Slawomir Jaranowski >Priority: Minor > > Velocity engine change *{{artifactId}}* in updates 1.7.x to 2.0.x > https://velocity.apache.org/engine/2.2/upgrading.html#upgrading-from-velocity-17-to-velocity-20 > Now we have both. > Dependency tree: > {code} > org.apache.maven.plugins:maven-jxr-plugin:maven-plugin:3.2.0-SNAPSHOT > +- org.apache.maven:maven-jxr:jar:3.2.0-SNAPSHOT:compile > | +- org.apache.velocity:velocity-engine-core:jar:2.3:compile > +- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile > | \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile > | +- org.codehaus.plexus:plexus-velocity:jar:1.2:compile > | +- org.apache.velocity:velocity:jar:1.7:compile > | +- org.apache.velocity:velocity-tools:jar:2.0:compile > {code} > > I don't see any errors so far ... but should be fixed. -- This message was sent by Atlassian Jira (v8.20.10#820010)
[jira] [Commented] (JXR-169) Use of deprecated velocity configuration keys
[ https://issues.apache.org/jira/browse/JXR-169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17576439#comment-17576439 ] Michael Osipov commented on JXR-169: Here is the issue: DOXIASITETOOLS-230 > Use of deprecated velocity configuration keys > -- > > Key: JXR-169 > URL: https://issues.apache.org/jira/browse/JXR-169 > Project: Maven JXR > Issue Type: Improvement > Components: maven2 jxr plugin >Affects Versions: 3.2.0 >Reporter: Dave Wichers >Priority: Minor > > When I run: mvn site, using my project's pom: > [https://github.com/nahsra/antisamy/blob/main/pom.xml] > I'm seeing the following warnings. I think this means these jxr-plugins are > using old resource names. Unless I'm doing something wrong in my pom. But I > can't find any references to these resources in my project, so I'm assuming > its a problem in your project. Can you confirm this is an issue in maven-jxr > and you can fix it? Or is it my fault? > The velocity configuration key changes are described here: > https://velocity.apache.org/engine/devel/configuration-property-changes-in-2.1.html > [*INFO*] Generating "{*}Source Xref{*}" report *---* > maven-jxr-plugin:3.2.0:jxr > [*WARNING*] configuration key 'resource.loader' has been deprecated in favor > of 'resource.loaders' > [*WARNING*] configuration key 'classpath.resource.loader.class' has been > deprecated in favor of 'resource.loader.classpath.class' > [*WARNING*] configuration key 'velocimacro.library' has been deprecated in > favor of 'velocimacro.library.path' > [*INFO*] Generating "{*}Test Source Xref{*}" report *---* > maven-jxr-plugin:3.2.0:test-jxr > [*WARNING*] configuration key 'resource.loader' has been deprecated in favor > of 'resource.loaders' > [*WARNING*] configuration key 'classpath.resource.loader.class' has been > deprecated in favor of 'resource.loader.classpath.class' > [*WARNING*] configuration key 'velocimacro.library' has been deprecated in > favor of 'velocimacro.library.path' > -- This message was sent by Atlassian Jira (v8.20.10#820010)
[jira] [Created] (JXR-173) Upgrade Maven Reporting API to 3.1.1/Maven Reporting Impl to 3.2.0
Michael Osipov created JXR-173: -- Summary: Upgrade Maven Reporting API to 3.1.1/Maven Reporting Impl to 3.2.0 Key: JXR-173 URL: https://issues.apache.org/jira/browse/JXR-173 Project: Maven JXR Issue Type: Dependency upgrade Components: maven2 jxr plugin Affects Versions: 3.2.0 Reporter: Michael Osipov Assignee: Michael Osipov Fix For: next-release -- This message was sent by Atlassian Jira (v8.20.10#820010)
[jira] [Created] (MNG-7526) MojoExecutionScope
Osiris-Team created MNG-7526: Summary: MojoExecutionScope Key: MNG-7526 URL: https://issues.apache.org/jira/browse/MNG-7526 Project: Maven Issue Type: Bug Reporter: Osiris-Team This is more a question and cry for help than a bug report. What does this exception mean, I don't get it. {code:java} [INFO] --- javapackager:1.7.0:package (default) @ HelloWorldMaven --- [WARNING] The POM for io.github.fvarrui:launch4j:jar:2.5.2 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] ClassRealm[plugin>io.github.fvarrui:javapackager:1.7.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@4e0e2f2a] com.google.inject.CreationException: Unable to create injector, see the following errors: 1) Scope org.apache.maven.execution.scope.internal.MojoExecutionScope@6ad59d92 is already bound to org.apache.maven.execution.scope.MojoExecutionScoped at org.apache.maven.execution.scope.internal.MojoExecutionScopeModule.configure(MojoExecutionScopeModule.java:52) (via modules: org.eclipse.sisu.wire.WireModule -> org.apache.maven.execution.scope.internal.MojoExecutionScopeModule). Cannot bind org.apache.maven.execution.scope.internal.MojoExecutionScope@1d226f27. at ClassRealm[plugin>io.github.fvarrui:javapackager:1.7.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@4e0e2f2a] (via modules: org.eclipse.sisu.wire.WireModule -> org.eclipse.sisu.plexus.PlexusBindingModule -> org.apache.maven.execution.scope.internal.MojoExecutionScopeCoreModule) 1 error at com.google.inject.internal.Errors.throwCreationExceptionIfErrorsExist (Errors.java:543) at com.google.inject.internal.InternalInjectorCreator.initializeStatically (InternalInjectorCreator.java:159) at com.google.inject.internal.InternalInjectorCreator.build (InternalInjectorCreator.java:106) at com.google.inject.Guice.createInjector (Guice.java:87) at com.google.inject.Guice.createInjector (Guice.java:69) at com.google.inject.Guice.createInjector (Guice.java:59) at org.codehaus.plexus.DefaultPlexusContainer.addPlexusInjector (DefaultPlexusContainer.java:481) at org.codehaus.plexus.DefaultPlexusContainer.discoverComponents (DefaultPlexusContainer.java:460) at org.apache.maven.plugin.internal.DefaultMavenPluginManager.discoverPluginComponents (DefaultMavenPluginManager.java:436) at org.apache.maven.plugin.internal.DefaultMavenPluginManager.createPluginRealm (DefaultMavenPluginManager.java:415) at org.apache.maven.plugin.internal.DefaultMavenPluginManager.setupPluginRealm (DefaultMavenPluginManager.java:374) at org.apache.maven.plugin.DefaultBuildPluginManager.getPluginRealm (DefaultBuildPluginManager.java:234) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:105) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289) at org.apache.maven.cli.MavenCli.main (MavenCli.java:193) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:64) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:564) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347) {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)
[jira] [Updated] (MNG-7526) MojoExecutionScope is already bound
[ https://issues.apache.org/jira/browse/MNG-7526?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Osiris-Team updated MNG-7526: - Summary: MojoExecutionScope is already bound (was: MojoExecutionScope) > MojoExecutionScope is already bound > --- > > Key: MNG-7526 > URL: https://issues.apache.org/jira/browse/MNG-7526 > Project: Maven > Issue Type: Bug >Reporter: Osiris-Team >Priority: Trivial > Labels: question > > This is more a question and cry for help than a bug report. > What does this exception mean, I don't get it. > {code:java} > [INFO] --- javapackager:1.7.0:package (default) @ HelloWorldMaven --- > [WARNING] The POM for io.github.fvarrui:launch4j:jar:2.5.2 is invalid, > transitive dependencies (if any) will not be available, enable debug logging > for more details > [WARNING] ClassRealm[plugin>io.github.fvarrui:javapackager:1.7.0, parent: > jdk.internal.loader.ClassLoaders$AppClassLoader@4e0e2f2a] > com.google.inject.CreationException: Unable to create injector, see the > following errors: > 1) Scope > org.apache.maven.execution.scope.internal.MojoExecutionScope@6ad59d92 is > already bound to org.apache.maven.execution.scope.MojoExecutionScoped at > org.apache.maven.execution.scope.internal.MojoExecutionScopeModule.configure(MojoExecutionScopeModule.java:52) > (via modules: org.eclipse.sisu.wire.WireModule -> > org.apache.maven.execution.scope.internal.MojoExecutionScopeModule). > Cannot bind > org.apache.maven.execution.scope.internal.MojoExecutionScope@1d226f27. > at ClassRealm[plugin>io.github.fvarrui:javapackager:1.7.0, parent: > jdk.internal.loader.ClassLoaders$AppClassLoader@4e0e2f2a] (via modules: > org.eclipse.sisu.wire.WireModule -> > org.eclipse.sisu.plexus.PlexusBindingModule -> > org.apache.maven.execution.scope.internal.MojoExecutionScopeCoreModule) > 1 error > at com.google.inject.internal.Errors.throwCreationExceptionIfErrorsExist > (Errors.java:543) > at > com.google.inject.internal.InternalInjectorCreator.initializeStatically > (InternalInjectorCreator.java:159) > at com.google.inject.internal.InternalInjectorCreator.build > (InternalInjectorCreator.java:106) > at com.google.inject.Guice.createInjector (Guice.java:87) > at com.google.inject.Guice.createInjector (Guice.java:69) > at com.google.inject.Guice.createInjector (Guice.java:59) > at org.codehaus.plexus.DefaultPlexusContainer.addPlexusInjector > (DefaultPlexusContainer.java:481) > at org.codehaus.plexus.DefaultPlexusContainer.discoverComponents > (DefaultPlexusContainer.java:460) > at > org.apache.maven.plugin.internal.DefaultMavenPluginManager.discoverPluginComponents > (DefaultMavenPluginManager.java:436) > at > org.apache.maven.plugin.internal.DefaultMavenPluginManager.createPluginRealm > (DefaultMavenPluginManager.java:415) > at > org.apache.maven.plugin.internal.DefaultMavenPluginManager.setupPluginRealm > (DefaultMavenPluginManager.java:374) > at org.apache.maven.plugin.DefaultBuildPluginManager.getPluginRealm > (DefaultBuildPluginManager.java:234) > at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo > (DefaultBuildPluginManager.java:105) > at org.apache.maven.lifecycle.internal.MojoExecutor.execute > (MojoExecutor.java:210) > at org.apache.maven.lifecycle.internal.MojoExecutor.execute > (MojoExecutor.java:156) > at org.apache.maven.lifecycle.internal.MojoExecutor.execute > (MojoExecutor.java:148) > at > org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject > (LifecycleModuleBuilder.java:117) > at > org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject > (LifecycleModuleBuilder.java:81) > at > org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build > (SingleThreadedBuilder.java:56) > at org.apache.maven.lifecycle.internal.LifecycleStarter.execute > (LifecycleStarter.java:128) > at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305) > at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192) > at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105) > at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957) > at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289) > at org.apache.maven.cli.MavenCli.main (MavenCli.java:193) > at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) > at jdk.internal.reflect.NativeMethodAccessorImpl.invoke > (NativeMethodAccessorImpl.java:64) > at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke > (DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke (Method.java:564) > at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced > (Launcher.java:282) > at org.codehaus.p
[jira] [Commented] (MPLUGIN-416) Move reporting to a separate plugin
[ https://issues.apache.org/jira/browse/MPLUGIN-416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17576440#comment-17576440 ] Slawomir Jaranowski commented on MPLUGIN-416: - We can do it. First I'd like to merge MPLUGIN-400 > Move reporting to a separate plugin > --- > > Key: MPLUGIN-416 > URL: https://issues.apache.org/jira/browse/MPLUGIN-416 > Project: Maven Plugin Tools > Issue Type: Task > Components: Plugin Plugin >Reporter: Michael Osipov >Priority: Major > > As noticed by me and [~cstamas], the current plugin carries too much luggage. > In fact, it mixes two concerns: extraction/generation of metadata and report > generation. Both aren't related, but the luggage of reporting dependencies is > always present. > Task: Move all reporting into a separate plugin and deprecate the current > goal in favor of {{plugin-report:report}}, similar to > https://maven.apache.org/surefire/maven-surefire-report-plugin/report-mojo.html. -- This message was sent by Atlassian Jira (v8.20.10#820010)
[jira] [Commented] (MPLUGIN-416) Move reporting to a separate plugin
[ https://issues.apache.org/jira/browse/MPLUGIN-416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17576442#comment-17576442 ] Michael Osipov commented on MPLUGIN-416: OK, agree. > Move reporting to a separate plugin > --- > > Key: MPLUGIN-416 > URL: https://issues.apache.org/jira/browse/MPLUGIN-416 > Project: Maven Plugin Tools > Issue Type: Task > Components: Plugin Plugin >Reporter: Michael Osipov >Priority: Major > > As noticed by me and [~cstamas], the current plugin carries too much luggage. > In fact, it mixes two concerns: extraction/generation of metadata and report > generation. Both aren't related, but the luggage of reporting dependencies is > always present. > Task: Move all reporting into a separate plugin and deprecate the current > goal in favor of {{plugin-report:report}}, similar to > https://maven.apache.org/surefire/maven-surefire-report-plugin/report-mojo.html. -- This message was sent by Atlassian Jira (v8.20.10#820010)
[GitHub] [maven-mvnd] humanate opened a new issue, #673: how can i change default daemon registry and daemon log path
humanate opened a new issue, #673: URL: https://github.com/apache/maven-mvnd/issues/673 in the config file mvnd.properties, daemonStorage worked in commond line,but i want to change default path `# A few special properties do not follow the above mechanism: # - mvnd.daemonStorage: this property defines the location where mvnd stores its #files (registry and daemon logs). This property can only be defined as #a system property on the command line` -- 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: issues-unsubscr...@maven.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GitHub] [maven-site] guylabs commented on pull request #317: Add predictive test selection to Gradle Enterprise Maven extension
guylabs commented on PR #317: URL: https://github.com/apache/maven-site/pull/317#issuecomment-1207704479 Thanks for the quick turnaround. -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GitHub] [maven-dependency-plugin] scramados commented on a diff in pull request #233: [MDEP-782] - Add ability to strip type
scramados commented on code in PR #233: URL: https://github.com/apache/maven-dependency-plugin/pull/233#discussion_r939881814 ## pom.xml: ## @@ -30,7 +30,7 @@ under the License. maven-dependency-plugin - 3.3.1-SNAPSHOT + 3.3.2-SNAPSHOT Review Comment: I updated to version for local testing and committed it by mistake. -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org