Open Masber opened 5 years ago
You can get it to build with mvn -Pquick
(the quick
profile disables all checks).
It's strange though, this works fine for me on master. Did you perhaps change the upstream version to 1.4?
I am using phenotips v.1.4.1 tar.gz file and clinical-text-analysis-extension v.1.0
not sure whether that asnwers your question. I am also putting here the changes I did to the pom files in order to make maven aware of clinical-text-analysis-extension
parent pom
...
<groupId>org.phenotips</groupId>
<artifactId>phenotips-parent</artifactId>
<version>1.4.1</version>
<packaging>pom</packaging>
...
components pom
<modules>
...
<module>clinical-text-analysis</module>
</modules>
clinical-text-analysis-extension pom
<parent>
<groupId>org.phenotips</groupId>
<artifactId>phenotips-components</artifactId>
<version>1.4.1</version>
</parent>
Please do not hesitate to let me know if need anything else
ok,
mvn -Pquick is successful on parent is successful and I can build the standalone distribution. However the clinical-text-analysis-extension is not present when I run phenotips standalone.
I created the build form master as suggested.
any idea?
Hi,
I am trying to build/install clinical-text-analysis but it complains about the dependencies.
Any thoughts?
thank you very much