-
Type:
Task
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Environment:rp@linux-o2l7:~/workspace/java/home-priv/microprofile-config-extension> mvn -v
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /slow/apps/mvn
Java version: 1.8.0_252, vendor: IcedTea, runtime: /usr/lib64/jvm/java-1.8.0-openjdk-1.8.0/jre
Default locale: it_IT, platform encoding: UTF-8
OS name: "linux", version: "5.3.18-lp152.47-default", arch: "amd64", family: "unix"
rp@linux-o2l7 :~/workspace/java/home-priv/microprofile-config-extension> mvn -v Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) Maven home: /slow/apps/mvn Java version: 1.8.0_252, vendor: IcedTea, runtime: /usr/lib64/jvm/java-1.8.0-openjdk-1.8.0/jre Default locale: it_IT, platform encoding: UTF-8 OS name: "linux", version: "5.3.18-lp152.47-default", arch: "amd64", family: "unix"
Unable to release my artifact on a newly created sonatype account.
The issue is:
[INFO] — nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ microprofile-config-extension —
{{ [INFO] Performing local staging (local stagingDirectory="/home/rp/workspace/java/home-priv/microprofile-config-extension/target/checkout/target/nexus-staging/staging")...}}
{{ [INFO] + Using server credentials "ossrh" from Maven settings.}}
{{ [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.19-01 and edition "Professional"}}
{{ [ERROR] }}
{{ [ERROR] Nexus Error Response: 400 - Bad Request}}
{{ [ERROR] * - Unable to find matching profile}}
{{ [ERROR] }}
{{ [INFO] ------------------------------------------------------------------------}}
{{ [INFO] BUILD FAILURE}}
The groupId seems to be correct:
{{ <groupId>io.github.morphy76</groupId>}}
{{ <artifactId>microprofile-config-extension</artifactId>}}
{{ <version>0.0.1-SNAPSHOT</version>}}