There is not facility for writing plugins in Scala that I'm aware of. Writing the actual plugin code itself is not a problem. But what happens as part of plugin development with Java is that a process walks through the code to create a plugin.xml file and this processor for dealing with Scala code isn't available to my knowledge.
The plugin.xml file looks like following. I took this out of the maven-assembly-plugin: https://gist.github.com/1355209 Not exactly the easiest thing to write by hand, but if you did you could write your plugin in Scala. There are other processor if you want to look at making it work for Scala: http://svn.apache.org/repos/asf/maven/plugin-tools/trunk/ On Nov 9, 2011, at 9:19 PM, Eric Kolotyluk wrote: > Is there an archetype for a Maven plugin that is coded in Scala? > > Cheers, Eric > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > Thanks, Jason ---------------------------------------------------------- Jason van Zyl Founder, Apache Maven http://twitter.com/jvanzyl --------------------------------------------------------- Simplex sigillum veri. (Simplicity is the seal of truth.)
