ParticleSFX icon indicating copy to clipboard operation
ParticleSFX copied to clipboard

Cant Getting Started

Open stitchinger opened this issue 1 year ago • 4 comments

When I just add the dependency in the poml

<dependency>
            <groupId>hm.zelha</groupId>
            <artifactId>particlesfx</artifactId>
            <version>1.21</version>
</dependency>

I get the following error:

` hm.zelha:particlesfx:jar:1.21 was not found in https://oss.sonatype.org/content/groups/public/ during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of sonatype has elapsed or updates are forced

`

I really dont need to add a repository to the poml? Sorry for the dumb question

stitchinger avatar Aug 10 '24 13:08 stitchinger

Same as https://github.com/hmzel/ParticleSFX/issues/3. @hmzel is the code supposed to be in the central repository?

BuggyAl avatar Aug 11 '24 03:08 BuggyAl

Copying the files from the package assets into the C:/Users/USER/.m2/repository/hm/zelha/particlesfx/1.21/ folder seems to be a temporary fix for anyone else struggling.

(you don't need the .md5 or .sha files from the assets)

BuggyAl avatar Aug 11 '24 03:08 BuggyAl

Copying the files from the package assets into the C:/Users/USER/.m2/repository/hm/zelha/particlesfx/1.21/ folder seems to be a temporary fix for anyone else struggling.

(you don't need the .md5 or .sha files from the assets)

Thanks. That works

stitchinger avatar Aug 11 '24 12:08 stitchinger

@hmzel Bump, this is impacting github actions CI builds

BuggyAl avatar Sep 09 '24 14:09 BuggyAl

@BuggyAl I figured out the problem- turns out what i put in my maven's settings.xml to release the package also allows me to access the package, but no one else can. This was my first time doing anything package/release related so I had no idea. I'll try to see if i can fix it

hmzel avatar Jun 05 '25 17:06 hmzel

Done. ParticleSFX is now uploaded to Maven Central, i will update the readme shortly

hmzel avatar Jun 11 '25 16:06 hmzel