Skip to content

Commit

Permalink
[NO-ISSUE] Use apache-release profile when doing a release build (apa…
Browse files Browse the repository at this point in the history
…che#3530)

* Add apache-release profile to release builds.

* Override javadoc version.

* Fix JavaDoc build.

* Add password to gpg signing setup.

* Add GPG password to signing command

* Run from within withCredentials block for release.
# Conflicts:
#	.ci/jenkins/Jenkinsfile.deploy
  • Loading branch information
rgdoliveira committed Jun 10, 2024
1 parent ff5552f commit e9e8c74
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions kogito-build/kogito-build-no-bom-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -661,6 +661,16 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>${version.maven-javadoc-plugin}</version>
<configuration>
<quiet>true</quiet>
<doclint>none</doclint>
<legacyMode>true</legacyMode>
</configuration>
</plugin>
</plugins>
</pluginManagement>

Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@
<project.build.outputTimestamp>2024-01-16T00:00:00Z</project.build.outputTimestamp>
<version.maven.artifact.plugin>3.4.1</version.maven.artifact.plugin>
<version.apache-rat-plugin>0.16.1</version.apache-rat-plugin>
<version.maven-javadoc-plugin>3.6.2</version.maven-javadoc-plugin>
</properties>

<build>
Expand Down

0 comments on commit e9e8c74

Please sign in to comment.