Maven: A Solution Looking For A Problem? (was: Abusing Maven For Fun Or Profit)
Phillip Rhodes <[email protected]>
| Newsgroups | gmane.org.user-groups.trijug.juglist |
|---|---|
| Message-ID | <[email protected]> |
Harold Meder wrote:
> Wow! 45 people came out to hear Brian Sletten talk about how he was
> able to "tweak" Maven 2 to automate deploying application upgrades to
> 2000 installations. These strategies can be used to automate the
> distribution of your applications.
>
>
Dang, wish I could have made it to that meeting. I'll admit to being
*very* skeptical of Maven, and I'd have been interested to ask and see
how many people are using Maven,
and - more to the point - how many like it. My own experience with
Maven leads to me to consider it an over-engineered POS and a "solution
looking for a problem" but
it seems to be very popular for whatever reason.
For my money, when you need something this complicated to change your
compiler compliance level:
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.5</source>
<target>1.5</target>
<excludes>
<exclude>**/*Point*.java</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
you have a problem.
What do the rest of you think? Do you all find value in Maven? If so,
what and why? Any Maven haters care to chime in with a "dissenting
opinion?"
Also, FWIW, for anybody who mainly cares about the dependency management
aspect, have you considered Ant+Ivy instead of Maven?
TTYL,
Phil
--
http://www.linkedin.com/in/philliprhodes
_______________________________________________
Juglist mailing list
[email protected]
http://trijug.org/mailman/listinfo/juglist_trijug.org
mindcrime.vcf
(text/x-vcard, 248 B)
begin:vcard fn:Phillip Rhodes n:Rhodes;Phillip adr:;;P.O. Box 16905;Chapel Hill;NC;27516;USA email;internet:[email protected] tel;home:919-928-0236 url:http://www.linkedin.com/in/philliprhodes version:2.1 end:vcard