Skip to content

Commit

Permalink
chore: Added the timestamp to each pom (as the reproducible build pre…
Browse files Browse the repository at this point in the history
…-check required it)
  • Loading branch information
chrisdutz committed Nov 12, 2023
1 parent 008635e commit 650fe77
Show file tree
Hide file tree
Showing 114 changed files with 533 additions and 147 deletions.
4 changes: 4 additions & 0 deletions code-generation/language-base-freemarker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@
<name>Code-Generation: Language Base: Freemarker</name>
<description>Base code for building language outputs based on Freemarker</description>

<properties>
<project.build.outputTimestamp>1696231389</project.build.outputTimestamp>
</properties>

<dependencies>
<dependency>
<groupId>org.apache.plc4x.plugins</groupId>
Expand Down
4 changes: 4 additions & 0 deletions code-generation/language-c/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@
<name>Code-Generation: Language: C</name>
<description>Code generation template for generating C code</description>

<properties>
<project.build.outputTimestamp>1696231389</project.build.outputTimestamp>
</properties>

<build>
<plugins>
<plugin>
Expand Down
4 changes: 4 additions & 0 deletions code-generation/language-cs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@
<name>Code-Generation: Language: C#</name>
<description>Code generation template for generating C# code</description>

<properties>
<project.build.outputTimestamp>1696231389</project.build.outputTimestamp>
</properties>

<dependencies>
<!-- We are using the Freemarker module to generate Java code -->
<dependency>
Expand Down
4 changes: 4 additions & 0 deletions code-generation/language-go/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@
<name>Code-Generation: Language: Go</name>
<description>Code generation template for generating Go(lang) code</description>

<properties>
<project.build.outputTimestamp>1696231389</project.build.outputTimestamp>
</properties>

<build>
<plugins>
<plugin>
Expand Down
4 changes: 4 additions & 0 deletions code-generation/language-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@
<name>Code-Generation: Language: Java</name>
<description>Code generation template for generating Java code</description>

<properties>
<project.build.outputTimestamp>1696231389</project.build.outputTimestamp>
</properties>

<build>
<plugins>
<plugin>
Expand Down
4 changes: 4 additions & 0 deletions code-generation/language-python/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@
<name>Code-Generation: Language: Python</name>
<description>Code generation template for generating Python code</description>

<properties>
<project.build.outputTimestamp>1696231389</project.build.outputTimestamp>
</properties>

<build>
<plugins>
<plugin>
Expand Down
23 changes: 4 additions & 19 deletions code-generation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@
<name>Code-Generation</name>
<description>Home of the PLC4X code-generation framework.</description>

<properties>
<project.build.outputTimestamp>1696231389</project.build.outputTimestamp>
</properties>

<modules>
<module>language-base-freemarker</module>
<module>language-java</module>
Expand Down Expand Up @@ -77,23 +81,4 @@
</profile>
</profiles>

<dependencies>
<!-- JUnit 5 Support -->
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

</project>
4 changes: 4 additions & 0 deletions code-generation/protocol-base-mspec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@
<name>Code-Generation: Protocol Base: MSpec</name>
<description>Base stuff for building protocols using our custom MSpec format.</description>

<properties>
<project.build.outputTimestamp>1696231389</project.build.outputTimestamp>
</properties>

<build>
<plugins>
<plugin>
Expand Down
4 changes: 4 additions & 0 deletions code-generation/protocol-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@
<name>Code-Generation: Protocol Test: Test Mspec</name>
<description>Fake protocol intended for demonstrating the different features and aspects of MSpec.</description>

<properties>
<project.build.outputTimestamp>1696231389</project.build.outputTimestamp>
</properties>

<build>
<plugins>
<plugin>
Expand Down
4 changes: 4 additions & 0 deletions code-generation/tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@
<name>Code-Generation Tests</name>
<description>Tests for the various code-generation modules</description>

<properties>
<project.build.outputTimestamp>1696231389</project.build.outputTimestamp>
</properties>

<modules>
<module>protocol-test-java</module>
</modules>
Expand Down
4 changes: 4 additions & 0 deletions code-generation/tests/protocol-test-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@

<name>Code-Generation: Protocol Test: Test Java</name>

<properties>
<project.build.outputTimestamp>1696231389</project.build.outputTimestamp>
</properties>

<build>
<plugins>
<plugin>
Expand Down
1 change: 1 addition & 0 deletions plc4c/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
<description>Implementation of the protocol adapters for usage as C library.</description>

<properties>
<project.build.outputTimestamp>1696231389</project.build.outputTimestamp>
<unity.version>2.5.2</unity.version>
<!-- Tell Sonar where to find the sources -->
<!--sonar.sources></sonar.sources-->
Expand Down
1 change: 1 addition & 0 deletions plc4go/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
<description>Implementation of the protocol adapters for usage as Go(lang) library.</description>

<properties>
<project.build.outputTimestamp>1696231389</project.build.outputTimestamp>
<!-- Tell Sonar where to find the sources -->
<sonar.sources>.</sonar.sources>
<sonar.inclusions>**</sonar.inclusions>
Expand Down
4 changes: 4 additions & 0 deletions plc4j/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@
<name>PLC4J: API</name>
<description>Central API Module.</description>

<properties>
<project.build.outputTimestamp>1696231389</project.build.outputTimestamp>
</properties>

<dependencies>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down
5 changes: 5 additions & 0 deletions plc4j/drivers/ab-eth/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,14 @@
</parent>

<artifactId>plc4j-driver-ab-eth</artifactId>

<name>PLC4J: Driver: AB-ETH</name>
<description>Implementation of a PLC4X driver able to speak using the Allen Bradley AB-ETH protocol.</description>

<properties>
<project.build.outputTimestamp>1696231389</project.build.outputTimestamp>
</properties>

<build>
<plugins>
<plugin>
Expand Down
4 changes: 4 additions & 0 deletions plc4j/drivers/ads/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@

<name>PLC4J: Driver: Beckhoff TwinCat ADS Driver</name>

<properties>
<project.build.outputTimestamp>1696231389</project.build.outputTimestamp>
</properties>

<build>
<plugins>
<plugin>
Expand Down
Loading

0 comments on commit 650fe77

Please sign in to comment.