aboutsummaryrefslogtreecommitdiff
path: root/core/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'core/pom.xml')
-rw-r--r--core/pom.xml23
1 files changed, 0 insertions, 23 deletions
diff --git a/core/pom.xml b/core/pom.xml
index e35694e9e9..40a64beccd 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -481,29 +481,6 @@
</plugins>
</build>
</profile>
- <profile>
- <id>sparkr-docs</id>
- <build>
- <plugins>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>exec-maven-plugin</artifactId>
- <executions>
- <execution>
- <id>sparkr-pkg-docs</id>
- <phase>compile</phase>
- <goals>
- <goal>exec</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <executable>..${path.separator}R${path.separator}create-docs${script.extension}</executable>
- </configuration>
- </plugin>
- </plugins>
- </build>
- </profile>
</profiles>
</project>