This is an automated email from the ASF dual-hosted git repository.
mrutkowski pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-openwhisk-release.git
The following commit(s) were added to refs/heads/master by this push:
new 40cc89b Add more exclusion files for openwhisk repo and
openwhisk-runtime-swift repo (#135)
40cc89b is described below
commit 40cc89bbb966faf0641dcc7493151d370273c690
Author: Ying Chun Guo <[email protected]>
AuthorDate: Tue May 1 23:00:48 2018 +0800
Add more exclusion files for openwhisk repo and openwhisk-runtime-swift
repo (#135)
---
docs/license_compliance.md | 3 +++
tools/lib/pom.xml | 8 ++++----
2 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/docs/license_compliance.md b/docs/license_compliance.md
index 0ffc276..6f5f6ce 100644
--- a/docs/license_compliance.md
+++ b/docs/license_compliance.md
@@ -82,6 +82,9 @@ In accordance with Apache LICENSE policies, the table below
lists known exclusio
| `dockerhub.groovy` | Not much
creativity. See a sample
[here](https://github.com/apache/incubator-openwhisk/blob/master/tools/jenkins/apache/dockerhub.groovy)
|
| `openwhisk/actionRuntimes/*/Dockerfile` | Simple docker
file without creativity. See a sample
[here](https://github.com/apache/incubator-openwhisk/blob/master/actionRuntimes/python2Action/Dockerfile)
|
| `openwhisk/sdk/docker/Dockerfile` | Simple docker
file without creativity. See a sample
[here](https://github.com/apache/incubator-openwhisk/blob/master/sdk/docker/Dockerfile)
|
+| `openwhisk/tests/dat/apigw/testswaggerdoc*` | JSON
files as test input data. See a sample
[here](https://github.com/apache/incubator-openwhisk/blob/master/tests/dat/apigw/testswaggerdoc2)
|
+| `openwhisk/tests/dat/actions/empty.js` | Empty file.
See a sample
[here](https://github.com/apache/incubator-openwhisk/blob/master/tests/dat/actions/empty.js)
|
+| `SwiftyRequest/Package.resolved` | Configuration used
by Swift Package Manager. See a sample
[here](https://github.com/apache/incubator-openwhisk-runtime-swift/blob/master/tests/dat/actions/SwiftyRequest/Package.resolved)
|
## Enforcement and verification
diff --git a/tools/lib/pom.xml b/tools/lib/pom.xml
index c978e97..c0fc23d 100644
--- a/tools/lib/pom.xml
+++ b/tools/lib/pom.xml
@@ -48,6 +48,8 @@
<excludes>
<!-- JSON files -->
<exclude>**/*.json</exclude>
+ <exclude>**/tests/dat/apigw/testswaggerdoc*</exclude>
+ <exclude>**/SwiftyRequest/Package.resolved</exclude>
<!-- gradle files -->
<exclude>**/**.gradle</exclude>
<exclude>**/gradlew**</exclude>
@@ -57,7 +59,7 @@
<!-- template files -->
<exclude>**/templates/**</exclude>
<!-- <exclude>**/*.j2.ini</exclude> -->
- <exclude>**/*.j2.*</exclude>
+ <exclude>**/*.j2*</exclude>
<exclude>**/.github/**</exclude>
<!-- OpenWhisk auth data -->
<exclude>**/auth.whisk.system</exclude>
@@ -86,9 +88,7 @@
<!-- None creative docker files -->
<exclude>openwhisk/actionRuntimes/**/Dockerfile</exclude>
<exclude>openwhisk/sdk/docker/Dockerfile</exclude>
- <!-- Test data / src files -->
- <!-- <exclude>*/tests/dat/**</exclude> -->
- <!-- <exclude>*/tests/src/**</exclude> -->
+ <exclude>openwhisk/tests/dat/actions/empty.js</exclude>
</excludes>
</configuration>
</plugin>
--
To stop receiving notification emails like this one, please contact
[email protected].