If you look at the settings for the eclipse project in our parent
pom.xml you will see a setting that is responsible for downloading the
sources:

<plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-eclipse-plugin</artifactId>
        <version>2.3</version>
        <configuration>
                <downloadSources>true</downloadSources>
        </configuration>
</plugin>

Martijn

On 6/18/07, Eelco Hillenius <[EMAIL PROTECTED]> wrote:
> Just tested it and found an entry on their mailing list. In maven 2,
> at least the current version mvn eclipse:eclipse tries to download
> sources and javadocs automatically.
>
> Eelco
>
>
> On 6/14/07, Eelco Hillenius <[EMAIL PROTECTED]> wrote:
> > I'm guessing it includes the source jars if they are in your local
> > repository, but doesn't download them unless you provide the extra
> > argument. Anyway, to be sure, you can provide the argument.
> >
> > Eelco
> >
> > On 6/14/07, Eelco Hillenius <[EMAIL PROTECTED]> wrote:
> > > On 6/14/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote:
> > > > no, you probably edited your mvn launch script and added it there?
> > >
> > > Haha, that would be funny. No, of course I didn't.
> > >
> > > Eelco
> > >
> >
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>


-- 
Join the wicket community at irc.freenode.net: ##wicket
Wicket 1.2.6 contains a very important fix. Download Wicket now!
http://wicketframework.org

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to