Note that there are some explanatory texts on larger screens.

plurals
  1. UStgrigoryan
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. COThe most embarrassing is that everything works fine if parent pom is just deployed from the same machine or is installed on the same machine. When parent is downloaded from repository maven site plugin does not find it. But rest works fine again, i.e. compile, deploy and etc.
      singulars
    2. CO<relativePath/> forces maven to download parent POM from the repository, instead of looking it up in the structure. If I remove it maven shows warnings because it starts to think that the parent is in ../pom.xml, which is not true. Regarding the aggregation and inheritance. It is OK to have different parent and aggregation POMs. Here is the link: [Aggregation vs Inheritance](http://maven.apache.org/pom.html#Inheritance_v)
      singulars
    3. COFor our project I have created one root pom which defines all common properties, distribution management and etc. Then it is inherited with another one, which is used for pure java (jar) projects. I really can't compromise the structure. If it has to work, why it has not? Moreover, I have looked into Maven's POMs. They have similar structure as well, although they provide the relative path to parents (not aggregations) instead of loading them from repository.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload