Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [egit-dev] tycho build

Igor Fedorenko wrote:
> To build jgit and egit, simply run "mvn clean install" for jgit, then
> for egit. Generated update site is expected to be in
> egit/org.eclipse.egit-updatesite/target/site.

I found that behind a HTTP proxy you have to follow https://issues.sonatype.org/browse/TYCHO-279 
otherwise the downloads from eclipse.org will fail:

e.g.
$ MAVEN_OPTS="$MAVEN_OPTS -Dhttp.proxyHost=myproxy -Dhttp.proxyPort=8080"
$ mvn clean install

--
Matthias


Back to the top