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

Publish annotations via Maven #15

Closed
rhwood opened this issue Aug 31, 2016 · 2 comments
Closed

Publish annotations via Maven #15

rhwood opened this issue Aug 31, 2016 · 2 comments
Assignees
Labels

Comments

@rhwood
Copy link

rhwood commented Aug 31, 2016

Can you please publish the annotations jar via maven, so it can be used in maven-based projects or recommend which of the existing published versions at Maven Central should be used?

@Tembrel Tembrel self-assigned this Aug 31, 2016
@Tembrel
Copy link
Member

Tembrel commented Aug 31, 2016

Is this not sufficient? (It's what I use.)

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <groupId>net.jcip</groupId>
  <artifactId>jcip-annotations</artifactId>
  <packaging>jar</packaging>
  <version>1.0</version>
  <name>"Java Concurrency in Practice" book annotations</name>
  <url>http://jcip.net/</url>

</project>

@Tembrel Tembrel closed this as completed Aug 31, 2016
@rhwood
Copy link
Author

rhwood commented Aug 31, 2016

That works, thanks. A search for net.jcip.annotations (the package name) buries your package off the first page. Sorry about not searching past the first page.

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

No branches or pull requests

2 participants