Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 9c79ceb929425351c877e28a07a1b9c6e4a03c7a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Debugging options for the org.eclipse.m2e plugin.

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

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

# Maven builder
org.eclipse.m2e/debug/builder=false

# Maven project facade
org.eclipse.m2e/debug/projectManager=false


# legacy options

# plugin 
org.eclipse.m2e/plugin=false

# launcher activity
org.eclipse.m2e/launcher=false

# actions activity
org.eclipse.m2e/actions=false

# console activity
org.eclipse.m2e/console=false

Back to the top