openhab-core/bundles
Markus Rathgeb b7b5dfc9fa POM Code Convention (#790)
There is a recommended ordering for all Maven POM files.
See: https://maven.apache.org/developers/conventions/code.html

The POM files has been "fixed" by using the "sortpom-maven-plugin".
The blank lines has been kept to keep the element separation for
readability.
The plugin also fixes indentation etc.
Have a look at: https://github.com/Ekryd/sortpom/wiki

The profile has been set to "recommended_2008_06" that states:
The POM Code Convention that was chosen by Maven developers in 2008

Command that has been executed:

    mvn \
      com.github.ekryd.sortpom:sortpom-maven-plugin:sort \
      -Dsort.keepBlankLines=true \
      -Dsort.predefinedSortOrder=recommended_2008_06

Signed-off-by: Markus Rathgeb <maggu2810@gmail.com>
2019-05-05 17:47:41 +02:00
..
org.openhab.core use mandatory storage services (#787) 2019-05-02 21:11:00 +02:00
org.openhab.core.audio Updated xml schema locations to openhab (#769) 2019-04-29 19:15:24 +02:00
org.openhab.core.auth.jaas Ignore and remove Eclipse project specific settings (#677) 2019-03-26 13:04:09 +01:00
org.openhab.core.auth.oauth2client Ignore and remove Eclipse project specific settings (#677) 2019-03-26 13:04:09 +01:00
org.openhab.core.automation use mandatory storage services (#787) 2019-05-02 21:11:00 +02:00
org.openhab.core.automation.module.media Ignore and remove Eclipse project specific settings (#677) 2019-03-26 13:04:09 +01:00
org.openhab.core.automation.module.script remove build path entries for non-existent folders (#716) 2019-04-14 09:55:32 +02:00
org.openhab.core.automation.module.script.rulesupport Sort by filename instead of path (#724) 2019-04-18 20:15:50 +02:00
org.openhab.core.automation.rest Ignore and remove Eclipse project specific settings (#677) 2019-03-26 13:04:09 +01:00
org.openhab.core.binding.xml Updated xml schema definition locations to openhab (#768) 2019-04-29 19:14:51 +02:00
org.openhab.core.boot POM Code Convention (#790) 2019-05-05 17:47:41 +02:00
org.openhab.core.compat1x POM Code Convention (#790) 2019-05-05 17:47:41 +02:00
org.openhab.core.config.core Ignore and remove Eclipse project specific settings (#677) 2019-03-26 13:04:09 +01:00
org.openhab.core.config.discovery use mandatory storage services (#787) 2019-05-02 21:11:00 +02:00
org.openhab.core.config.discovery.mdns Ignore and remove Eclipse project specific settings (#677) 2019-03-26 13:04:09 +01:00
org.openhab.core.config.discovery.upnp Ignore and remove Eclipse project specific settings (#677) 2019-03-26 13:04:09 +01:00
org.openhab.core.config.discovery.usbserial Ignore and remove Eclipse project specific settings (#677) 2019-03-26 13:04:09 +01:00
org.openhab.core.config.discovery.usbserial.linuxsysfs Ignore and remove Eclipse project specific settings (#677) 2019-03-26 13:04:09 +01:00
org.openhab.core.config.dispatch Ignore and remove Eclipse project specific settings (#677) 2019-03-26 13:04:09 +01:00
org.openhab.core.config.serial Ignore and remove Eclipse project specific settings (#677) 2019-03-26 13:04:09 +01:00
org.openhab.core.config.xml Updated xml schema definition locations to openhab (#768) 2019-04-29 19:14:51 +02:00
org.openhab.core.extension.sample Ignore and remove Eclipse project specific settings (#677) 2019-03-26 13:04:09 +01:00
org.openhab.core.id Ignore and remove Eclipse project specific settings (#677) 2019-03-26 13:04:09 +01:00
org.openhab.core.io.console Ignore and remove Eclipse project specific settings (#677) 2019-03-26 13:04:09 +01:00
org.openhab.core.io.console.eclipse Ignore and remove Eclipse project specific settings (#677) 2019-03-26 13:04:09 +01:00
org.openhab.core.io.console.karaf differ between min. karaf version (OSGi) und karaf compilation tooling (#740) 2019-04-16 22:41:27 +02:00
org.openhab.core.io.console.rfc147 Ignore and remove Eclipse project specific settings (#677) 2019-03-26 13:04:09 +01:00
org.openhab.core.io.http Ignore and remove Eclipse project specific settings (#677) 2019-03-26 13:04:09 +01:00
org.openhab.core.io.http.auth Ignore and remove Eclipse project specific settings (#677) 2019-03-26 13:04:09 +01:00
org.openhab.core.io.http.auth.basic Ignore and remove Eclipse project specific settings (#677) 2019-03-26 13:04:09 +01:00
org.openhab.core.io.jetty.certificate POM Code Convention (#790) 2019-05-05 17:47:41 +02:00
org.openhab.core.io.monitor Ignore and remove Eclipse project specific settings (#677) 2019-03-26 13:04:09 +01:00
org.openhab.core.io.net Ignore and remove Eclipse project specific settings (#677) 2019-03-26 13:04:09 +01:00
org.openhab.core.io.rest Ignore and remove Eclipse project specific settings (#677) 2019-03-26 13:04:09 +01:00
org.openhab.core.io.rest.auth Ignore and remove Eclipse project specific settings (#677) 2019-03-26 13:04:09 +01:00
org.openhab.core.io.rest.core Added i18n feature for dynamic state descriptions (#655) 2019-04-26 12:54:40 +02:00
org.openhab.core.io.rest.log Ignore and remove Eclipse project specific settings (#677) 2019-03-26 13:04:09 +01:00
org.openhab.core.io.rest.mdns Ignore and remove Eclipse project specific settings (#677) 2019-03-26 13:04:09 +01:00
org.openhab.core.io.rest.optimize Ignore and remove Eclipse project specific settings (#677) 2019-03-26 13:04:09 +01:00
org.openhab.core.io.rest.sitemap Ignore and remove Eclipse project specific settings (#677) 2019-03-26 13:04:09 +01:00
org.openhab.core.io.rest.sse drop blocking async SSE implementation (#754) 2019-04-25 20:05:22 +02:00
org.openhab.core.io.rest.voice Ignore and remove Eclipse project specific settings (#677) 2019-03-26 13:04:09 +01:00
org.openhab.core.io.transport.dbus Ignore and remove Eclipse project specific settings (#677) 2019-03-26 13:04:09 +01:00
org.openhab.core.io.transport.mdns Ignore and remove Eclipse project specific settings (#677) 2019-03-26 13:04:09 +01:00
org.openhab.core.io.transport.mqtt Updated xml schema locations to openhab (#769) 2019-04-29 19:15:24 +02:00
org.openhab.core.io.transport.serial add human readable notation of serial protocol type (#794) 2019-05-05 17:42:06 +02:00
org.openhab.core.io.transport.serial.javacomm Ignore and remove Eclipse project specific settings (#677) 2019-03-26 13:04:09 +01:00
org.openhab.core.io.transport.serial.rxtx Ignore and remove Eclipse project specific settings (#677) 2019-03-26 13:04:09 +01:00
org.openhab.core.io.transport.serial.rxtx.rfc2217 Ignore and remove Eclipse project specific settings (#677) 2019-03-26 13:04:09 +01:00
org.openhab.core.io.transport.upnp Ignore and remove Eclipse project specific settings (#677) 2019-03-26 13:04:09 +01:00
org.openhab.core.karaf POM Code Convention (#790) 2019-05-05 17:47:41 +02:00
org.openhab.core.model.codegen Updated NOTICE files to openHAB (#578) 2019-02-15 10:46:18 +01:00
org.openhab.core.model.core model: prevent simultan access of singleton (#773) 2019-05-01 23:19:07 +02:00
org.openhab.core.model.item POM Code Convention (#790) 2019-05-05 17:47:41 +02:00
org.openhab.core.model.item.ide POM Code Convention (#790) 2019-05-05 17:47:41 +02:00
org.openhab.core.model.item.runtime Ignore and remove Eclipse project specific settings (#677) 2019-03-26 13:04:09 +01:00
org.openhab.core.model.lazygen Ignore and remove Eclipse project specific settings (#677) 2019-03-26 13:04:09 +01:00
org.openhab.core.model.lsp Updated xml schema locations to openhab (#769) 2019-04-29 19:15:24 +02:00
org.openhab.core.model.persistence POM Code Convention (#790) 2019-05-05 17:47:41 +02:00
org.openhab.core.model.persistence.ide POM Code Convention (#790) 2019-05-05 17:47:41 +02:00
org.openhab.core.model.persistence.runtime Ignore and remove Eclipse project specific settings (#677) 2019-03-26 13:04:09 +01:00
org.openhab.core.model.rule POM Code Convention (#790) 2019-05-05 17:47:41 +02:00
org.openhab.core.model.rule.ide POM Code Convention (#790) 2019-05-05 17:47:41 +02:00
org.openhab.core.model.rule.runtime Ignore and remove Eclipse project specific settings (#677) 2019-03-26 13:04:09 +01:00
org.openhab.core.model.script POM Code Convention (#790) 2019-05-05 17:47:41 +02:00
org.openhab.core.model.script.ide POM Code Convention (#790) 2019-05-05 17:47:41 +02:00
org.openhab.core.model.script.runtime Ignore and remove Eclipse project specific settings (#677) 2019-03-26 13:04:09 +01:00
org.openhab.core.model.sitemap POM Code Convention (#790) 2019-05-05 17:47:41 +02:00
org.openhab.core.model.sitemap.ide POM Code Convention (#790) 2019-05-05 17:47:41 +02:00
org.openhab.core.model.sitemap.runtime Ignore and remove Eclipse project specific settings (#677) 2019-03-26 13:04:09 +01:00
org.openhab.core.model.thing POM Code Convention (#790) 2019-05-05 17:47:41 +02:00
org.openhab.core.model.thing.ide POM Code Convention (#790) 2019-05-05 17:47:41 +02:00
org.openhab.core.model.thing.runtime Ignore and remove Eclipse project specific settings (#677) 2019-03-26 13:04:09 +01:00
org.openhab.core.persistence Updated xml schema locations to openhab (#769) 2019-04-29 19:15:24 +02:00
org.openhab.core.scheduler Ignore and remove Eclipse project specific settings (#677) 2019-03-26 13:04:09 +01:00
org.openhab.core.semantics Ignore and remove Eclipse project specific settings (#677) 2019-03-26 13:04:09 +01:00
org.openhab.core.storage.json Updated xml schema locations to openhab (#769) 2019-04-29 19:15:24 +02:00
org.openhab.core.storage.mapdb mapdb storage: minor cleanups (#707) 2019-04-09 21:23:25 +02:00
org.openhab.core.test POM Code Convention (#790) 2019-05-05 17:47:41 +02:00
org.openhab.core.test.magic Updated xml schema locations to openhab (#769) 2019-04-29 19:15:24 +02:00
org.openhab.core.thing use mandatory storage services (#787) 2019-05-02 21:11:00 +02:00
org.openhab.core.thing.xml Updated xml schema definition locations to openhab (#768) 2019-04-29 19:14:51 +02:00
org.openhab.core.transform Ignore and remove Eclipse project specific settings (#677) 2019-03-26 13:04:09 +01:00
org.openhab.core.ui Updated xml schema locations to openhab (#769) 2019-04-29 19:15:24 +02:00
org.openhab.core.ui.icon Ignore and remove Eclipse project specific settings (#677) 2019-03-26 13:04:09 +01:00
org.openhab.core.voice Updated xml schema locations to openhab (#769) 2019-04-29 19:15:24 +02:00
pom.xml POM Code Convention (#790) 2019-05-05 17:47:41 +02:00