--
You received this message because you are subscribed to the Google Groups "pyx4me-users" group.
To post to this group, send email to pyx4me...@googlegroups.com.
To unsubscribe from this group, send email to pyx4me-users...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/pyx4me-users?hl=en.
I tried to use maven in my own J2ME projects for some time (used ant
before that, but was impressed by maven repository concept, so decided
to try maven).
Can't say why, but adding something to maven pom file often was a
problem for me, to find what configuration options particular plugin
has, or something like that. When I came to a need to generate several
artifacts for a goal, I was not able to understand how to manage that
properly (what I understood that it was not in line with maven
concepts), so I gave up.
Another problem was that maven claims to have 'short config (pom) file
to be able to concentrate on build workflow, instead of writing large
ant scripts'. After some time I started realizing that my pom files
are becoming not very small, being filled in with 'configuration
options', which were hard for me to track properly, so I decided that
ant script is a smaller pain.
Recently I found Apache Ivy http://ant.apache.org/ivy/ which adds
maven repository manager to ant (it is an addon to ant, may be used as
a task), and I liked it, and decided to start using it, because it
adds that I liked in maven (repository management) to what I'm able to
understand in ant. There is no problem to generate several artifacts
in one task in ant ivy.
Again, I can't say that I'm right here, may be just my brain is too
weak for maven )) MicroEmulator always was a sample of an excellent
maven project for me, and actually I noticed maven in ME project.
Regards,
Mike
> To unsubscribe from this group, send email to pyx4me-users...@googlegroups.com.