Cool, now "mvn package" more or less works (though I would recommend documenting still how to disable the tests)
There were still some errors from the scala library: [INFO] Checking for multiple versions of scala [INFO] includes = [**/*.scala,**/*.java,] [INFO] excludes = [] [INFO] /Users/petri/Development/jOOQ/jOOQ-scala/src/test/scala:-1: info: compiling [INFO] Compiling 3 source files to /Users/petri/Development/jOOQ/jOOQ-scala/target/test-classes at 1361882499742 [ERROR] /Users/petri/Development/jOOQ/jOOQ-scala/src/test/scala/org/jooq/scala/example/Test.scala:45: error: object h2 is not a member of package org.jooq.scala.example [INFO] import org.jooq.scala.example.h2.Tables._ [INFO] ^ [ERROR] /Users/petri/Development/jOOQ/jOOQ-scala/src/test/scala/org/jooq/scala/test/ArithmeticExpressionTest.scala:8: error: object h2 is not a member of package org.jooq.scala.example [INFO] import org.jooq.scala.example.h2.Tables._ [INFO] ^ [ERROR] /Users/petri/Development/jOOQ/jOOQ-scala/src/test/scala/org/jooq/scala/test/ComparisonPredicateTest.scala:7: error: object h2 is not a member of package org.jooq.scala.example [INFO] import org.jooq.scala.example.h2.Tables._ [INFO] ^ [ERROR] three errors found -- You received this message because you are subscribed to the Google Groups "jOOQ User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
