]> gerrit.simantics Code Review - simantics/platform.git/commitdiff
More Enhance logging for Simantics platform with SLF4J and Logback 87/87/1
authorjsimomaa <jani.simomaa@gmail.com>
Fri, 23 Sep 2016 08:47:02 +0000 (11:47 +0300)
committerjsimomaa <jani.simomaa@gmail.com>
Fri, 23 Sep 2016 10:43:40 +0000 (13:43 +0300)
Changing pom.xml to override generation of ch.qos.logback.classic

refs #6705

Change-Id: I512378d6a583b062c74bffc8c46b743eb2d68305

features/org.simantics.rcp.feature/feature.xml
releng/org.simantics.sdk.build.p2.site/pom.xml

index 40a9bdb68368264e321ea65b118a5070768e330f..d11d8aa0b9d1a0e28e59053aa0f8c8d3d59a2efd 100644 (file)
@@ -677,7 +677,7 @@ This Agreement is governed by the laws of the State of New York and the intellec
          unpack="false"/>
 
    <plugin
-         id="qh.cos.logback.classic"
+         id="ch.qos.logback.classic"
          download-size="0"
          install-size="0"
          version="0.0.0"
index 89340d87216f93f536237244c294c0dfb0ef8f83..4a9f95356204009d7d651133efe655abe8f305ec 100644 (file)
                                 <artifact>
                                     <id>ch.qos.logback:logback-classic:1.1.7</id>
                                     <source>true</source>
+                                    <override>true</override>
                                 </artifact>
                             </artifacts>
                         </configuration>