Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Oomph » How to add maven dependencies for Targlet?
How to add maven dependencies for Targlet? [message #1847541] Sun, 31 October 2021 18:42 Go to next message
Alexander Fedorov is currently offline Alexander FedorovFriend
Messages: 3
Registered: November 2018
Junior Member
In Eclipse BIRT we have a number of target platform entries in the form like this:

		<location includeDependencyScope="compile" includeSource="true" missingManifest="generate" type="Maven">
			<groupId>org.eclipse.jetty</groupId>
			<artifactId>jetty-server</artifactId>
			<version>10.0.6</version>
			<type>jar</type>
		</location>

https://github.com/eclipse/birt/blob/master/build/org.eclipse.birt.target/org.eclipse.birt.target.target

How can I configure such a location for setup.targlets:TargletTask ?
Re: How to add maven dependencies for Targlet? [message #1847545 is a reply to message #1847541] Mon, 01 November 2021 06:25 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33145
Registered: July 2009
Senior Member
A targlet itself is a location See this thread recent thread:

https://www.eclipse.org/forums/index.php/mv/msg/1107045/

I know the problem here it that Jetty doesn't produce a p2 update site and that has caused no end of problems for SimRel.

Some type of integration to be able to use such a thing in Oomph would seem useful. But how does it fit? it's not really like a p2 repository. And the artifact information isn't really like a requirement. Perhaps it's more like a source locator...


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: How to add maven dependencies for Targlet? [message #1847546 is a reply to message #1847545] Mon, 01 November 2021 06:26 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33145
Registered: July 2009
Senior Member
Of course if Jetty would just publish a p2 update site, many problems can be avoided bu the downstream consumers who are many. You're also going to run into the problem that these Jetty things are not signed either...

Ed Merks
Professional Support: https://www.macromodeling.com/
Previous Topic:Install Error
Next Topic:Install eclipse with a bundled jre (jre copied inside eclipse installation)
Goto Forum:
  


Current Time: Tue May 07 22:25:10 GMT 2024

Powered by FUDForum. Page generated in 0.03571 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top