Uploaded plugin different from localhost?

Hi, I am facing a weird problem when uploading a plugin I developed. The uploaded plugin is different from localhost (atlas-run). I’ve checked the .jar/.obr files, and they contain the same code as the source code. However, when I go to test it on the server that I uploaded the plugin to, it looks different.

Uploaded plugin on server:

Plugin on localhost:

I’ve ran atlas-mvn package before uploading the .jar/.obr files. What’s going on?

Hi @ChongJingHong, did you make sure to adjust the version in your pom.xml accordingly? I’ve seen things like this happen when a new jar was uploaded to a production system without increasing the version. Ideally you’d use something like atlas-release to create releases.

Cheers,
Sven

2 Likes