Wayne,

Thanks for replying. 

I have searched the net for a Maven 2 plugin for Idea, but could only find a
Maven 1 plugin. So I have embarked on writing my own.

But I will do as you suggest and ask this group if anyone knows of anything.
Probably something I should of done before starting.

Ben

 

-----Original Message-----
From: Wayne Fay [mailto:[EMAIL PROTECTED] 
Sent: 10 May 2006 17:36
To: Maven Users List
Subject: Re: M2 Dependencies

Unfortunately I don't run Idea so I'm not the right person to ask
about this... Search the Maven User list archive at Nabble and I'm
sure you'll find some info/details about the functionality of the
Maven IDEA plugin, but based on what I've seen/read, I think the IDEA
integration is much less "featureful" than the Eclipse and Netbeans
integrations.

And if you can't find anything, send a new email with a new subject ie
"[m2] Using with Idea 5.1.1" to the list to facilitate some discussion
around this topic. "M2 dependencies" is not terribly accurate for this
topic, and people who might be using IDEA might ignore it.

Wayne

On 5/10/06, Ben Short <[EMAIL PROTECTED]> wrote:
>
> Idea 5.1.1 and I want to use Maven2.
>
> Ben
>
> -----Original Message-----
> From: Wayne Fay [mailto:[EMAIL PROTECTED]
> Sent: 10 May 2006 17:23
> To: Maven Users List
> Subject: Re: M2 Dependencies
>
> Depending on your IDE, there are already plugins which are integrated
> into the IDE and will automatically download the dependencies and run
> your Maven builds.
>
> What IDE are you using?
>
> Wayne
>
> On 5/10/06, Ben Short <[EMAIL PROTECTED]> wrote:
> > Hi,
> >
> > Yes I could do that, I just wondered if there was a cleaner way to get
the
> > dependencies downloaded.
> >
> > Ben
> >
> > -----Original Message-----
> > From: Wayne Fay [mailto:[EMAIL PROTECTED]
> > Sent: 10 May 2006 17:16
> > To: Maven Users List
> > Subject: Re: M2 Dependencies
> >
> > That's "with no source code".
> >
> > wf
> >
> > On 5/10/06, Wayne Fay <[EMAIL PROTECTED]> wrote:
> > > Given that dependencies are downloaded BEFORE compilation step, I
> > > don't know why you couldn't create an empty project with on source
> > > code, create a pom that specified dependencies you want to download,
> > > and then run "mvn -U compile" to download the files.
> > >
> > > It will probably error out when it hits the compile step due to "no
> > > source files to compile" but that is easy to ignore.
> > >
> > > I'm also curious, what's the use case for this functionality?
> > >
> > > Wayne
> > >
> > > On 5/10/06, dan tran <[EMAIL PROTECTED]> wrote:
> > > > usually you need dependencies to build some artifacts, what is your
> use
> > > > case?
> > > >
> > > > -D
> > > >
> > > >
> > > > On 5/10/06, Ben Short <[EMAIL PROTECTED]> wrote:
> > > > >
> > > > > Hi,
> > > > >
> > > > > Is there a goal I can use to just download dependencies without
> > cleaning
> > > > > or
> > > > > compiling my maven project?
> > > > >
> > > > >
> > > > > Ben
> > > > >
> > > > >
> > > >
> > > >
> > >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to