This is an automated email from the ASF dual-hosted git repository. radu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-tooling-release.git
commit b649c164145e05c613e120c5270de22cf82a4064 Author: Robert Munteanu <[email protected]> AuthorDate: Tue Oct 23 13:27:30 2018 +0200 Add patch for jcr.repoinit For some reason, the Javadoc aggregator fails without this patch. --- patches/sling-org.apache.sling.jcr.repoinit-1.1.8 | 57 +++++++++++++++++++++++ 1 file changed, 57 insertions(+) diff --git a/patches/sling-org.apache.sling.jcr.repoinit-1.1.8 b/patches/sling-org.apache.sling.jcr.repoinit-1.1.8 new file mode 100644 index 0000000..4a2347f --- /dev/null +++ b/patches/sling-org.apache.sling.jcr.repoinit-1.1.8 @@ -0,0 +1,57 @@ +diff --git a/pom.xml b/pom.xml +index dae9123..b9dadd9 100644 +--- a/pom.xml ++++ b/pom.xml +@@ -107,52 +107,6 @@ + </execution> + </executions> + </plugin> +- <plugin> +- <!-- the Sling instance is provisioned from the model in src/main/provisioning/model.txt --> +- <groupId>org.apache.sling</groupId> +- <artifactId>slingstart-maven-plugin</artifactId> +- <version>1.7.16</version> +- <extensions>true</extensions> +- <executions> +- <execution> +- <id>prepare-launchpad-package</id> +- <phase>pre-integration-test</phase> +- <goals> +- <goal>prepare-package</goal> +- </goals> +- </execution> +- <execution> +- <id>build-launchpad-package</id> +- <phase>pre-integration-test</phase> +- <goals> +- <goal>package</goal> +- </goals> +- </execution> +- <execution> +- <id>start-container-before-IT</id> +- <goals> +- <goal>start</goal> +- </goals> +- </execution> +- <execution> +- <id>stop-container-after-IT</id> +- <goals> +- <goal>stop</goal> +- </goals> +- </execution> +- </executions> +- <configuration> +- <usePomDependencies>true</usePomDependencies> +- <attachArtifact>false</attachArtifact> +- <servers> +- <server> +- <id>singleinstance</id> +- <port>${http.port}</port> +- <vmOpts>${sling.vm.options}</vmOpts> +- </server> +- </servers> +- </configuration> +- </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-failsafe-plugin</artifactId>
