--
You received this message because you are subscribed to the Google Groups "jmeter-plugins" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jmeter-plugin...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi,
You need to consider several things to do it:
1. Find a place where you will host JAR files of your plugin. It can be Maven Central or GitHub Releases, or any https download location
2. Make sure your main plugin JAR name contains version number, as Maven standard naming suggests
3. Identify all required library JARs that your plugin will need, ensure download location is present for them
4. Prepare a PR for your new plugin (example: https://github.com/undera/jmeter-plugins/pull/283/files). It has to have:
a) Good name and description, screenshot and documentation
hyperlink
b) Marker classes list, so plugin autodetection will work for it
c) download link for plugin itself and its libraries
This is roughly the process. I will review the PR and if it looks good, will accept it. It will then become present for all users in their Plugin Managers.
--
Somebody has to build the JAR for users. If you don't want to do that, there is no other way to get into Plugins Manager repositories.
I believe building and uploading JAR file into GitHub release is not too hard.
The documentation quality is up to you, it's your face. I'd add some screenshots, people love to see what they supposed to get.
All the requirements are listed in my previous email.
--
Hi,
markerClass has to be JSON list of class names. Also, having a
screenshot URL helps to make it more attractive to users. All the
rest looks fine for me.
This code has to be PR via GitHub, changing various.json file.
--
It's on your side to propose JSON file change.
For example, you can use this guide: https://help.github.com/articles/editing-files-in-another-user-s-repository/
--
--
You received this message because you are subscribed to a topic in the Google Groups "jmeter-plugins" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/jmeter-plugins/xkhtVT3XZhQ/unsubscribe.
To unsubscribe from this group and all its topics, send an email to jmeter-plugin...@googlegroups.com.