Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Peter N. Steinmetz
Total activity
14
Last activity
April 02, 2021 19:05
Member since
August 05, 2020 18:14
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
2
Activity overview
Posts (2)
Comments (10)
Sort by recent activity
Recent activity
Votes
Created
April 02, 2021 19:05
OK, so how does one get the exact way that maven is being invoked by IntelliJ IDEA? The environment and all command line settings?
Community
IntelliJ IDEA Users
Maven not finding JavaDoc command
0 votes
Created
April 02, 2021 18:59
I guess I am still having a hard time understanding this. I don't think I am an atypical user so this strikes me as unnecessarily complicated. What differences are you referring to here as being r...
Community
IntelliJ IDEA Users
Maven not finding JavaDoc command
0 votes
Created
April 02, 2021 18:41
I should also note that the command line is using a homebrew installed version of maven. mvn --version gives Apache Maven 3.6.0 (97c98ec64a1fdfee7767ce5ffb20918da4f719f3; 2018-10-24T11:41:47-07:0...
Community
IntelliJ IDEA Users
Maven not finding JavaDoc command
0 votes
Created
April 02, 2021 18:40
No. From the command line, without a JAVA_HOME set, mvn package works and builds the javadocs. 'javadoc --version' gives javadoc 12.0.2 and 'which javadoc' gives /usr/bin/javadoc. '/usr/libexec/j...
Community
IntelliJ IDEA Users
Maven not finding JavaDoc command
0 votes
Edited
April 02, 2021 18:34
In answer to the query, I unset JAVA_HOME and added the following to the pom file. When I did that, it will package properly from the command line producing the javadocs. So I guess the answer is y...
Community
IntelliJ IDEA Users
Maven not finding JavaDoc command
0 votes
Created
April 02, 2021 18:20
Thanks for the temporary fix. The following ~/Library/LaunchAgents/environment.plist file does seem to work after doing a 'launchctl load ~/Library/LaunchAgents/environment.plist' command. But whi...
Community
IntelliJ IDEA Users
Maven not finding JavaDoc command
0 votes
Created
April 02, 2021 18:05
Can you tell me exactly which file and what content for Mac OS 11.2.3 and the commands that need to follow? The StackOverflow link has a lot of detail for some other case. I think if this is going...
Community
IntelliJ IDEA Users
Maven not finding JavaDoc command
0 votes
Created
April 02, 2021 18:00
I had a look at the stack overflow item and this is frankly very confusing. What do you suggest as the proper way to fix this for IntelliJ IDEA running on the new versions of MacOS X? It seems lik...
Community
IntelliJ IDEA Users
Maven not finding JavaDoc command
0 votes
Created
March 29, 2021 18:25
Is there are reason why IntelliJ does not pick this up from the users command line profile? It is weird that even with the javadoc executable path set directly in the Maven configuration it is not...
Community
IntelliJ IDEA Users
Maven not finding JavaDoc command
0 votes
Created
August 06, 2020 18:20
Thanks, but where is this Attach? I see Attach to a process under the Run menu, but that doesn't seem like what is meant.
Community
PyCharm
How to use locally built package?
0 votes