Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] License Auditing Tycho projects

On 28 May 2015, at 9:22, Sievers, Jan wrote:

MANIFEST/feature dependencies are also injected as maven dependencies (with system scope).

So e.g.

mvn dependency:tree

on a Tycho build should give you a (flattened) list of dependencies.

I wanted to try this but I seem to hit some aether dependency mismatch.


"[ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:2.7:tree (default-cli) on project hibernatetools: Execution default-cli of goal org.apache.maven.plugins:maven-dependency-plugin:2.7:tree failed: A required class was missing while executing org.apache.maven.plugins:maven-dependency-plugin:2.7:tree: org/sonatype/aether/graph/Dependency"

any idea how to "Fix" that ?

(I'm running mvn 3.1.1)

/max


HTH
Jan

From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of Jim Klo
Sent: Donnerstag, 28. Mai 2015 00:52
To: Tycho user list
Subject: [tycho-user] License Auditing Tycho projects

Anyone know of any plugins that help perform license audits on Tycho enabled projects since library dependencies are handled by the manifest and not the POM?

Thanks,

- Jim


Jim Klo
Senior Software Engineer
Center for Software Engineering
SRI International
t.	@nsomnac

_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/tycho-user


/max
http://about.me/maxandersen


Back to the top