Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[mylyn-reviews-dev] Gerrit dependencies and Maven poms pushed

Hi,

I have finally gotten around to pushing the approved Gerrit
dependencies to git. I also added poms for building and creating of an
update site.

Unfortunately I didn't realize that com.google.gson hasn't been
approved for reuse on Eclipse.org so I have filed yet another CQ. I
hope that it will get approved soonish but if not we may need to host
the Gerrit connector update site outside of Eclipse.org for the time
being.

Here are the steps for building with Maven/Tycho.

Checkout sources:

 # cvs -d :ext:dev.eclipse.org:/cvsroot/mylyn co org.eclipse.mylyn
 # git clone ssh://git.eclipse.org/gitroot/mylyn/org.eclipse.mylyn.reviews.git

Checkout the com.google.gson library from github (see above):

 # git clone git://github.com/spingel/bundles.git
 # mv bundles/com.google.gson\ 1.6/ org.eclipse.mylyn.reviews/gerrit/

Install target environment in local Maven repository:

 # cd org.eclipse.mylyn/org.eclipse.mylyn.releng/target-definition/
 # mvn install

Create p2 repository in
org.eclipse.mylyn.reviews/releng/reviews-site/target/site:

 # cd ../../../org.eclipse.mylyn.reviews
 # mvn clean install -Dmaven.test.skip=true

Steffen

-- 
Steffen Pingel
Committer, http://eclipse.org/mylyn
Senior Developer, http://tasktop.com


Back to the top