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:
Edwin Kempin
2012-08-06 14:44:49 +02:00
parent bfef420aef
commit e9f9b1ab53
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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>