Skip to content

Commit 657188e

Browse files
committed
Enables the JavaDoc download for Maven per default
1 parent 52fb9f4 commit 657188e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

resources/emoflon_dev.properties

+3
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ org.eclipse.egit.core/core_defaultRepositoryDir=${workspace_loc}/git
99
#
1010
# Disable console log output limitation
1111
org.eclipse.debug.ui/Console.limitConsoleOutput=false
12+
#
13+
# Allow Maven to download JavaDoc
14+
org.eclipse.m2e.core/eclipse.m2.downloadJavadoc=true

resources/emoflon_user.properties

+3
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,6 @@ org.eclipse.debug.ui/Console.limitConsoleOutput=false
1212
#
1313
# Set default perspective to eMoflon
1414
org.eclipse.ui/defaultPerspectiveId=org.moflon.ide.ui.MoflonPerspective
15+
#
16+
# Allow Maven to download JavaDoc
17+
org.eclipse.m2e.core/eclipse.m2.downloadJavadoc=true

0 commit comments

Comments
 (0)