-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[incubator-kie-drools-6161] Review drools-distribution #6201
[incubator-kie-drools-6161] Review drools-distribution #6201
Conversation
<file> | ||
<source>license-for-distribution</source> | ||
<outputDirectory>/</outputDirectory> | ||
<destName>LICENSE</destName> | ||
</file> | ||
<file> | ||
<source>notice-for-distribution</source> | ||
<outputDirectory>/</outputDirectory> | ||
<destName>NOTICE</destName> | ||
</file> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added plain LICENSE
and NOTICE
. We don't need third-party license entries, because the distribution zip contains only example source codes.
<dependencySet> | ||
<includes> | ||
<include>org.kie:*:jar:sources</include> | ||
<include>org.drools:*:jar:sources</include> | ||
</includes> | ||
<excludes> | ||
<exclude>org.drools:drools-examples:jar:sources</exclude> | ||
</excludes> | ||
<outputDirectory>sources</outputDirectory> | ||
<unpack>false</unpack> | ||
<useStrictFiltering>true</useStrictFiltering> | ||
<useTransitiveFiltering>true</useTransitiveFiltering> | ||
<useProjectArtifact>false</useProjectArtifact> | ||
</dependencySet> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed source jars to avoid license review.
Users can download source distribution releases via Apache KIE website and more commonly, clone the repository via github.
Third party jars | ||
---------------- | ||
|
||
Following third party jars are optional and are not included in Drools distribution: | ||
|
||
1.Quartz: Quartz is an optional jar only needed if you wish to adapt existing quartz calendars. It can be | ||
downloaded from http://www.quartz-scheduler.org/. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Quartz is no longer used.
- Fix ReadMe and assembly
5c1a060
to
40cda66
Compare
Issue:
This PR only deals with ReadMe, assembly, LICENSE and NOTICE.
We will then