This is an automated email from the ASF dual-hosted git repository.

radu pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-bundle-tracker-it.git


The following commit(s) were added to refs/heads/master by this push:
     new f31b12e  trivial: corrected syntax for .sling-module.json
f31b12e is described below

commit f31b12e2df661254f701a304f50eea5452b715fc
Author: Radu Cotescu <[email protected]>
AuthorDate: Thu Aug 29 16:48:14 2019 +0200

    trivial: corrected syntax for .sling-module.json
---
 .sling-module.json | 4 +++-
 README.md          | 7 -------
 2 files changed, 3 insertions(+), 8 deletions(-)

diff --git a/.sling-module.json b/.sling-module.json
index 9a93d88..3eab20a 100644
--- a/.sling-module.json
+++ b/.sling-module.json
@@ -1,3 +1,5 @@
 {
-    "mavenGoal": "verify"
+    "jenkins": {
+        "mavenGoal": "verify"
+    }
 }
diff --git a/README.md b/README.md
index 99a24a1..34ae6a7 100644
--- a/README.md
+++ b/README.md
@@ -7,13 +7,6 @@ Apache Sling Scripting Bundle Tracker Integration Tests
 
 This project provides the integration tests and some test examples for the 
[Apache Sling Scripting Bundle 
Tracker](https://github.com/apache/sling-org-apache-sling-scripting-bundle-tracker)
 module.
 
-### Integration Tests
-
-To run the integration tests do:
-
-```
-mvn clean verify -Pit
-```
 
 ### Example
 

Reply via email to