Skip to content

Commit

Permalink
Merge pull request #105 from eMoflon/feature/enable-maven-javadoc-dow…
Browse files Browse the repository at this point in the history
…nload

Maven: enables the JavaDoc download per default
  • Loading branch information
maxkratz committed Apr 3, 2024
2 parents 52fb9f4 + 657188e commit c13ba4f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions resources/emoflon_dev.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ org.eclipse.egit.core/core_defaultRepositoryDir=${workspace_loc}/git
#
# Disable console log output limitation
org.eclipse.debug.ui/Console.limitConsoleOutput=false
#
# Allow Maven to download JavaDoc
org.eclipse.m2e.core/eclipse.m2.downloadJavadoc=true
3 changes: 3 additions & 0 deletions resources/emoflon_user.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ org.eclipse.debug.ui/Console.limitConsoleOutput=false
#
# Set default perspective to eMoflon
org.eclipse.ui/defaultPerspectiveId=org.moflon.ide.ui.MoflonPerspective
#
# Allow Maven to download JavaDoc
org.eclipse.m2e.core/eclipse.m2.downloadJavadoc=true

0 comments on commit c13ba4f

Please sign in to comment.