This is an automated email from the ASF dual-hosted git repository.
rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-project-archetype.git
The following commit(s) were added to refs/heads/master by this push:
new b71a580 SLING-10601 - Add a launcher module to the project archetype
b71a580 is described below
commit b71a580fe6ac9c674ca3f3528768e3d765aef25f
Author: Robert Munteanu <[email protected]>
AuthorDate: Tue Jul 13 11:33:24 2021 +0300
SLING-10601 - Add a launcher module to the project archetype
Build the projects as part of the ITs to allow catching problems earlier.
---
src/test/resources/projects/all/goal.txt | 1 +
src/test/resources/projects/allDeleted/goal.txt | 1 +
src/test/resources/projects/allMerged/goal.txt | 1 +
src/test/resources/projects/notAll/goal.txt | 1 +
src/test/resources/projects/notAllDeleted/goal.txt | 1 +
src/test/resources/projects/notAllMerged/goal.txt | 1 +
6 files changed, 6 insertions(+)
diff --git a/src/test/resources/projects/all/goal.txt
b/src/test/resources/projects/all/goal.txt
index e69de29..4a1a71d 100644
--- a/src/test/resources/projects/all/goal.txt
+++ b/src/test/resources/projects/all/goal.txt
@@ -0,0 +1 @@
+verify
\ No newline at end of file
diff --git a/src/test/resources/projects/allDeleted/goal.txt
b/src/test/resources/projects/allDeleted/goal.txt
index e69de29..4a1a71d 100644
--- a/src/test/resources/projects/allDeleted/goal.txt
+++ b/src/test/resources/projects/allDeleted/goal.txt
@@ -0,0 +1 @@
+verify
\ No newline at end of file
diff --git a/src/test/resources/projects/allMerged/goal.txt
b/src/test/resources/projects/allMerged/goal.txt
index e69de29..4a1a71d 100644
--- a/src/test/resources/projects/allMerged/goal.txt
+++ b/src/test/resources/projects/allMerged/goal.txt
@@ -0,0 +1 @@
+verify
\ No newline at end of file
diff --git a/src/test/resources/projects/notAll/goal.txt
b/src/test/resources/projects/notAll/goal.txt
index e69de29..4a1a71d 100644
--- a/src/test/resources/projects/notAll/goal.txt
+++ b/src/test/resources/projects/notAll/goal.txt
@@ -0,0 +1 @@
+verify
\ No newline at end of file
diff --git a/src/test/resources/projects/notAllDeleted/goal.txt
b/src/test/resources/projects/notAllDeleted/goal.txt
index e69de29..4a1a71d 100644
--- a/src/test/resources/projects/notAllDeleted/goal.txt
+++ b/src/test/resources/projects/notAllDeleted/goal.txt
@@ -0,0 +1 @@
+verify
\ No newline at end of file
diff --git a/src/test/resources/projects/notAllMerged/goal.txt
b/src/test/resources/projects/notAllMerged/goal.txt
index e69de29..4a1a71d 100644
--- a/src/test/resources/projects/notAllMerged/goal.txt
+++ b/src/test/resources/projects/notAllMerged/goal.txt
@@ -0,0 +1 @@
+verify
\ No newline at end of file