[uima-build-jenkins-shared-library] branch main updated: Issue #5: Windows builds do not seem to work

2023-09-25 Thread rec
This is an automated email from the ASF dual-hosted git repository.

rec pushed a commit to branch main
in repository 
https://gitbox.apache.org/repos/asf/uima-build-jenkins-shared-library.git


The following commit(s) were added to refs/heads/main by this push:
 new 01df6f2  Issue #5: Windows builds do not seem to work
01df6f2 is described below

commit 01df6f2995e056d3bb200cedbfc6b234169be555
Author: Richard Eckart de Castilho 
AuthorDate: Mon Sep 25 15:58:31 2023 +0200

Issue #5: Windows builds do not seem to work

- Reactivate Windows build
---
 vars/defaultPipeline.groovy | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/vars/defaultPipeline.groovy b/vars/defaultPipeline.groovy
index 0c5255a..a423b55 100644
--- a/vars/defaultPipeline.groovy
+++ b/vars/defaultPipeline.groovy
@@ -63,9 +63,7 @@ def call(body) {
   axes {
 axis {
 name 'PLATFORM'
-// https://github.com/apache/uima-build-jenkins-shared-library/issues/5
-//values 'ubuntu', 'Windows'
-values 'ubuntu'
+values 'ubuntu', 'Windows'
 }
   }
   



[uima-build-jenkins-shared-library] branch main updated: Issue #5: Windows builds do not seem to work

2023-09-19 Thread rec
This is an automated email from the ASF dual-hosted git repository.

rec pushed a commit to branch main
in repository 
https://gitbox.apache.org/repos/asf/uima-build-jenkins-shared-library.git


The following commit(s) were added to refs/heads/main by this push:
 new 77fdbf2  Issue #5: Windows builds do not seem to work
77fdbf2 is described below

commit 77fdbf2fd08676bbd417606d287a2c4e66704640
Author: Richard Eckart de Castilho 
AuthorDate: Tue Sep 19 23:24:24 2023 +0200

Issue #5: Windows builds do not seem to work

- Deactivate Windows builds again
---
 vars/defaultPipeline.groovy | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/vars/defaultPipeline.groovy b/vars/defaultPipeline.groovy
index a423b55..0c5255a 100644
--- a/vars/defaultPipeline.groovy
+++ b/vars/defaultPipeline.groovy
@@ -63,7 +63,9 @@ def call(body) {
   axes {
 axis {
 name 'PLATFORM'
-values 'ubuntu', 'Windows'
+// https://github.com/apache/uima-build-jenkins-shared-library/issues/5
+//values 'ubuntu', 'Windows'
+values 'ubuntu'
 }
   }
   



[uima-build-jenkins-shared-library] branch main updated: Issue #5: Windows builds do not seem to work

2023-09-18 Thread rec
This is an automated email from the ASF dual-hosted git repository.

rec pushed a commit to branch main
in repository 
https://gitbox.apache.org/repos/asf/uima-build-jenkins-shared-library.git


The following commit(s) were added to refs/heads/main by this push:
 new b1f70ae  Issue #5: Windows builds do not seem to work
b1f70ae is described below

commit b1f70aed4b57cc943f3e2a34ebe5cba545f14f7d
Author: Richard Eckart de Castilho 
AuthorDate: Mon Sep 18 19:43:49 2023 +0200

Issue #5: Windows builds do not seem to work

- Reactivate Windows build
- Configure enforcer plugin so m2e properly picks up the compiler level
---
 pom.xml | 30 +++---
 vars/defaultPipeline.groovy |  4 +---
 2 files changed, 28 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3dc06e5..6fb499b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,15 +32,39 @@
 23
 
   
-  
+
   Apache UIMA - Jenkins Shared Library
-  
+
   
 UTF-8
+1.8
+${maven.compiler.target}
   
-  
+
   
 ${project.basedir}/src
 ${project.basedir}/test
+
+
+  
+org.apache.maven.plugins
+maven-enforcer-plugin
+
+  
+enforce-maven
+
+  enforce
+
+
+  
+
+  [${maven.compiler.target},)
+
+  
+
+  
+
+  
+
   
 
\ No newline at end of file
diff --git a/vars/defaultPipeline.groovy b/vars/defaultPipeline.groovy
index 0c5255a..a423b55 100644
--- a/vars/defaultPipeline.groovy
+++ b/vars/defaultPipeline.groovy
@@ -63,9 +63,7 @@ def call(body) {
   axes {
 axis {
 name 'PLATFORM'
-// https://github.com/apache/uima-build-jenkins-shared-library/issues/5
-//values 'ubuntu', 'Windows'
-values 'ubuntu'
+values 'ubuntu', 'Windows'
 }
   }
   



[uima-build-jenkins-shared-library] branch main updated: Issue #5: Windows builds do not seem to work

2023-07-05 Thread rec
This is an automated email from the ASF dual-hosted git repository.

rec pushed a commit to branch main
in repository 
https://gitbox.apache.org/repos/asf/uima-build-jenkins-shared-library.git


The following commit(s) were added to refs/heads/main by this push:
 new 895d88e  Issue #5: Windows builds do not seem to work
895d88e is described below

commit 895d88e3738aab2ab776194cf74f4e1cfe2e350f
Author: Richard Eckart de Castilho 
AuthorDate: Wed Jul 5 12:45:02 2023 +0200

Issue #5: Windows builds do not seem to work

- Deactivate Windows builds for the time being
---
 vars/defaultPipeline.groovy | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/vars/defaultPipeline.groovy b/vars/defaultPipeline.groovy
index a423b55..0c5255a 100644
--- a/vars/defaultPipeline.groovy
+++ b/vars/defaultPipeline.groovy
@@ -63,7 +63,9 @@ def call(body) {
   axes {
 axis {
 name 'PLATFORM'
-values 'ubuntu', 'Windows'
+// https://github.com/apache/uima-build-jenkins-shared-library/issues/5
+//values 'ubuntu', 'Windows'
+values 'ubuntu'
 }
   }