The Artima Developer Community
Sponsored Link

Java Buzz Forum
a small rant about maven2 its plugins and eclipse plugin for it.

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Adam Kruszewski

Posts: 90
Nickname: phantomik
Registered: Jan, 2005

Adam Kruszewski is (mostly) Java developer and linux system administrator.
a small rant about maven2 its plugins and eclipse plugin for it. Posted: Feb 25, 2006 2:09 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Adam Kruszewski.
Original Post: a small rant about maven2 its plugins and eclipse plugin for it.
Feed Title: Adam Kruszewski :: WebLog();
Feed URL: http://adam.kruszewski.name/blojsom/blog/adam.kruszewski/?flavor=rss2
Feed Description: Thoughts about linux, open source, programming, ...
Latest Java Buzz Posts
Latest Java Buzz Posts by Adam Kruszewski
Latest Posts From Adam Kruszewski :: WebLog();

Advertisement
From thursday I'm lying in bed feeling very sick so I have time to play with latest snapshots of maven2, its plugins and eclipse plugin for it. So far I can tell that I'm impressed, just invoking mvn clean install deploy:deploy and viola! Everything is simple and almost works. I ran upon some difficulties at the beginning:
  • MavenIde for Eclipse didn't show precise error messages from default maven compiler, eg. like it doesn't like generics when not set to 1.5 source compatibility (but aspectj compiler plugin does).
  • it also somewhat fails to integrate nicely with latest WTP releases -- maven dependencies aren't copied to .deployment/app/WEB-/INF/lib/ directory upon build.
  • Aspectj and cobertura plugins are accessible from mojo sandbox subversion repository but as source code and I didn't find a way for maven to auto download them (other than deploying them to my own private repository).
I didn't found a workaround only for second point (probably I didn't try enough, because it probably should work) and after resolving the two others I can say that maven2 rocks!

Read: a small rant about maven2 its plugins and eclipse plugin for it.

Topic: [Feb 17, 2006 03:46 PST] 9 Links Previous Topic   Next Topic Topic: OK, this one really pisses me off

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use