You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2022/06/15 08:44:54 UTC

[plc4x] branch develop updated: chore(code-gen): Added a todo to the licenser plugin config that it uses an outdated apache header (one without https)

This is an automated email from the ASF dual-hosted git repository.

cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new 6bc2399ac6 chore(code-gen): Added a todo to the licenser plugin config that it uses an outdated apache header (one without https)
6bc2399ac6 is described below

commit 6bc2399ac6a953fad399a2c842bacb8a6e6b6b22
Author: cdutz <ch...@c-ware.de>
AuthorDate: Wed Jun 15 10:44:48 2022 +0200

    chore(code-gen): Added a todo to the licenser plugin config that it uses an outdated apache header (one without https)
---
 plc4go/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/plc4go/pom.xml b/plc4go/pom.xml
index 1132fb9ae3..5683e1c10d 100644
--- a/plc4go/pom.xml
+++ b/plc4go/pom.xml
@@ -356,7 +356,7 @@
             </goals>
             <configuration>
               <packages>
-                <!-- We want to format every package here so we don't get dirty commits -->
+                <!-- We want to format every package here, so we don't get dirty commits -->
                 <package>./...</package>
               </packages>
             </configuration>
@@ -366,6 +366,7 @@
           <!--
             NOTE: Don't try merging the following 4 executions ...
                   It doesn't work by merging the "packages" sections
+            TODO: The licenser adds a version of the Apache Header with http url
           -->
           <execution>
             <id>add-license</id>