No problem,
I know there are a lot of problems from Maven that have been
corrected, but persist in people's memory and instinct. It'll take
some time to undo the damage of some of the less wise decisions early
in the M2 lifecyce.
As to your specific issue, I would look for anything that talks
about batch processes. The <server> sections shouldn't be it, as they
merely provide authentication data for certain URLs that need them.
I'd guess it's in your profiles. One option is to try "mvn help:active-profiles
" and it'll tell you what profiles would be active in a default
execution of maven. You might then see what profiles are active so
you can target your search.
Christian.
On 26-Feb-09, at 09:55 , Massimo Lusetti wrote:
On Thu, Feb 26, 2009 at 3:36 PM, Christian Edward Gruber
<christianedwardgru...@gmail.com> wrote:
Ok, the problem here has nothing to do with snapshots or maven
acting
non-deterministically. It's that you haven't provided a groupId,
artifactId, and java package for your quickstarted project. You're
running
this in batch-mode, for reasons I don't understand, unless you have
something else on your command-line that you didn't mention, or have
configured something in your settings.xml. To wit:
Great Christian... the problems lies in the settings.xml since if i
remove it and start from an empty .m2 i can successfully complete the
build, now i really don't know where it could be.
In my settings.xml i only have a bunch of <server> definition and
<profile> all with <activeByDefault>false</activeByDefault>
I really appreciate your hints, thanks
--
Massimo
http://meridio.blogspot.com
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org
Christian Edward Gruber
e-mail: christianedwardgru...@gmail.com
weblog: http://www.geekinasuit.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org