DATAMONGO-1901 - Added project.root configuration to make JavaDoc generation work again.
Related ticket: https://github.com/spring-projects/spring-data-build/issues/527.
This commit is contained in:
@@ -17,6 +17,7 @@
|
|||||||
<jpa>2.1.1</jpa>
|
<jpa>2.1.1</jpa>
|
||||||
<hibernate>5.2.1.Final</hibernate>
|
<hibernate>5.2.1.Final</hibernate>
|
||||||
<java-module-name>spring.data.mongodb.cross.store</java-module-name>
|
<java-module-name>spring.data.mongodb.cross.store</java-module-name>
|
||||||
|
<project.root>${basedir}/..</project.root>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|||||||
@@ -19,6 +19,7 @@
|
|||||||
<objenesis>1.3</objenesis>
|
<objenesis>1.3</objenesis>
|
||||||
<equalsverifier>1.7.8</equalsverifier>
|
<equalsverifier>1.7.8</equalsverifier>
|
||||||
<java-module-name>spring.data.mongodb</java-module-name>
|
<java-module-name>spring.data.mongodb</java-module-name>
|
||||||
|
<project.root>${basedir}/..</project.root>
|
||||||
<multithreadedtc>1.01</multithreadedtc>
|
<multithreadedtc>1.01</multithreadedtc>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
@@ -146,7 +147,7 @@
|
|||||||
<version>1.0.1</version>
|
<version>1.0.1</version>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>javax.interceptor</groupId>
|
<groupId>javax.interceptor</groupId>
|
||||||
<artifactId>javax.interceptor-api</artifactId>
|
<artifactId>javax.interceptor-api</artifactId>
|
||||||
@@ -296,7 +297,7 @@
|
|||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
|
||||||
<plugins>
|
<plugins>
|
||||||
|
|
||||||
<plugin>
|
<plugin>
|
||||||
@@ -348,8 +349,8 @@
|
|||||||
</properties>
|
</properties>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
||||||
</plugins>
|
</plugins>
|
||||||
|
|
||||||
</build>
|
</build>
|
||||||
</project>
|
</project>
|
||||||
|
|||||||
Reference in New Issue
Block a user