Official Everybody Edits Forums

Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?

You are not logged in.

#1 2018-08-26 16:58:53

RageQuits
Member
From: Belgium (Dutch)
Joined: 2018-08-26
Posts: 29
Website

[Maven] PlayerIO artifact?

Until now, i've been using maven with playerIO being a local dependency

<dependency>
            <groupId>io.player</groupId>
            <artifactId>playerio</artifactId>
            <version>1.0.0</version>
            <scope>system</scope>
            <systemPath>${project.basedir}/lib/PlayerIO.jar</systemPath>
</dependency>

but it turns out that maven doesn't like it when you make an artifact containing a local one.

Is there a repo that contains the artifact?

Offline

#2 2018-08-26 17:29:24, last edited by MartenM (2018-08-26 17:30:20)

MartenM
Member
From: The Netherlands
Joined: 2016-03-31
Posts: 966
Website

Re: [Maven] PlayerIO artifact?

As far as I don't know there isn't. Haven't looked around much though.
I am not sure, but you could try to install it in the local maven repo (:install) and maybe that would fix the problem? (instead of keeping it in the project dir?)


lm3hgg8.jpg

Ingame: marten22        My steam: MartenM

Offline

#3 2018-08-26 18:32:06

RageQuits
Member
From: Belgium (Dutch)
Joined: 2018-08-26
Posts: 29
Website

Re: [Maven] PlayerIO artifact?

Yeah, i could use the provided scope but then the auto-deployment would fail.

Offline

RageQuits1535304726721748

Board footer

Powered by FluxBB

[ Started around 1711641459.2337 - Generated in 0.033 seconds, 10 queries executed - Memory usage: 1.35 MiB (Peak: 1.44 MiB) ]