Howdy,

This is wierd. What maven version are you using? And what java version?
Will try to reproduce.

T

On Wed, Jul 10, 2024, 20:56 Tim Allison <talli...@apache.org> wrote:

> Hi All,
>   I'm sure this is user error. I recently tried to deploy Apache Tika with
> maven-deploy-plugin:3.1.2.
> I'm having a problem with deploying a new module we just added.
>
> Our repo is here: https://github.com/apache/tika
>
> I see the usual download/upload pattern, but then after the final download
> of tika-grpc/metadata.xml, it looks like it is trying to download the
> metadata for xmlbeans?!
>
> What am I doing wrong?
>
> Thank you!
>
> Expected pattern:
>
> [INFO] [INFO] --- deploy:3.1.2:deploy (default-deploy) @ tika-grpc ---
> [INFO] Uploading to apache.releases.https:
>
> https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/tika/tika-grpc/3.0.0-BETA2/tika-grpc-3.0.0-BETA2.pom
> [INFO] Progress (1): 16 kB
> [INFO]
> [INFO] Uploaded to apache.releases.https:
>
> https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/tika/tika-grpc/3.0.0-BETA2/tika-grpc-3.0.0-BETA2.pom
> (16 kB at 9.0 kB/s)
> [INFO] Uploading to apache.releases.https:
>
> https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/tika/tika-grpc/3.0.0-BETA2/tika-grpc-3.0.0-BETA2.jar
> [INFO] Uploading to apache.releases.https:
>
> https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/tika/tika-grpc/3.0.0-BETA2/tika-grpc-3.0.0-BETA2-sources.jar
> [INFO] Uploading to apache.releases.https:
>
> https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/tika/tika-grpc/3.0.0-BETA2/tika-grpc-3.0.0-BETA2.pom.asc
> [INFO] Uploading to apache.releases.https:
>
> https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/tika/tika-grpc/3.0.0-BETA2/tika-grpc-3.0.0-BETA2.jar.asc
> [INFO] Uploading to apache.releases.https:
>
> https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/tika/tika-grpc/3.0.0-BETA2/tika-grpc-3.0.0-BETA2-sources.jar.asc
> ....
>
> [INFO] Uploaded to apache.releases.https:
>
> https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/tika/tika-grpc/3.0.0-BETA2/tika-grpc-3.0.0-BETA2.jar.asc
> (833 B at 1.2 kB/s)
> [INFO] Uploaded to apache.releases.https:
>
> https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/tika/tika-grpc/3.0.0-BETA2/tika-grpc-3.0.0-BETA2.pom.asc
> (833 B at 1.2 kB/s)
> [INFO] Uploaded to apache.releases.https:
>
> https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/tika/tika-grpc/3.0.0-BETA2/tika-grpc-3.0.0-BETA2-sources.jar.asc
> (833 B at 1.2 kB/s)
> ....
>
> [INFO] Uploaded to apache.releases.https:
>
> https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/tika/tika-grpc/3.0.0-BETA2/tika-grpc-3.0.0-BETA2-sources.jar
> (82 kB at 53 kB/s)
>
> ....
>
> [INFO] Uploaded to apache.releases.https:
>
> https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/tika/tika-grpc/3.0.0-BETA2/tika-grpc-3.0.0-BETA2.jar
> (72 MB at 6.2 MB/s)
> [INFO] Downloading from apache.releases.https:
>
> https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/tika/tika-grpc/maven-metadata.xml
> *[INFO] Downloading from apache.releases.https:
>
> https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/xmlbeans/maven-metadata.xml
> <
> https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/xmlbeans/maven-metadata.xml
> >*
> [INFO] [WARNING] Could not transfer metadata
> org.apache.xmlbeans/maven-metadata.xml from/to apache.releases.https (
> https://repository.apache.org/service/local/staging/deploy/maven2): status
> code: 400, reason phrase: Bad Request (400)
>

Reply via email to