Hi:
When I use the command mvn compile,or mvn install the first time, I will get
the warring:
"xxxx is Sun proprietary API and may be removed in a future release".
Then I use the same command again, it will build successfully,that's to say,
although it show the warnning, the classes have been compiled ( I am sure
since I see the targect directory).

And I have try to add a "<compilerArgument>-nowarn</compilerArgument>"
parameter in for the maven-compiler-plugin, things just the same as before.

I wonder why?

Reply via email to