We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Current released jar structure
com |_impetus |___ client |_____ core |_____ kundera-parent |_____ kundera-tests |_____ kundera
It seems bit out of order and confusing. With 2.10 release onwards, this needs to be modified as per proposed structure(see below):
com |impetus |____ kundera |_______ parent |_______ core |_______ client |_______ test
The text was updated successfully, but these errors were encountered:
Fixed on current trunk
Sorry, something went wrong.
groupId for artifacts has been changed from <groupId>com.impetus.client</groupId> TO <groupId>com.impetus.kundera.client</groupId>. For example:
<groupId>com.impetus.client</groupId>
<groupId>com.impetus.kundera.client</groupId>
<dependency> <groupId>com.impetus.client</groupId> <artifactId>kundera-cassandra</artifactId> <version>2.10-SNAPSHOT</version> </dependency>
TO
<dependency> <groupId>com.impetus.kundera.client</groupId> <artifactId>kundera-cassandra</artifactId> <version>2.10-SNAPSHOT</version> </dependency>
mevivs
No branches or pull requests
Current released jar structure
com
|_impetus
|___ client
|_____ core
|_____ kundera-parent
|_____ kundera-tests
|_____ kundera
It seems bit out of order and confusing. With 2.10 release onwards, this needs to be modified as per proposed structure(see below):
com
|impetus
|____ kundera
|_______ parent
|_______ core
|_______ client
|_______ test
The text was updated successfully, but these errors were encountered: