Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: df7eb573081f34eb440eacf986f97bc347de30b7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# Debugging options for the org.eclipse.m2e.jdt plugin.

# Turn on debugging for the org.eclipse.m2e.jdt plugin.
org.eclipse.m2e.jdt/debug=false

# Plugin initialization
org.eclipse.m2e.jdt/debug/initialization=false

# Maven compilation participant
org.eclipse.m2e.jdt/debug/compilationParticipant=false

Back to the top