[
https://issues.jboss.org/browse/JBIDE-15928?page=com.atlassian.jira.plugi...
]
Nick Boldt commented on JBIDE-15928:
------------------------------------
Applied your PR locally and built but other than the console log, I don't see where
the javadoc is produced. Where is it? Needs to be in a folder or zip for me to publish
it...
{code}
[INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (default-cli) @
org.jboss.reddeer.tests.feature >>>
[INFO] --- tycho-packaging-plugin:0.18.0:build-qualifier-aggregator
(default-build-qualifier-aggregator) @ org.jboss.reddeer.tests.feature ---
[INFO] --- tycho-packaging-plugin:0.18.0:validate-id (default-validate-id) @
org.jboss.reddeer.tests.feature ---
[INFO] --- tycho-packaging-plugin:0.18.0:validate-version (default-validate-version) @
org.jboss.reddeer.tests.feature ---
[INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (default-cli) @
org.jboss.reddeer.tests.feature <<<
[INFO] --- maven-javadoc-plugin:2.9.1:javadoc (default-cli) @
org.jboss.reddeer.tests.feature ---
{code}
Tweak publish.sh to allow copying of javadoc along with the p2 repo
-------------------------------------------------------------------
Key: JBIDE-15928
URL:
https://issues.jboss.org/browse/JBIDE-15928
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: build
Affects Versions: 4.1.1.Beta1
Reporter: Martin Malina
Assignee: Martin Malina
Fix For: 4.1.x, 4.1.2
We would like to be able to publish javadoc regularly along with the p2 repo.
E.g. we have this:
http://download.jboss.org/jbosstools/builds/staging/RedDeer_master/all/repo/
Generated by:
https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevS...
Using publish.sh:
http://raw.github.com/jbosstools/jbosstools-build-ci/master/publish/publi...
We would like to get something like this:
http://download.jboss.org/jbosstools/builds/staging/RedDeer_master/all/ja...
To generate javadoc of RedDeer, you need to run:
mvn install
mvn javadoc:javadoc
See this PR that adds javadoc support for RedDeer:
https://github.com/jboss-reddeer/reddeer/pull/46
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira