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

Building and or tarball download #2

Closed
lance0821 opened this issue Feb 16, 2016 · 1 comment
Closed

Building and or tarball download #2

lance0821 opened this issue Feb 16, 2016 · 1 comment

Comments

@lance0821
Copy link

I am trying to build the source, but I am getting failures due to forbidden method invocations.

Failed to execute goal de.thetaphi:forbiddenapis:2.0:check (check-forbidden-apis) on project elassandra:

The link to the tarball release also appears to be broken. I would really like to check this project as an alternative to the Datastax distribution and their search based on Solr.

@lance0821
Copy link
Author

well I posted too soon I was able to get it to build by adding
<plugin>
<groupId>de.thetaphi</groupId>
<artifactId>forbiddenapis</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>

@vroyer vroyer closed this as completed Mar 13, 2016
DBarthe added a commit that referenced this issue Oct 18, 2018
DBarthe added a commit that referenced this issue Oct 18, 2018
* deb/rpm: declare java runtime as a dependency, update version of ospackage in the meanwhile

* update rpm and deb installation documentation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants