Graylog2 / graylog-plugin-pipeline-processor

[DEPRECATED] Graylog Pipeline Message Processor Plugins
https://www.graylog.org/
GNU General Public License v3.0
21 stars 15 forks source link

Release to maven repos #67

Closed mikkolehtisalo closed 7 years ago

mikkolehtisalo commented 8 years ago

Pipeline-processor should be released in the maven repos, like usage-statistics has been. See org.graylog.plugins

This would make building dependencies for 3rd party plugins that implement new functions etc slightly more effortless. For now I just

mvn install:install-file -Dfile=target/graylog-plugin-pipeline-processor-1.1.0-beta.2-SNAPSHOT.jar -DpomFile=pom.xml

and then reference it, but it would be nicer if it was in repos.

kroepke commented 8 years ago

Good point, that was the intention all along, including publishing it on the marketplace, too.

kroepke commented 8 years ago

This is now done for 1.1.0 and 1.1.1. In the future we will automatically deploy to central, leaving this open until we merge that branch.

kroepke commented 7 years ago

2.2 will automatically do that, for 3.0 we will likely merge the plugin into core as it stabilized and is generally useful.