aboutsummaryrefslogtreecommitdiff
path: root/core/pom.xml
diff options
context:
space:
mode:
authorShivaram Venkataraman <shivaram@cs.berkeley.edu>2015-06-04 12:52:16 -0700
committerShivaram Venkataraman <shivaram@cs.berkeley.edu>2015-06-04 12:52:16 -0700
commit3dc005282a694e105f40e429b28b0a677743341f (patch)
treedbefabb3bf9640e0beaca073bac3818dd53c4658 /core/pom.xml
parentcd3176bd86eafa09a5e11baf3636861c1f46e844 (diff)
downloadspark-3dc005282a694e105f40e429b28b0a677743341f.tar.gz
spark-3dc005282a694e105f40e429b28b0a677743341f.tar.bz2
spark-3dc005282a694e105f40e429b28b0a677743341f.zip
[SPARK-8027] [SPARKR] Move man pages creation to install-dev.sh
This also helps us get rid of the sparkr-docs maven profile as docs are now built by just using -Psparkr when the roxygen2 package is available Related to discussion in #6567 cc pwendell srowen -- Let me know if this looks better Author: Shivaram Venkataraman <shivaram@cs.berkeley.edu> Closes #6593 from shivaram/sparkr-pom-cleanup and squashes the following commits: b282241 [Shivaram Venkataraman] Remove sparkr-docs from release script as well 8f100a5 [Shivaram Venkataraman] Move man pages creation to install-dev.sh This also helps us get rid of the sparkr-docs maven profile as docs are now built by just using -Psparkr when the roxygen2 package is available
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>