Skip to content

Commit 67743a0

Browse files
committed
chore: extends mvn-release-plugin configuration
1 parent 6ed9314 commit 67743a0

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

pom.xml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,14 @@
111111
<plugins>
112112
<plugin>
113113
<artifactId>maven-release-plugin</artifactId>
114+
<inherited>true</inherited>
114115
<configuration>
115116
<autoVersionSubmodules>true</autoVersionSubmodules>
116117
<pushChanges>false</pushChanges>
117118
<localCheckout>true</localCheckout>
119+
<preparationGoals>clean install</preparationGoals>
120+
<releaseProfiles>gpg-sign,jboss-release</releaseProfiles>
121+
<tagNameFormat>@{project.version}</tagNameFormat>
118122
</configuration>
119123
</plugin>
120124
<plugin>
@@ -134,9 +138,9 @@
134138
<version>true</version>
135139
<author>true</author>
136140
<keywords>true</keywords>
137-
<additionalparam>-sourceclasspath
138-
${project.build.outputDirectory}
139-
</additionalparam>
141+
<additionalOptions>
142+
<additionalOption>-sourceclasspath ${project.build.outputDirectory}</additionalOption>
143+
</additionalOptions>
140144
<stylesheetfile>${project.parent.parent.basedir}/javadoc/stylesheet.css</stylesheetfile>
141145
<javadocDirectory>${project.parent.parent.basedir}/javadoc</javadocDirectory>
142146
</configuration>

0 commit comments

Comments
 (0)