Skip to content

Provides support for hosting a private repository of IntelliJ plugins.

License

Notifications You must be signed in to change notification settings

bradhandy/intellij-plugin-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

intellij-plugin-server

The intention of this project is to mimic the JetBrains plugin repository so an organization/individual can host a plugin server without an involved publishing process.

The server currently reads the plugin.xml files within the deployed plugins to generate an available plugin list at the time of request. There are no performance enhancements to cache the available plugins at this time. The list is filtered by the build number provided by a JetBrains product, and the information from the most recently modified archive is returned to the requester.

Packaging

./gradlew[.bat] build

This will generate the plugin-server-[version].jar file which contains everything to run the server.

Execution

java [-Doption=value ...] -jar [path-to-jar]/plugin-server-[version].jar

About

Provides support for hosting a private repository of IntelliJ plugins.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published