Something like:

      <plugin>
        <groupId>org.scala-tools</groupId>
        <artifactId>maven-scala-plugin</artifactId>
        <version>2.12.2</version>
        <configuration>
          <jvmArgs>
            <jvmArg>-Xmx1024m</jvmArg>
          </jvmArgs>
          <args>
            <arg>-unchecked</arg>
            <arg>-deprecation</arg>
            <arg>-Xno-varargs-conversion</arg>
          </args>
        </configuration>
        </executions>
      </plugin>

On Jan 13, 10:01 am, GA <my_li...@me.com> wrote:
> Hello guys,
>
> I have a very silly question.
>
> when I run the mvn command to compile the classes, I receive the following 
> message:
>
> warning: there were deprecation warnings; re-run with -deprecation for details
> one warning found
>
> How can I do to see the messages? I tried to add -deprecation to the mvn 
> command but it does not recognize it.
>
> Thanks in advance,
>
> GA
-- 
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to lift...@googlegroups.com.
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en.


Reply via email to