UnitTestBot / UTBotJava

Automated unit test generation and precise code analysis for Java
Apache License 2.0
132 stars 40 forks source link

publish CLI on Maven Central #2669

Open liblit-at-amazon opened 11 months ago

liblit-at-amazon commented 11 months ago

Description

I would like to use UTBotJava's command-line interface as part of a larger project. Specifically, I am interested in the JAR file that builds under utbot-cli. My employer's open-source policies and infrastructure make it difficult for me to import and build UTBotJava directly from this GitHub project. However, if the utbot-cli JAR were published to Maven Central, then I could use that component as a dependency much more easily.

Expected behavior

The JAR archive that implements UTBotJava's command-line interface should be available as a resolvable dependency from Maven Central.

Context

6 looks like it began as a request for the CLI and IntelliJ IDEA plugins to be published to Maven Central. @victoriafomina subsequently narrowed the title to refer only to the CLI, and also closed the request "because Maven Central is not the place for IntelliJ IDEA plugins." I agree regarding IntelliJ IDEA plugins, but there would still be value in having the CLI jar available via Maven Central. Please consider making at least that one JAR easy for others to use as a dependency. Thank you!