সত্যটি হ'ল সোলার প্রকল্প ডিরেক্টরিটি মাইপ্রজেক্ট প্যারেন্ট ডিরেক্টরিগুলির মধ্যে রয়েছে (তবে 2 এর মধ্যে কোনও মডিউল বা কোনও খাঁটি সম্পর্ক নেই, কেবল এফএস সুবিধা)। আমি কি এটি বাইরে রাখতে হবে?
$ mvn -DskipTests clean install
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.apache.lucene:lucene-solr-grandparent:pom:3.1-SNAPSHOT
[WARNING] 'parent.relativePath' points at com.mycompany:MyProject instead of org.apache:apache, please verify your project structure @ line 23, column 11
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
থেকে pom.xml
:
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
<version>8</version>
</parent>
$ pwd
/Users/simpatico/ws/MyProjectBaseDir/solr