Merge "Rename Gerrit WAR that includes plugins to 'gerrit-full-{version}'"

This commit is contained in:
Shawn Pearce
2012-08-06 07:45:51 -07:00
committed by gerrit code review
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>