Skip to content
This repository has been archived by the owner on Apr 16, 2021. It is now read-only.

We've run into an issue with the plugin. Version 1.7 works for us fin… #63

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

nputnam
Copy link

@nputnam nputnam commented Aug 22, 2019

…e but late latest fails with the following stack.

Aug 22, 2019 2:45:33 PM com.gkatzioura.maven.cloud.gcs.wagon.GoogleStorageRepository connect
SEVERE: Could not establish connection with google cloud
java.lang.NullPointerException
at com.gkatzioura.maven.cloud.gcs.wagon.GoogleStorageRepository.createStorage(GoogleStorageRepository.java:74)
at com.gkatzioura.maven.cloud.gcs.wagon.GoogleStorageRepository.connect(GoogleStorageRepository.java:65)
at com.gkatzioura.maven.cloud.gcs.wagon.GoogleStorageWagon.connect(GoogleStorageWagon.java:139)
at org.eclipse.aether.transport.wagon.WagonTransporter.connectWagon(WagonTransporter.java:342)

Removed the rest of the call stack for brevity.

Following change fixes the issue for us. Was hoping to get it adopted upstream.

Nate Putnam added 2 commits August 22, 2019 14:55
…e but late latest fails with the following stack.

Aug 22, 2019 2:45:33 PM com.gkatzioura.maven.cloud.gcs.wagon.GoogleStorageRepository connect
SEVERE: Could not establish connection with google cloud
java.lang.NullPointerException
	at com.gkatzioura.maven.cloud.gcs.wagon.GoogleStorageRepository.createStorage(GoogleStorageRepository.java:74)
	at com.gkatzioura.maven.cloud.gcs.wagon.GoogleStorageRepository.connect(GoogleStorageRepository.java:65)
	at com.gkatzioura.maven.cloud.gcs.wagon.GoogleStorageWagon.connect(GoogleStorageWagon.java:139)
	at org.eclipse.aether.transport.wagon.WagonTransporter.connectWagon(WagonTransporter.java:342)

Removed the rest of the call stack for brevity.

Following change fixes the issue for us. Was hoping to get it adopted upstream.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant