[
https://issues.jboss.org/browse/JBIDE-15326?page=com.atlassian.jira.plugi...
]
Andre Dietisheim edited comment on JBIDE-15326 at 9/3/13 6:09 AM:
------------------------------------------------------------------
We're now using maven artifact instead of embedded jars. We changed the maven build so
that it'll copy maven artifacts to the lib folder when building. In order to have
Eclipse still getting the libs I had to add the maven nature to the client plugin.
Local maven build works fine:
{code}
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] openshift.all ..................................... SUCCESS [0.345s]
[INFO] openshift.plugins ................................. SUCCESS [0.009s]
[INFO] org.jboss.tools.openshift.egit.core ............... SUCCESS [2.021s]
[INFO] org.jboss.tools.openshift.egit.ui ................. SUCCESS [3.937s]
[INFO] org.jboss.tools.openshift.express.client .......... SUCCESS [0.719s]
[INFO] org.jboss.tools.openshift.express.ui .............. SUCCESS [4.145s]
[INFO] openshift.tests ................................... SUCCESS [0.007s]
[INFO] org.jboss.tools.openshift.egit.test ............... SUCCESS [24.321s]
[INFO] org.jboss.tools.openshift.express.test ............ SUCCESS [31.794s]
[INFO] openshift.features ................................ SUCCESS [0.008s]
[INFO] org.jboss.tools.openshift.egit.integration.feature SUCCESS [0.214s]
[INFO] org.jboss.tools.openshift.express.feature ......... SUCCESS [0.161s]
[INFO] org.jboss.tools.openshift.egit.integration.test.feature SUCCESS [0.111s]
[INFO] org.jboss.tools.openshift.express.test.feature .... SUCCESS [0.168s]
[INFO] openshift.site .................................... SUCCESS [6.716s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:52.727s
[INFO] Finished at: Tue Sep 03 11:05:46 CEST 2013
[INFO] Final Memory: 76M/714M
[INFO] ------------------------------------------------------------------------
{code}
...and the jenkins build #432
(
https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/JBossTools/view/JBo...)
was also successful:
{code}
[INFO] All tests passed!
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] openshift.tests ................................... SUCCESS [0.410s]
[INFO] org.jboss.tools.openshift.egit.test ............... SUCCESS [14.237s]
[INFO] org.jboss.tools.openshift.express.test ............ SUCCESS [20.835s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:30.896s
[INFO] Finished at: Tue Sep 03 05:31:12 EDT 2013
[INFO] Final Memory: 52M/560M
[INFO] ------------------------------------------------------------------------
{code}
was (Author: adietish):
We're now using maven artifact instead of embedded jars. We changed the maven
build so that it'll copy maven artifacts to the lib folder when building. In order to
have Eclipse still getting the libs I had to add the maven nature to the client plugin.
Local maven build works fine:
{code}
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] openshift.all ..................................... SUCCESS [0.345s]
[INFO] openshift.plugins ................................. SUCCESS [0.009s]
[INFO] org.jboss.tools.openshift.egit.core ............... SUCCESS [2.021s]
[INFO] org.jboss.tools.openshift.egit.ui ................. SUCCESS [3.937s]
[INFO] org.jboss.tools.openshift.express.client .......... SUCCESS [0.719s]
[INFO] org.jboss.tools.openshift.express.ui .............. SUCCESS [4.145s]
[INFO] openshift.tests ................................... SUCCESS [0.007s]
[INFO] org.jboss.tools.openshift.egit.test ............... SUCCESS [24.321s]
[INFO] org.jboss.tools.openshift.express.test ............ SUCCESS [31.794s]
[INFO] openshift.features ................................ SUCCESS [0.008s]
[INFO] org.jboss.tools.openshift.egit.integration.feature SUCCESS [0.214s]
[INFO] org.jboss.tools.openshift.express.feature ......... SUCCESS [0.161s]
[INFO] org.jboss.tools.openshift.egit.integration.test.feature SUCCESS [0.111s]
[INFO] org.jboss.tools.openshift.express.test.feature .... SUCCESS [0.168s]
[INFO] openshift.site .................................... SUCCESS [6.716s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:52.727s
[INFO] Finished at: Tue Sep 03 11:05:46 CEST 2013
[INFO] Final Memory: 76M/714M
[INFO] ------------------------------------------------------------------------
{code}
openshift-java-client: Push 2.3.0 to maven central
--------------------------------------------------
Key: JBIDE-15326
URL:
https://issues.jboss.org/browse/JBIDE-15326
Project: Tools (JBoss Tools)
Issue Type: Task
Components: openshift
Affects Versions: 4.1.0.Final
Reporter: Andre Dietisheim
Assignee: Andre Dietisheim
Fix For: 4.2.0.Alpha1
In JBT 4.1.0.Final we used openshift-java-client v2.3.0. The code was branched and
tagged. Now we need to push the maven artifact to maven central
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira