Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Where are builds published? #20

Open
csandersdev opened this issue Oct 8, 2020 · 3 comments
Open

Where are builds published? #20

csandersdev opened this issue Oct 8, 2020 · 3 comments

Comments

@csandersdev
Copy link

I want to include link to the JAR of the this service in a client library I am building so that I can take advantage of the constants (PARAM_TO_OPTIONS_MAP, ELM_JSON_TYPE, ELM_XML_TYPE, etc.) and utilize the server for testing purposes. I looked in both the Maven Central and Sontatype Public repositories and the jar doesn't exist in either location. Are the builds somewhere else? I understand that it gets published as a Docker image, but I want the Java dependency.

This is what is failing to resolve:

		<dependency>
			<groupId>org.mitre.bonnie</groupId>
			<artifactId>cqlTranslationServer</artifactId>
			<version>1.4.8</version>
		</dependency>
@cmoesel
Copy link
Member

cmoesel commented Oct 8, 2020

No, I don't believe we've published this as a library to Maven Central or Sonatype. So far, I think most users of this service have either used docker or built the jar locally. I don't know if org.mitre.bonnie is the right group ID to use at this point. We might want to consider using the same group as the cql-to-elm libraries. @brynrhodes -- what do you think?

@brynrhodes
Copy link
Member

@cmoesel , @csandersdev , yes, happy to add support for publishing these to the cqframework.info, that makes sense since the repository is in the same github organization.

@msargentibm
Copy link

Hi folks -- was there any movement on publishing this as a library in cqframework.info?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants