-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15 from csowada/develop
Next Release 4.0.20
- Loading branch information
Showing
34 changed files
with
193 additions
and
247 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,13 @@ | ||
__WARNING: DO NOT USE PowerShell to execute commands__ | ||
|
||
```bash | ||
mvn package -Dspotless.check.skip=true -pl :org.openhab.binding.ebus | ||
mvn clean package -Dspotless.check.skip=true -pl :org.openhab.binding.ebus | ||
mvn clean package -Dspotless.check.skip=true -pl :org.openhab.binding.ebus -DskipChecks | ||
mvn verify -Dspotless.check.skip=true -pl :org.openhab.binding.ebus | ||
mvn karaf:kar -Dspotless.check.skip=true -pl :org.openhab.binding.ebus -DskipChecks | ||
mvn install -Dspotless.check.skip=true -pl :org.openhab.binding.ebus | ||
mvn install -Dspotless.check.skip=true -pl :org.openhab.binding.ebus -DskipChecks | ||
mvn clean verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dspotless.check.skip=true | ||
|
||
mvn clean install karaf:kar -DskipChecks=true -DskipTests -Dcheckstyle.skip -pl :org.openhab.binding.ebus -DskipChecks=true -DskipTests -Dcheckstyle.skip | ||
mvn license:format | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 5 additions & 9 deletions
14
...s/org.openhab.binding.ebus/src/main/java/org/openhab/binding/ebus/action/EBusActions.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 5 additions & 9 deletions
14
...inding.ebus/src/main/java/org/openhab/binding/ebus/internal/EBusBindingConfiguration.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 5 additions & 9 deletions
14
...ab.binding.ebus/src/main/java/org/openhab/binding/ebus/internal/EBusBindingConstants.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 5 additions & 9 deletions
14
....ebus/src/main/java/org/openhab/binding/ebus/internal/EBusBridgeHandlerConfiguration.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 5 additions & 9 deletions
14
...inding.ebus/src/main/java/org/openhab/binding/ebus/internal/EBusHandlerConfiguration.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 5 additions & 9 deletions
14
...nhab.binding.ebus/src/main/java/org/openhab/binding/ebus/internal/EBusHandlerFactory.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 5 additions & 9 deletions
14
...nhab.binding.ebus/src/main/java/org/openhab/binding/ebus/internal/EbusBindingVersion.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 5 additions & 9 deletions
14
...g.ebus/src/main/java/org/openhab/binding/ebus/internal/handler/EBusBaseBridgeHandler.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 5 additions & 9 deletions
14
...nding.ebus/src/main/java/org/openhab/binding/ebus/internal/handler/EBusBridgeHandler.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 5 additions & 9 deletions
14
...hab.binding.ebus/src/main/java/org/openhab/binding/ebus/internal/handler/EBusHandler.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.