Rename Gerrit WAR that includes plugins to 'gerrit-full-{version}'
It's less confusing to have an explicit name for the Gerrit WAR that includes the plugins because already from the name of the WAR file it can be seen whether plugins are included or not. Change-Id: I0169c388f05c350c97e4573c69aad6a14fe937a0 Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
This commit is contained in:
@@ -126,7 +126,7 @@ point to the latest release version (no dependency to snapshot versions)
|
||||
====
|
||||
|
||||
* Find WAR that includes the core plugins at
|
||||
`gerrit-package-plugins\target\gerrit-v2.5.war`
|
||||
`gerrit-package-plugins\target\gerrit-full-v2.5.war`
|
||||
* Sanity check WAR
|
||||
|
||||
Publish to the Project Locations
|
||||
|
@@ -74,7 +74,7 @@ limitations under the License.
|
||||
<artifactId>maven-war-plugin</artifactId>
|
||||
<version>2.1.1</version>
|
||||
<configuration>
|
||||
<warName>gerrit-${project.version}</warName>
|
||||
<warName>gerrit-full-${project.version}</warName>
|
||||
<archive>
|
||||
<addMavenDescriptor>false</addMavenDescriptor>
|
||||
<manifestEntries>
|
||||
|
Reference in New Issue
Block a user