Maven complains about an absent pom. Why does it not try to resolve from
the staging repo?
I set it up in settings.xml

<profile>
      <id>stage</id>
      <activation>
        <property>
          <name>stage</name>
        </property>
      </activation>
      <pluginRepositories>
        <pluginRepository>
          <id>staging</id>
          <name>Maven Staging</name>
          <url>
https://repository.apache.org/content/repositories/maven-${stage}/</url>
        </pluginRepository>
      </pluginRepositories>
    </profile>

./mvnw -Dstage=1887 help:describe -DartifactId=maven-help-plugin
-DgroupId=org.apache.maven.plugins -X

[DEBUG] === PROJECT BUILD PLAN
================================================
[DEBUG] Project:       com.segway:segway-maven-super:2.2.16-SNAPSHOT
[DEBUG] Dependencies (collect): []




[DEBUG] Dependencies (resolve): []
[DEBUG] Repositories (dependencies): [maven-releases (
https://nexus.segway.com/repository/maven-releases/, default,
releases+snapshots), pronto-public (
https://nexus.segway.com/repository/maven-public/, default, releases)]

[DEBUG] Repositories (plugins)     : [staging (
https://repository.apache.org/content/repositories/maven-1887/, default,
releases+snapshots), maven-releases (
https://nexus.segway.com/repository/maven-releases/, default,
releases+snapshots), pronto-public (
https://nexus.segway.com/repository/maven-public/, d
efault, releases)]




[DEBUG]
-----------------------------------------------------------------------
[DEBUG] Goal:
 org.apache.maven.plugins:maven-help-plugin:3.4.0:describe (default-cli)



[DEBUG] Style:         Aggregating




[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>




  <artifactId>${artifactId}</artifactId>
  <cmd>${cmd}</cmd>




  <detail default-value="false">${detail}</detail>


  <goal>${goal}</goal>




  <groupId>${groupId}</groupId>
  <minimal default-value="false">${minimal}</minimal>




  <output>${output}</output>




  <plugin>${plugin}</plugin>
  <project default-value="${project}"/>




  <session default-value="${session}"/>
  <version>${version}</version>




</configuration>


[DEBUG]
=======================================================================




[DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=95428,
ConflictMarker.markTime=21242, ConflictMarker.nodeCount=13,
ConflictIdSorter.graphTime=21271, ConflictIdSorter.topsortTime=18718,
ConflictIdSorter.conflictIdCount=12,
ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=274784,
 ConflictResolver.conflictItemCount=13,
DfDependencyCollector.collectTime=37578088,
DfDependencyCollector.transformTime=453658}



[DEBUG] org.apache.maven.plugins:maven-help-plugin:jar:3.4.0




[DEBUG]
 org.apache.maven.plugin-tools:maven-plugin-tools-generators:jar:3.7.0:compile
[DEBUG]       org.jsoup:jsoup:jar:1.15.3:compile




[DEBUG]    org.apache.maven.shared:maven-shared-utils:jar:3.3.4:compile
[DEBUG]    org.apache.maven.reporting:maven-reporting-api:jar:3.1.1:compile




[DEBUG]    org.codehaus.plexus:plexus-interactivity-api:jar:1.1:compile


[DEBUG]    org.codehaus.plexus:plexus-utils:jar:3.5.1:compile




[DEBUG]    org.jdom:jdom2:jar:2.0.6.1:compile
[DEBUG]    com.thoughtworks.xstream:xstream:jar:1.4.20:compile




[DEBUG]       io.github.x-stream:mxparser:jar:1.2.2:compile




[DEBUG]          xmlpull:xmlpull:jar:1.1.3.1:compile
[DEBUG]    org.apache.commons:commons-lang3:jar:3.12.0:compile




[DEBUG] Created new class realm
plugin>org.apache.maven.plugins:maven-help-plugin:3.4.0
[DEBUG] Importing foreign packages into class realm
plugin>org.apache.maven.plugins:maven-help-plugin:3.4.0



[DEBUG]   Imported:  < maven.api


[DEBUG] Populating class realm
plugin>org.apache.maven.plugins:maven-help-plugin:3.4.0



[DEBUG]   Included: org.apache.maven.plugins:maven-help-plugin:jar:3.4.0
[DEBUG]   Included:
org.apache.maven.plugin-tools:maven-plugin-tools-generators:jar:3.7.0



[DEBUG]   Included: org.jsoup:jsoup:jar:1.15.3




[DEBUG]   Included: org.apache.maven.shared:maven-shared-utils:jar:3.3.4
[DEBUG]   Included:
org.apache.maven.reporting:maven-reporting-api:jar:3.1.1



[DEBUG]   Included: org.codehaus.plexus:plexus-interactivity-api:jar:1.1
[DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:3.5.1




[DEBUG]   Included: org.jdom:jdom2:jar:2.0.6.1


[DEBUG]   Included: com.thoughtworks.xstream:xstream:jar:1.4.20




[DEBUG]   Included: io.github.x-stream:mxparser:jar:1.2.2




[DEBUG]   Included: xmlpull:xmlpull:jar:1.1.3.1
[DEBUG]   Included: org.apache.commons:commons-lang3:jar:3.12.0
[DEBUG] Loading mojo
org.apache.maven.plugins:maven-help-plugin:3.4.0:describe from plugin realm
ClassRealm[plugin>org.apache.maven.plugins:maven-help-plugin:3.4.0, parent:
jdk.internal.loader.ClassLoaders$AppClassLoader@5c647e05]
[DEBUG] Configuring mojo execution
'org.apache.maven.plugins:maven-help-plugin:3.4.0:describe:default-cli'
with basic configurator -->
[DEBUG]   (f) artifactId = maven-help-plugin
[DEBUG]   (f) detail = false
[DEBUG]   (f) groupId = org.apache.maven.plugins
[DEBUG]   (f) minimal = false
[DEBUG]   (f) project = MavenProject:
com.segway:segway-maven-super:2.2.16-SNAPSHOT @ /git/m99/pom.xml
[DEBUG]   (f) session = org.apache.maven.execution.MavenSession@54ff100f
[DEBUG] -- end configuration --
[DEBUG] Reusing cached resolved plugin version for
org.apache.maven.plugins:maven-help-plugin to 3.4.0 from POM
com.segway:segway-maven-super:pom:2.2.16-SNAPSHOT
[DEBUG] Verifying availability of
/home/sol/.m2/repository/org/apache/maven/plugins/maven-help-plugin/3.4.0/maven-help-plugin-3.4.0.pom
from [maven-releases (https://nexus.segway.com/repository/maven-releases/,
default, releases+snapshots), pronto-public (
https://nexus.segway.com/repository/maven-public/,
default, releases)]
[DEBUG] Resolving artifact
org.apache.maven.plugins:maven-help-plugin:pom:3.4.0 from [maven-releases (
https://nexus.segway.com/repository/maven-releases/, default,
releases+snapshots), pronto-public (
https://nexus.segway.com/repository/maven-public/, default, releases)]
[WARNING] The POM for org.apache.maven.plugins:maven-help-plugin:jar:3.4.0
is missing, no dependency information available


On Tue, 14 Mar 2023 at 23:39, Slawomir Jaranowski <[email protected]>
wrote:

> Hi,
>
> We solved 11 issues:
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317522&version=12352206
>
> There are still a couple of issues left in JIRA:
>
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20MPH%20AND%20resolution%20%3D%20Unresolved%20ORDER%20BY%20key%20DESC
>
> Staging repo:
> https://repository.apache.org/content/repositories/maven-1887/
>
> https://repository.apache.org/content/repositories/maven-1887/org/apache/maven/plugins/maven-help-plugin/3.4.0/maven-help-plugin-3.4.0-source-release.zip
>
> Source release checksum(s):
> maven-help-plugin-3.4.0-source-release.zip - SHA-512 :
>
> eba7abf7b99f81f592c48a03b5d6008ef556500e21fbc86fc01b750112c6a459729c6743ac1daeb80d941378f9207ec23095bd2477387578369c4d29d8053271
>
> Staging site:
> https://maven.apache.org/plugins-archives/maven-help-plugin-LATEST/
>
> Guide to testing staged releases:
> https://maven.apache.org/guides/development/guide-testing-releases.html
>
> Vote open for at least 72 hours.
>
> [ ] +1
> [ ] +0
> [ ] -1
> --
> Sławomir Jaranowski
>

Reply via email to