- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Scalac --optimised and maven buidl
Dear all,I am building a maven project containing both Scala and Java classes. Which setting should I add to make the scalac optimise java bytecode?
Best RegardsEdmondo
Best RegardsEdmondo










Re: Scalac --optimised and maven buidl
http://scala-tools.org/mvnsites/maven-scala-plugin/compile-mojo.html#args
Something like:
<plugin> <groupId>org.scala-tools</groupId> <artifactId>maven-scala-plugin</artifactId> <configuration></args></configuration> </plugin>On Mon, Jan 23, 2012 at 3:04 AM, Edmondo Porcu <edmondo [dot] porcu [at] gmail [dot] com> wrote: