Paul Robinson created JBTM-1749:
-----------------------------------
Summary: Failure building Javadoc when JAVA_HOME is empty
Key: JBTM-1749
URL:
https://issues.jboss.org/browse/JBTM-1749
Project: JBoss Transaction Manager
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Build System
Environment: Mac OSX
Reporter: Paul Robinson
Assignee: Paul Robinson
Priority: Minor
Fix For: 5.0.0.M4
To reproduce:
# export JAVA_HOME=
# /opt/apache-maven-3.0.5/bin/mvn clean install -DskipTests -f
./ArjunaJTA/narayana-jta/pom.xml
It also happens if you use the maven version in tools/maven (also version 3.0.5).
This doesn't fail:
# export JAVA_HOME=
# /opt/apache-maven-3.0.3/bin/mvn clean install -DskipTests -f
./ArjunaJTA/narayana-jta/pom.xml
Currently only seen this on a Mac. Would be good if a linux user could try to reproduce.
--
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