Skip to content

maven can't find payara-client-ee8 #21

Open
@gbuckholtz

Description

@gbuckholtz

I see in general that the 1.0.Beta-m1 has been replaced with 1.0.Beta3. When I try to use 1.0.Beta3 maven can't resolve. When I try looking at https://mvnrepository.com/artifact/fish.payara.extras for this artifact it doesn't show up. I see that this artifact is here in GitHub "Payara/appserver/extras/arquillian-containers/"

		<dependency>
			<groupId>fish.payara.arquillian</groupId>
			<artifactId>payara-client-ee8</artifactId>
			<version>1.0.Beta3-m1</version>
			<scope>test</scope>
		</dependency>

Does anyone know what group this artifact is in now?

Activity

MattGill98

MattGill98 commented on Jul 20, 2018

@MattGill98
Contributor

Hi @gbuckholtz,

The coordinates are still correct. The location of the artifact however is https://github.com/payara/Payara_PatchedProjects/tree/master/fish/payara/arquillian/payara-client-ee8/1.0.Beta3-m1.

The reference to the repository is here.

I've deleted my local artifact and reinstalled and it connects fine for me, have you made any configuration changes?

Kind regards,

Matt

added a commit that references this issue on Sep 7, 2022

Merge pull request javaee-samples#21 from cubastanley/master

b7bec11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      maven can't find payara-client-ee8 · Issue #21 · javaee-samples/javaee8-samples