-
Notifications
You must be signed in to change notification settings - Fork 37
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
Example archetype doesn't build unless POM is manually changed #61
Comments
Hi @binarymax many thansk for entering this. The issue is already a great help, indeed. I'll fix that as soon as possible. In the meantime, were you able to use RRE? |
Hi @agazzarini, thanks for the response. Yes, I've been using it and can now generate evaluation json files! As per the above issue - the version does work when it is 6.3.2. It is unclear to me how I can find out which versions of elastic are officially supported. Also I get an exception when I try to enable sending an evaluation to the report server. I will open a separate issue for that - but I didn't want to overwhelm you since I'm sure you are busy. Thanks again. |
Hi @binarymax no problem at all, I'm happy to help you. Which exception you get about the report server? [1] https://github.com/SeaseLtd/rated-ranking-evaluator/wiki/Supported%20Versions |
Hi @binarymax I put your changes (many thanks again) in the archetype pom.xml. Generally speaking, the self-hosted Maven repository is quite a nightmare, if you get some other issue, please give me a shout. Many thanks again, BTW: great to see you again Max (we met at the London Haystack), sorry I didn't have a look at your profile photo. |
Thanks @agazzarini ...I don't know how I missed that version file. Indeed setting it to the latest supported ES version worked. I've been busy but am planning to open a separate issue with the report server. I'll try to do that soon. Also good to see you at Haystack, hope to see you again at future events! |
Just tested the example generated project again and with the new pom it builds fine without any manual changes :) |
Hi again! At first I was unable to get the example archetype to build after generation. So I needed to modify the POM manually.
Here was my command:
mvn archetype:generate -Psease -B -DarchetypeGroupId=io.sease -DarchetypeArtifactId=rre-maven-elasticsearch-archetype -DarchetypeVersion=1.0 -DgroupId=com.osc.rretest -DartifactId=elasticsearch-project-rretest -Dversion=1.0 -DesVersion=6.4.2
Here is the generated pom.xml (which is incorrect):
And here is how I fixed it (by manually adding pluginRepositories and removing the version which did not exist):
I'm not really a java programmer, so am not sure how to best contribute a fix for this. I am happy to modify the archetype instructions though if you like.
The text was updated successfully, but these errors were encountered: