History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: QB-2444
Type: Improvement Improvement
Status: Open Open
Priority: Major Major
Assignee: Robin Shen
Reporter: Justin Georgeson
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
QuickBuild

Option to enable consideration of non-SNAPSHOT dependencies in Maven build

Created: 18/May/15 02:21 PM   Updated: 18/May/15 02:21 PM
Component/s: None
Affects Version/s: None
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
The Tycho plugins insert dependencies from MANIFEST.MF into the POM as system scope with the SNAPSHOT/qualifier resolved. Here is the effective-pom entry for a dependency on org.eclipse.ui plugin declared in MANIEFST.MF

    <dependency>
      <groupId>p2.eclipse-plugin</groupId>
      <artifactId>org.eclipse.ui</artifactId>
      <version>3.106.1.v20141002-1150</version>
      <scope>system</scope>
      <systemPath>/d01/sandboxes/hbl4218/m2/p2/osgi/bundle/org.eclipse.ui/3.106.1.v20141002-1150/org.eclipse.ui-3.106.1.v20141002-1150.jar</systemPath>
    </dependency>


It would be nice to be able to use the Trigger Dependencies feature for Maven+Tycho builds of Eclipse RCP projects.

 All   Comments   Work Log   Change History      Sort Order:
There are no entries against this issue.