[jboss-dev-forums] [JBoss Tools Development] - How to Build JBoss Tools with Maven 3

Denis Golovin do-not-reply at jboss.com
Tue Apr 26 17:33:47 EDT 2011


Denis Golovin [http://community.jboss.org/people/dgolovin] commented on the document

"How to Build JBoss Tools with Maven 3"

To view all comments on this document, visit: http://community.jboss.org/docs/DOC-16604#comment-6298

--------------------------------------------------
It is actually simpler than that and first option is just use unified.update profile.

* First and simple option is 

svn co  http://svn.jboss.org/repos/jbosstools/trunk http://svn.jboss.org/repos/jbosstools/trunk jbosstools
cd jbosstools/build/parent
mvn clean install

cd ../..
mvn clean install -Dmaven.test.skip

* Second option that should be mentioned is -Dmaven.repo.local=<path-to-folder> which would save $HOME/m2/repo from clattering
* Third option how to build w/ testing using -Dmaven.test.skip
* Forth option to mention is how to build particular component locally (which is three steps process)

There is no reason download target platfrorm and use additional parameters because it updates not too often and usually update is incremental

Building jboss jboss tools from eclipse is not resonable because it takes much more time then from console and that has no point because hudson do the build from console anyway.
--------------------------------------------------

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20110426/cafad74d/attachment.html 


More information about the jboss-dev-forums mailing list