Hi,
I noticed that the new modules have a parent pom reference like this:
<artifactId>jackrabbit-oak</artifactId>
<groupId>org.apache.jackrabbit</groupId>
<version>1.8-SNAPSHOT</version>
while existing modules use:
<groupId>org.apache.jackrabbit</groupId>
<artifactId>oak-parent</artifactId>
<version>1.8-SNAPSHOT</version>
<relativePath>../oak-parent/pom.xml</relativePath>
Is this intentional? One side effect is that new modules are not deployed.
In my view, they should all reference oak-parent.
Regards
Marcel