Skip to content

Commit a9e5085

Browse files
committed
Maven core as Reproducible Build (yes!!!)
1 parent 07ab962 commit a9e5085

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

maven-core/src/main/resources/org/apache/maven/messages/build.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
# under the License.
1717

1818
buildNumber=${buildNumber}
19-
timestamp=${timestamp}
2019
version=${project.version}
2120
distributionId=${distributionId}
2221
distributionShortName=${distributionShortName}

pom.xml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ under the License.
2525
<parent>
2626
<groupId>org.apache.maven</groupId>
2727
<artifactId>maven-parent</artifactId>
28-
<version>33</version>
28+
<version>34.RB-SNAPSHOT</version>
2929
<relativePath>../pom/maven/pom.xml</relativePath>
3030
</parent>
3131

@@ -76,6 +76,7 @@ under the License.
7676
<maven.site.path>ref/3-LATEST</maven.site.path>
7777
<checkstyle.violation.ignore>None</checkstyle.violation.ignore>
7878
<checkstyle.excludes>**/package-info.java</checkstyle.excludes>
79+
<source-date-epoch>1569085893</source-date-epoch>
7980
</properties>
8081

8182
<modules>
@@ -567,12 +568,6 @@ under the License.
567568
</lifecycleMappingMetadata>
568569
</configuration>
569570
</plugin>
570-
<!-- TODO remove when upgrade to apache-22 parent pom -->
571-
<plugin>
572-
<groupId>org.apache.maven.plugins</groupId>
573-
<artifactId>maven-assembly-plugin</artifactId>
574-
<version>3.1.1</version>
575-
</plugin>
576571
</plugins>
577572
</pluginManagement>
578573
<plugins>

0 commit comments

Comments
 (0)