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

ilgrosso pushed a commit to branch 2_1_X
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/2_1_X by this push:
     new 864e7e0  Attempting to fix (again) Tycho
864e7e0 is described below

commit 864e7e0eda91bd0ade50cec7af014e27c7df694c
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Wed Apr 29 10:23:17 2020 +0200

    Attempting to fix (again) Tycho
---
 ide/eclipse/pom.xml | 7 ++++++-
 pom.xml             | 7 +++++++
 2 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/ide/eclipse/pom.xml b/ide/eclipse/pom.xml
index 21c743d..f299e9a 100644
--- a/ide/eclipse/pom.xml
+++ b/ide/eclipse/pom.xml
@@ -96,6 +96,11 @@ under the License.
         <groupId>org.eclipse.tycho</groupId>
         <artifactId>tycho-p2-repository-plugin</artifactId>
       </plugin>
+
+      <plugin>
+        <groupId>org.eclipse.tycho</groupId>
+        <artifactId>tycho-packaging-plugin</artifactId>
+      </plugin>
     </plugins>
   </build>
   
@@ -131,4 +136,4 @@ under the License.
       </build>
     </profile>
   </profiles>
-</project>
\ No newline at end of file
+</project>
diff --git a/pom.xml b/pom.xml
index e2f6e1a..7952ab6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2127,6 +2127,13 @@ under the License.
         </plugin>   
         <plugin>
           <groupId>org.eclipse.tycho</groupId>
+          <artifactId>tycho-packaging-plugin</artifactId>
+          <configuration>
+            <strictVersions>false</strictVersions>
+          </configuration>
+        </plugin>
+        <plugin>
+          <groupId>org.eclipse.tycho</groupId>
           <artifactId>tycho-surefire-plugin</artifactId>
           <version>${tycho.version}</version>
         </plugin>        

Reply via email to