I don't get it. Why spend all this effort in being able to build with
Maven? Surely not because every 2 or so years a couple of jars need to
be put in maven central? Or because you need to install ant (sudo apt-
get install ant)? What is next? Converting Gwt to Maven?

Having to work "the Maven way" at work - using Guice build system and
layout has been refreshing and easier on the eyes.

Here is -1 vote for Maven and -infinity vote for Maven structure. src/
main/java hurts my fingers every-time I am using the console not to
mention src/main/resources. I don't buy into this helps with
understanding project structure faster. How much brain power does it
take to understand that .java files are in src dir and not in src/main/
java?

If you are always using java there is no need for /java and if you
don't like to separate non .java files then there is no need for main
and resources all what is left is src and test. Given Less is More I
find src and test much more elegant.

How about just putting guice/src and guice/test into guice/core/src
and guice/core/test? This should make Maven happy but still getting
rid of /java and /main/resources?

Imho Maven is overrated.

Cheers
Alen

-- 
You received this message because you are subscribed to the Google Groups 
"google-guice" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-guice?hl=en.

Reply via email to