Skip to content

Commit 3556036

Browse files
committed
refactor: removing examples folder
Signed-off-by: SimoneFiorani <simone.fiorani@abinsula.com>
1 parent 4271f16 commit 3556036

385 files changed

Lines changed: 1 addition & 35663 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Jenkinsfile

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -61,25 +61,10 @@ node {
6161
dir("kura") {
6262
withMaven(jdk: 'temurin-jdk17-latest', maven: 'apache-maven-3.9.6') {
6363
sh "mvn -f kura/distrib/pom.xml clean install -DbuildAll"
64-
}
65-
}
66-
}
67-
}
68-
69-
stage('Build examples') {
70-
timeout(time: 1, unit: 'HOURS') {
71-
dir("kura") {
72-
withMaven(jdk: 'temurin-jdk17-latest', maven: 'apache-maven-3.9.6') {
73-
sh "mvn -f kura/examples/pom.xml clean install -Pcheck-exists-plugin"
74-
}
75-
}
76-
}
77-
}
78-
7964

8065
stage('Generate test reports') {
8166
dir("kura") {
82-
junit 'kura/test/*/target/surefire-reports/*.xml,kura/examples/test/*/target/surefire-reports/*.xml'
67+
junit 'kura/test/*/target/surefire-reports/*.xml'
8368
}
8469
}
8570

build-all.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,5 @@ MAVEN_PROPS="-B"
2424

2525
mvn "$@" -f target-platform/pom.xml clean install $MAVEN_PROPS &&
2626
mvn "$@" -f kura/pom.xml clean install $MAVEN_PROPS &&
27-
mvn "$@" -f kura/examples/pom.xml clean install $MAVEN_PROPS &&
2827
mvn "$@" -f kura/distrib/pom.xml clean install $MAVEN_PROPS -DbuildAll
2928

kura/examples/bnd_examples/org.eclipse.kura.demo.bnd.heater/pom.xml

Lines changed: 0 additions & 126 deletions
This file was deleted.

0 commit comments

Comments
 (0)