File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 - ' http/**'
99 - ' tools/maven-bundle-plugin/**'
1010 - ' tools/osgicheck-maven-plugin/**'
11+ - ' log/**'
1112 - ' webconsole/**'
1213 pull_request :
1314 branches : [ "master" ]
1718 - ' tools/maven-bundle-plugin/**'
1819 - ' tools/osgicheck-maven-plugin/**'
1920 - ' webconsole/**'
20-
21+ - ' log/**'
22+
2123permissions : {}
2224
2325jobs :
@@ -50,10 +52,16 @@ jobs:
5052 - 'tools/osgicheck-maven-plugin/**'
5153 webconsole:
5254 - 'webconsole/**'
55+ log:
56+ - 'log/**'
57+
5358 - name : Felix SCR
5459 if : steps.changes.outputs.scr == 'true'
5560 run : mvn -B -V -Dstyle.color=always --file scr/pom.xml clean verify
56- - name : Felix HTTP
61+ - name : Felix Log
62+ if : steps.changes.outputs.log == 'true'
63+ run : mvn -B -V -Dstyle.color=always --file log/pom.xml clean verify
64+ - name : Felix HTTP
5765 if : steps.changes.outputs.http == 'true'
5866 run : mvn -B -V -Dstyle.color=always "-Dit.test=!MissingWebsocketDependenciesIT" --file http/pom.xml clean install verify
5967 - name : Felix Maven bundle plugin
You can’t perform that action at this time.
0 commit comments