Merge "Rename Gerrit WAR that includes plugins to 'gerrit-full-{version}'"
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