Adam San

Greenhorn
+ Follow
since Sep 26, 2012
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Adam San

Hi,

I use Maven 3.0.4

When executing mvn compile it displays errors like this:



As far as I am concerned (for example) error "cannot find symbol" should look like this:
cannot find symbol
symbol : class PointOfContact
location: class com.whatever.GenericSettings

It should state what symbol cannot be found etc. and it's not displayed.

The details are not given for any errors.
It's the same with mvn compile -e


Is there a way to change it?
11 years ago