Bug 520678 - [releng] no reason to have a link on a maven repo on HIPP
Summary: [releng] no reason to have a link on a maven repo on HIPP
Status: UNCONFIRMED
Alias: None
Product: Papyrus
Classification: Modeling
Component: Core (show other bugs)
Version: 3.0.0   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-08 07:54 EDT by Francois Le Fevre CLA
Modified: 2017-08-08 07:58 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Francois Le Fevre CLA 2017-08-08 07:54:26 EDT
the follwiong job has a link on a maven repo
https://hudson.eclipse.org/papyrus/view/Oxygen/job/Papyrus-Oxygen/

--><li><b>maven repo</b>:<a href="https://hudson.eclipse.org/papyrus/job/Papyrus-Oxygen/ws/.maven/repo/">https://hudson.eclipse.org/papyrus/job/Papyrus-Oxygen/ws/.maven/repo/</a>

baddly ther is no reason to do so because the job is just mvn clean verify
no install is done.

if you want to link to a maven repo, make a mvn install
or 
better will be to make a deploy as done in sysml project on the official Eclipse Nexus server

By making a mvn install on HIPP you could serve files that will render HIPP server harder accessible for job building.
it is preferable to do a configuration like done in sysml