You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by alain <al...@hotmail.com> on 2003/11/14 11:35:01 UTC

org.uddi4j.client.UDDIProxy has been deprecated problem

Hi,
I have compiled my project,and the maven jar command will notified me that there are some deprecated problem. I am sure my project uses some method that has been deprecated,but how can I set the javac option -deprecated?

Alain

Re: org.uddi4j.client.UDDIProxy has been deprecated problem

Posted by Tomasz Pik <pi...@ais.pl>.
alain wrote:

> Hi,
> I have compiled my project,and the maven jar command will notified me that there are some deprecated problem. I am sure my project uses some method that has been deprecated,but how can I set the javac option -deprecated?

Adding
maven.compile.deprecation=true
to your project.properties file?

See http://maven.apache.org/reference/plugins/java/properties.html

Regards,
Tomek

> Alain




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