File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 111
111
<plugins >
112
112
<plugin >
113
113
<artifactId >maven-release-plugin</artifactId >
114
+ <inherited >true</inherited >
114
115
<configuration >
115
116
<autoVersionSubmodules >true</autoVersionSubmodules >
116
117
<pushChanges >false</pushChanges >
117
118
<localCheckout >true</localCheckout >
119
+ <preparationGoals >clean install</preparationGoals >
120
+ <releaseProfiles >gpg-sign,jboss-release</releaseProfiles >
121
+ <tagNameFormat >@{project.version}</tagNameFormat >
118
122
</configuration >
119
123
</plugin >
120
124
<plugin >
134
138
<version >true</version >
135
139
<author >true</author >
136
140
<keywords >true</keywords >
137
- <additionalparam >-sourceclasspath
138
- ${project.build.outputDirectory}
139
- </additionalparam >
141
+ <additionalOptions >
142
+ < additionalOption >-sourceclasspath ${project.build.outputDirectory} </ additionalOption >
143
+ </additionalOptions >
140
144
<stylesheetfile >${project.parent.parent.basedir} /javadoc/stylesheet.css</stylesheetfile >
141
145
<javadocDirectory >${project.parent.parent.basedir} /javadoc</javadocDirectory >
142
146
</configuration >
You can’t perform that action at this time.
0 commit comments