>> I have change my jdk version to 1.6.0_18,and when I use mvn clean install ,
> thing do not change, I still got the warnning:
> "xxxx is Sun proprietary API and may be removed in a future release".

The simplest way to stop triggering those warnings is to STOP using
those APIs. Its that simple. I'm reasonably certain there are open
source versions of everything you might be using in com.sun.* and
sun.misc.* etc. Spend 10 minutes and change your code and
dependencies.

Wayne

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to