Sam
Sam

Reputation: 416

License Maven Plugin changing the license name of a third party

So I'm using License Maven Plugin to generate a report for our third party packages but I am facing a problem and don't know how to get around it. For some dependencies, the pom contains an invalid (incomplete) license. For example this one.

So what I have been trying to do is to change the license for those dependencies to the correct ones. I know about this goal of License Maven Plugin but that's for downloading the licenses not generating the report (scroll to the end of that page).

Any help is very much appreciated.

Upvotes: 1

Views: 263

Answers (1)

Maxim K.
Maxim K.

Reputation: 651

License file for your example is inside jar file and also in comment of package pom file (http://mavensearch.io/pom/org.hibernate.javax.persistence/hibernate-jpa-2.0-api/1.0.1.Final)

This program and the accompanying materials are made available under 
the terms of the Eclipse Public License v1.0 and Eclipse Distribution         
License v. 1.0 which accompanies this distribution.
The Eclipse Public License is available at   
http://www.eclipse.org/legal/epl-v10.htm

Upvotes: 0

Related Questions