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.
Pages: 1
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
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?)
Ingame: marten22 My steam: MartenM
Offline
Pages: 1
[ Started around 1732196356.8271 - Generated in 0.035 seconds, 10 queries executed - Memory usage: 1.35 MiB (Peak: 1.45 MiB) ]