Skip to content

Commit

Permalink
[incubator-kie-issues#820] working mvn artifact:check-buildplan (apac…
Browse files Browse the repository at this point in the history
…he#1953)

Co-authored-by: BAMOE CI <[email protected]>
  • Loading branch information
2 people authored and rgdoliveira committed Jan 25, 2024
1 parent 17c5873 commit 99c3250
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,26 @@
<name>Kogito Apps</name>
<description>Kogito Apps</description>

<properties>
<project.build.outputTimestamp>2024-01-16T00:00:00Z</project.build.outputTimestamp>
<version.maven.artifact.plugin>3.4.1</version.maven.artifact.plugin>
</properties>

<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-artifact-plugin</artifactId>
<version>${version.maven.artifact.plugin}</version>
<configuration>
<outputTimestamp>${project.build.outputTimestamp}</outputTimestamp>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>

<repositories>
<!-- Bootstrap repository to locate the parent pom when the parent pom has not been build locally. -->
<repository>
Expand Down

0 comments on commit 99c3250

Please sign in to comment.