Re: maven 1.0 java:compile
Thomas Vandahl <[email protected]> Sat, 18 Jun 2011 11:45:38 +0200
| Newsgroups | gmane.comp.jakarta.turbine.user |
|---|---|
| Message-ID | <[email protected]> |
On 16.06.11 22:13, mrab wrote: > > Sorry if this is an elementary question, but I can't figure this out! When I > compile my turbine-2.3.3 application using maven java:compile I get messages > like, > > [javac] Note: HardwareAction.java uses or overrides a deprecated API. > [javac] Note: Recompile with -Xlint:deprecation for details. > > I don't see any 'deprecation' options on maven 1.0. > The 'Xlint' options are not valid with javac, at least not the version I'm > using. > I tried using 'javac -deprecation', but get 'does not exist' errors on all > of the packages. > > I have spent the last few weeks upgrading from Turbine 2.1 to 2.3.3 and I > would like to make sure that I have everything current now! > > What is the correct way to get the deprecation information with maven? You may find the required information in the maven docs, like here http://maven.apache.org/maven-1.x/plugins/java/ Bye, Thomas.