Hi,
Does anyone use maven-eclipse:plugin, mvn eclipse:eclipse in online mode
with downloadSources=true ?
In offline, it takes about 1min30; online, with downloadSources=true, it
takes several hours (when it finishes, as archiva often freeze on too
long tasks) !
I have this configuration in the parent pom.xml :
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-eclipse-plugin</artifactId>
<version>2.4</version>
<configuration>
<downloadSources>true</downloadSources>
</configuration>
</plugin>
If this can be a workaround, is it possible to store the sources' status
cache, outside the target dir ?
<< Enables/disables the downloading of source attachments. Defaults to
false. When this flag is |true| remote repositories are checked for
sources: in order to avoid repeated check for unavailable source
archives, a status cache is mantained into the target dir of the root
project. Run |mvn:clean| or delete the file
|mvn-eclipse-cache.properties| in order to reset this cache. >>
--
Julien CARSIQUE, Nuxeo (Paris, France)
Open Source Enterprise Content Management - http://www.nuxeo.org/
Nuxeo EP 5: extensible, Java EE and standards based ECM Platform
http://www.nuxeo.com/ - Tel: +33 1 40 33 79 87