-
Notifications
You must be signed in to change notification settings - Fork 1.2k
enable Reproducible Builds #6801
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
a198440
743f31f
7cfbcf4
4ea342c
c087de4
8a2f652
123b426
4fa22f4
13dd698
b3f9824
18fe422
d6181d5
9c86c4d
8925ac7
05a44d8
8d819ec
e5bd83e
ab05d34
eface4c
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -23,7 +23,7 @@ | |
| <parent> | ||
| <groupId>org.apache</groupId> | ||
| <artifactId>apache</artifactId> | ||
| <version>11</version> | ||
| <version>27</version> | ||
| <relativePath /> | ||
| </parent> | ||
|
|
||
|
|
@@ -47,6 +47,7 @@ | |
|
|
||
| <properties> | ||
| <!-- keep in alphabetic order --> | ||
| <project.build.outputTimestamp>10</project.build.outputTimestamp> | ||
| <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | ||
| <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> | ||
| <project.systemvm.template.location>https://download.cloudstack.org/systemvm</project.systemvm.template.location> | ||
|
|
@@ -907,7 +908,6 @@ | |
| <plugin> | ||
| <groupId>org.apache.maven.plugins</groupId> | ||
| <artifactId>maven-release-plugin</artifactId> | ||
| <version>${cs.release-plugin.version}</version> | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. also inherited from parent
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'm not sure if root pom.xml has a parent cc @DaanHoogland |
||
| <executions> | ||
| <execution> | ||
| <id>default</id> | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -25,12 +25,18 @@ | |
| <version>4.21.0.0-SNAPSHOT</version> | ||
|
|
||
| <properties> | ||
| <project.build.outputTimestamp>10</project.build.outputTimestamp> | ||
| <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | ||
| <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> | ||
| </properties> | ||
|
|
||
| <build> | ||
| <plugins> | ||
| <plugin> | ||
| <groupId>org.apache.maven.plugins</groupId> | ||
| <artifactId>maven-jar-plugin</artifactId> | ||
| <version>3.2.2</version> | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Should this version be defined as property in root pom.xml?
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. it is used nowhere else, hence @hboutemy put it in the local pom.xml. I think it is alright in this case. |
||
| </plugin> | ||
| <plugin> | ||
| <groupId>org.apache.maven.plugins</groupId> | ||
| <artifactId>maven-site-plugin</artifactId> | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.