<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-6374583985636407395.post4941850890756474582..comments</id><updated>2009-04-09T09:34:57.394-07:00</updated><category term='user_group'/><category term='scala'/><category term='PL research'/><category term='scala-blogs.org'/><category term='actors'/><category term='tutorial'/><category term='monad'/><category term='teaser'/><category term='community'/><category term='XML'/><category term='parsing'/><category term='new release'/><category term='reified types'/><category term='meta-programming'/><category term='pdx'/><category term='lift'/><category term='links'/><category term='sample'/><category term='mapreduce'/><category term='hadoop'/><category term='scala static dynamic'/><category term='comet'/><category term='user group'/><category term='osgi'/><category term='manifests'/><category term='smr'/><category term='combinators'/><category term='brisbane'/><category term='official'/><category term='type erasure'/><category term='twitter'/><category term='portland'/><category term='typechecking'/><category term='project euler'/><category term='class'/><category term='gdata'/><category term='variable binding'/><category term='october'/><category term='release'/><category term='sxr'/><category term='boston'/><category term='melbourne'/><category term='tool:maven'/><title type='text'>Comments on Scala Blog: maven for scala</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://www.scala-blogs.org/feeds/4941850890756474582/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6374583985636407395/4941850890756474582/comments/default'/><link rel='alternate' type='text/html' href='http://www.scala-blogs.org/2008/01/maven-for-scala.html'/><author><name>Steve Jenson</name><uri>http://www.blogger.com/profile/09686593839106107926</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/-z-C5VW1Iqcc/TssXb0xNUWI/AAAAAAAAAYU/9HTuwKzKAGo/s220/stevej_ded_profile-1.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>12</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-6374583985636407395.post-4530688287251825768</id><published>2009-04-09T09:34:00.000-07:00</published><updated>2009-04-09T09:34:00.000-07:00</updated><title type='text'>Thanks for your article. I was very helpful to me....</title><content type='html'>Thanks for your article. I was very helpful to me.&lt;BR/&gt;&lt;BR/&gt;If you're using Eclipse plugIn, you can create Scala Project easily, too.&lt;BR/&gt;&lt;BR/&gt;Plz, check my article, too. thanks. again.&lt;BR/&gt;&lt;BR/&gt;http://kennyground.blogspot.com/2009/04/create-scala-project-using-eclipse.html</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6374583985636407395/4941850890756474582/comments/default/4530688287251825768'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6374583985636407395/4941850890756474582/comments/default/4530688287251825768'/><link rel='alternate' type='text/html' href='http://www.scala-blogs.org/2008/01/maven-for-scala.html?showComment=1239294840000#c4530688287251825768' title=''/><author><name>Kenny's Playground</name><uri>http://www.blogger.com/profile/05539793524413665318</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='22' src='http://3.bp.blogspot.com/_4cWbY4G-npk/SczlLe1TI5I/AAAAAAAAABM/qHcsCJa_gsI/S220/kenny_pic.jpg'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.scala-blogs.org/2008/01/maven-for-scala.html' ref='tag:blogger.com,1999:blog-6374583985636407395.post-4941850890756474582' source='http://www.blogger.com/feeds/6374583985636407395/posts/default/4941850890756474582' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1610839338'/></entry><entry><id>tag:blogger.com,1999:blog-6374583985636407395.post-6341150992407224355</id><published>2009-01-20T15:18:00.000-08:00</published><updated>2009-01-20T15:18:00.000-08:00</updated><title type='text'>Thank you so much; this tutorial was exactly what ...</title><content type='html'>Thank you so much; this tutorial was exactly what I needed.&lt;BR/&gt;&lt;BR/&gt;I'm new to both Scala and to Maven, and there were two minor things that had me confused momentarily. I thought I'd just mention them in case they help someone else:&lt;BR/&gt;&lt;BR/&gt;1. After step 1 (creating the project), I had to cd into the project directory in order for the command in step 2 to work. In retrospect, I guess it's obvious that you need to do that.&lt;BR/&gt;&lt;BR/&gt;2. After completing the steps here, I wanted to actually see "my" scala application run. I used this command to do that:&lt;BR/&gt;&lt;BR/&gt;scala -cp ./target/&lt;I&gt;project_name&lt;/I&gt;-1.0-SNAPSHOT.jar &lt;I&gt;group_ID&lt;/I&gt;.App</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6374583985636407395/4941850890756474582/comments/default/6341150992407224355'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6374583985636407395/4941850890756474582/comments/default/6341150992407224355'/><link rel='alternate' type='text/html' href='http://www.scala-blogs.org/2008/01/maven-for-scala.html?showComment=1232493480000#c6341150992407224355' title=''/><author><name>Muddle-headed Wombat</name><uri>http://www.blogger.com/profile/03615793782263571255</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://nualeargais.ie/sugradh/wombatA100.jpg'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.scala-blogs.org/2008/01/maven-for-scala.html' ref='tag:blogger.com,1999:blog-6374583985636407395.post-4941850890756474582' source='http://www.blogger.com/feeds/6374583985636407395/posts/default/4941850890756474582' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1337228168'/></entry><entry><id>tag:blogger.com,1999:blog-6374583985636407395.post-5695651230268073647</id><published>2008-02-23T07:46:00.000-08:00</published><updated>2008-02-23T07:46:00.000-08:00</updated><title type='text'>A new version maven-archetype-plugin was release i...</title><content type='html'>A new version maven-archetype-plugin was release in Feb 2008, the new version (1.0 -&gt; 2.0) break some features. until fixes (in the plugin), use the old version, try (copy/paste):&lt;BR/&gt;&lt;BR/&gt;mvn org.apache.maven.plugins:maven-archetype-plugin:1.0-alpha-7:create      \&lt;BR/&gt;-DarchetypeGroupId=org.scala-tools.archetypes              \&lt;BR/&gt;-DarchetypeArtifactId=scala-archetype-simple               \&lt;BR/&gt;-DarchetypeVersion=1.0                                     \&lt;BR/&gt;-DremoteRepositories=http://scala-tools.org/repo-releases  \&lt;BR/&gt;-DgroupId=your.proj.gid -DartifactId=your-proj-id</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6374583985636407395/4941850890756474582/comments/default/5695651230268073647'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6374583985636407395/4941850890756474582/comments/default/5695651230268073647'/><link rel='alternate' type='text/html' href='http://www.scala-blogs.org/2008/01/maven-for-scala.html?showComment=1203781560000#c5695651230268073647' title=''/><author><name>David Bernard</name><uri>http://www.blogger.com/profile/10258681071629942075</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://bp2.blogger.com/_zvTlTj2t3eU/R2Aw8WB_rII/AAAAAAAAAAM/FeLAs-Iclas/S220/wyvern-tux-dredd.png'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.scala-blogs.org/2008/01/maven-for-scala.html' ref='tag:blogger.com,1999:blog-6374583985636407395.post-4941850890756474582' source='http://www.blogger.com/feeds/6374583985636407395/posts/default/4941850890756474582' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1394221687'/></entry><entry><id>tag:blogger.com,1999:blog-6374583985636407395.post-1471300731424769091</id><published>2008-02-23T07:38:00.000-08:00</published><updated>2008-02-23T07:38:00.000-08:00</updated><title type='text'>It's not working for me, I get&lt;br&gt;&lt;br&gt;[INFO] -----...</title><content type='html'>It's not working for me, I get&lt;BR/&gt;&lt;BR/&gt;[INFO] ------------------------------------------------------------------------&lt;BR/&gt;[ERROR] BUILD ERROR&lt;BR/&gt;[INFO] ------------------------------------------------------------------------&lt;BR/&gt;[INFO] Error creating from archetype&lt;BR/&gt;&lt;BR/&gt;Embedded error: OldArchetype does not exist.&lt;BR/&gt;http://repo1.maven.org/maven2/org</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6374583985636407395/4941850890756474582/comments/default/1471300731424769091'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6374583985636407395/4941850890756474582/comments/default/1471300731424769091'/><link rel='alternate' type='text/html' href='http://www.scala-blogs.org/2008/01/maven-for-scala.html?showComment=1203781080000#c1471300731424769091' title=''/><author><name>Scot</name><uri>http://www.blogger.com/profile/05078277004789544258</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.scala-blogs.org/2008/01/maven-for-scala.html' ref='tag:blogger.com,1999:blog-6374583985636407395.post-4941850890756474582' source='http://www.blogger.com/feeds/6374583985636407395/posts/default/4941850890756474582' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1811609038'/></entry><entry><id>tag:blogger.com,1999:blog-6374583985636407395.post-3250351006095739518</id><published>2008-01-11T04:48:00.000-08:00</published><updated>2008-01-11T04:48:00.000-08:00</updated><title type='text'>Yeah, I agree that maven is better resolving depen...</title><content type='html'>Yeah, I agree that maven is better resolving dependencies than sbaz, although sbaz has basic dependency management as far as I can see ("sbaz help pack" shows an option to specify them). &lt;BR/&gt;&lt;BR/&gt;Anyway, your guide is very helpful. Thanks you very much!</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6374583985636407395/4941850890756474582/comments/default/3250351006095739518'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6374583985636407395/4941850890756474582/comments/default/3250351006095739518'/><link rel='alternate' type='text/html' href='http://www.scala-blogs.org/2008/01/maven-for-scala.html?showComment=1200055680000#c3250351006095739518' title=''/><author><name>Leo Soto M.</name><uri>http://www.blogger.com/profile/16108418309169741841</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='08615496022283578443'/><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://www.leosoto.com/yo.png'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.scala-blogs.org/2008/01/maven-for-scala.html' ref='tag:blogger.com,1999:blog-6374583985636407395.post-4941850890756474582' source='http://www.blogger.com/feeds/6374583985636407395/posts/default/4941850890756474582' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-181654409'/></entry><entry><id>tag:blogger.com,1999:blog-6374583985636407395.post-8951502303548557042</id><published>2008-01-11T03:34:00.000-08:00</published><updated>2008-01-11T03:34:00.000-08:00</updated><title type='text'>Hi,&lt;br&gt;&lt;br&gt;I don't think maven can using sbaz repo...</title><content type='html'>Hi,&lt;BR/&gt;&lt;BR/&gt;I don't think maven can using sbaz repository. But it's possible to developpe an extension to maven to allow it to use sbaz.&lt;BR/&gt;&lt;BR/&gt;I fact, I don't know a lot sbaz  (IMHO, the doc a little obscur), so I can't really do a comparison and I could be wrong.&lt;BR/&gt;So yes, there is probably a overlap between maven's repository and sbaz (maven's repository are older, and allow access to java library see mvnrepository.com as example).&lt;BR/&gt;&lt;BR/&gt;I don't agree, when you say sbaz manage dependencies, from my understanding, sbaz allow you to upload/dowload library but doesn't manage dependencies. If in the pom.xml of my project, I say I need lib X in version vX, maven take care of the (transitive) dependencies of X, And I don't need to search in the doc or the Manifest of the lib, which other lib I need to install. And if later I upgrade to vX+1 and some dependencies are not more required by lib X, they'll be not added (and I don't need to remove then like with a ant build (without ivy)).</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6374583985636407395/4941850890756474582/comments/default/8951502303548557042'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6374583985636407395/4941850890756474582/comments/default/8951502303548557042'/><link rel='alternate' type='text/html' href='http://www.scala-blogs.org/2008/01/maven-for-scala.html?showComment=1200051240000#c8951502303548557042' title=''/><author><name>David Bernard</name><uri>http://www.blogger.com/profile/10258681071629942075</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://bp2.blogger.com/_zvTlTj2t3eU/R2Aw8WB_rII/AAAAAAAAAAM/FeLAs-Iclas/S220/wyvern-tux-dredd.png'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.scala-blogs.org/2008/01/maven-for-scala.html' ref='tag:blogger.com,1999:blog-6374583985636407395.post-4941850890756474582' source='http://www.blogger.com/feeds/6374583985636407395/posts/default/4941850890756474582' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1394221687'/></entry><entry><id>tag:blogger.com,1999:blog-6374583985636407395.post-5855446526209791998</id><published>2008-01-10T05:54:00.000-08:00</published><updated>2008-01-10T05:54:00.000-08:00</updated><title type='text'>Isn't there an overlap between maven and sbaz when...</title><content type='html'>Isn't there an overlap between maven and sbaz when it comes to manage dependencies between scala components? Or is maven capable of using sbaz repositories?</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6374583985636407395/4941850890756474582/comments/default/5855446526209791998'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6374583985636407395/4941850890756474582/comments/default/5855446526209791998'/><link rel='alternate' type='text/html' href='http://www.scala-blogs.org/2008/01/maven-for-scala.html?showComment=1199973240000#c5855446526209791998' title=''/><author><name>Leo Soto M.</name><uri>http://www.blogger.com/profile/16108418309169741841</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='08615496022283578443'/><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://www.leosoto.com/yo.png'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.scala-blogs.org/2008/01/maven-for-scala.html' ref='tag:blogger.com,1999:blog-6374583985636407395.post-4941850890756474582' source='http://www.blogger.com/feeds/6374583985636407395/posts/default/4941850890756474582' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-181654409'/></entry><entry><id>tag:blogger.com,1999:blog-6374583985636407395.post-3120732592080315407</id><published>2008-01-10T01:26:00.000-08:00</published><updated>2008-01-10T01:26:00.000-08:00</updated><title type='text'>I've managed to compile OSGi bundles with maven an...</title><content type='html'>I've managed to compile OSGi bundles with maven and scala-tools.&lt;BR/&gt;&lt;BR/&gt;See http://jeunef.wordpress.com/2008/01/04/osgi-maven-and-scala/</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6374583985636407395/4941850890756474582/comments/default/3120732592080315407'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6374583985636407395/4941850890756474582/comments/default/3120732592080315407'/><link rel='alternate' type='text/html' href='http://www.scala-blogs.org/2008/01/maven-for-scala.html?showComment=1199957160000#c3120732592080315407' title=''/><author><name>vainqueur</name><uri>http://jeunef.wordpress.com/</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/openid16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.scala-blogs.org/2008/01/maven-for-scala.html' ref='tag:blogger.com,1999:blog-6374583985636407395.post-4941850890756474582' source='http://www.blogger.com/feeds/6374583985636407395/posts/default/4941850890756474582' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1413195852'/></entry><entry><id>tag:blogger.com,1999:blog-6374583985636407395.post-6216763424484819154</id><published>2008-01-08T01:33:00.000-08:00</published><updated>2008-01-08T01:33:00.000-08:00</updated><title type='text'>short : Don't worry, this is a "normal" warning.&lt;b...</title><content type='html'>short : Don't worry, this is a "normal" warning.&lt;BR/&gt;long : archetype use velocity to generate project template. Velocity try replace ${...} by a "predefined/evaluated" value/expression. Maven also use the ${...} syntax in pom.xml to evaluate properties when you build. So when the pom.xml to generate use "properties", the archetype warn about undef expression when it try to generate the pom.xml. Those value are evaluate after the project generation, when you'll use the pom.xml to build your project.&lt;BR/&gt;&lt;BR/&gt;Is it clear ?</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6374583985636407395/4941850890756474582/comments/default/6216763424484819154'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6374583985636407395/4941850890756474582/comments/default/6216763424484819154'/><link rel='alternate' type='text/html' href='http://www.scala-blogs.org/2008/01/maven-for-scala.html?showComment=1199784780000#c6216763424484819154' title=''/><author><name>David Bernard</name><uri>http://www.blogger.com/profile/10258681071629942075</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://bp2.blogger.com/_zvTlTj2t3eU/R2Aw8WB_rII/AAAAAAAAAAM/FeLAs-Iclas/S220/wyvern-tux-dredd.png'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.scala-blogs.org/2008/01/maven-for-scala.html' ref='tag:blogger.com,1999:blog-6374583985636407395.post-4941850890756474582' source='http://www.blogger.com/feeds/6374583985636407395/posts/default/4941850890756474582' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1394221687'/></entry><entry><id>tag:blogger.com,1999:blog-6374583985636407395.post-7282693360386979434</id><published>2008-01-08T00:32:00.000-08:00</published><updated>2008-01-08T00:32:00.000-08:00</updated><title type='text'>Great writeup--I tried running the archetype:creat...</title><content type='html'>Great writeup--I tried running the archetype:create command but got the following error&lt;BR/&gt;[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template = archetype-resources/pom.xml [line 32,column 16] : ${scala.version} is not a valid reference.&lt;BR/&gt;&lt;BR/&gt;I tried passing scala.version as an argument/system property (-Dscala.version) but that didn't work either. System is Ubuntu Linux, Gutsy. Scala was installed with apt-get.  Know how I can fix this?&lt;BR/&gt;&lt;BR/&gt;Thanks&lt;BR/&gt;Patrick</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6374583985636407395/4941850890756474582/comments/default/7282693360386979434'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6374583985636407395/4941850890756474582/comments/default/7282693360386979434'/><link rel='alternate' type='text/html' href='http://www.scala-blogs.org/2008/01/maven-for-scala.html?showComment=1199781120000#c7282693360386979434' title=''/><author><name>Patrick</name><uri>http://www.blogger.com/profile/00659016717968391903</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.scala-blogs.org/2008/01/maven-for-scala.html' ref='tag:blogger.com,1999:blog-6374583985636407395.post-4941850890756474582' source='http://www.blogger.com/feeds/6374583985636407395/posts/default/4941850890756474582' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-420415834'/></entry><entry><id>tag:blogger.com,1999:blog-6374583985636407395.post-4788484340362947814</id><published>2008-01-07T10:23:00.000-08:00</published><updated>2008-01-07T10:23:00.000-08:00</updated><title type='text'>Yes, you could use any scala argument (edit your p...</title><content type='html'>Yes, you could use any scala argument (edit your pom.xml) :&lt;BR/&gt;&lt;BR/&gt;      &amp;lt;plugin&gt;&lt;BR/&gt;        &amp;lt;groupId&gt;org.scala-tools&amp;lt;/groupId&gt;&lt;BR/&gt;        &amp;lt;artifactId&gt;maven-scala-plugin&amp;lt;/artifactId&gt;&lt;BR/&gt;        &amp;lt;executions&gt;&lt;BR/&gt;          &amp;lt;execution&gt;&lt;BR/&gt;            &amp;lt;goals&gt;&lt;BR/&gt;              &amp;lt;goal&gt;compile&amp;lt;/goal&gt;&lt;BR/&gt;              &amp;lt;goal&gt;testCompile&amp;lt;/goal&gt;&lt;BR/&gt;            &amp;lt;/goals&gt;&lt;BR/&gt;          &amp;lt;/execution&gt;&lt;BR/&gt;        &amp;lt;/executions&gt;&lt;BR/&gt;        &amp;lt;configuration&gt;&lt;BR/&gt;          &amp;lt;scalaVersion&gt;${scala.version}&amp;lt;/scalaVersion&gt;&lt;BR/&gt;          &amp;lt;args&gt;&lt;BR/&gt;            &amp;lt;arg&gt;-target:jvm-1.5&amp;lt;/arg&gt;&lt;BR/&gt;          &amp;lt;/args&gt;&lt;BR/&gt;          &amp;lt;jvmArgs&gt;&lt;BR/&gt;            &amp;lt;jvmArg&gt;-Xmx512m&amp;lt;/jvmArg&gt;&lt;BR/&gt;            &amp;lt;jvmArg&gt;-Xms64m&amp;lt;/jvmArg&gt;&lt;BR/&gt;          &amp;lt;/jvmArgs&gt;&lt;BR/&gt;        &amp;lt;/configuration&gt;&lt;BR/&gt;      &amp;lt;/plugin&gt;&lt;BR/&gt;&lt;BR/&gt;(sorry, I don't know how to format comment)</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6374583985636407395/4941850890756474582/comments/default/4788484340362947814'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6374583985636407395/4941850890756474582/comments/default/4788484340362947814'/><link rel='alternate' type='text/html' href='http://www.scala-blogs.org/2008/01/maven-for-scala.html?showComment=1199730180000#c4788484340362947814' title=''/><author><name>David Bernard</name><uri>http://www.blogger.com/profile/10258681071629942075</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://bp2.blogger.com/_zvTlTj2t3eU/R2Aw8WB_rII/AAAAAAAAAAM/FeLAs-Iclas/S220/wyvern-tux-dredd.png'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.scala-blogs.org/2008/01/maven-for-scala.html' ref='tag:blogger.com,1999:blog-6374583985636407395.post-4941850890756474582' source='http://www.blogger.com/feeds/6374583985636407395/posts/default/4941850890756474582' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1394221687'/></entry><entry><id>tag:blogger.com,1999:blog-6374583985636407395.post-2942991219395718209</id><published>2008-01-07T09:33:00.000-08:00</published><updated>2008-01-07T09:33:00.000-08:00</updated><title type='text'>Looks great; can the jvm 1.5 be targeted with the ...</title><content type='html'>Looks great; can the jvm 1.5 be targeted with the maven plugin yet?</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6374583985636407395/4941850890756474582/comments/default/2942991219395718209'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6374583985636407395/4941850890756474582/comments/default/2942991219395718209'/><link rel='alternate' type='text/html' href='http://www.scala-blogs.org/2008/01/maven-for-scala.html?showComment=1199727180000#c2942991219395718209' title=''/><author><name>frohoff</name><uri>http://www.blogger.com/profile/00801424951012048852</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.scala-blogs.org/2008/01/maven-for-scala.html' ref='tag:blogger.com,1999:blog-6374583985636407395.post-4941850890756474582' source='http://www.blogger.com/feeds/6374583985636407395/posts/default/4941850890756474582' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-659085360'/></entry></feed>
