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
|
* 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
|
* Sanity check WAR
|
||||||
|
|
||||||
Publish to the Project Locations
|
Publish to the Project Locations
|
||||||
|
@@ -74,7 +74,7 @@ limitations under the License.
|
|||||||
<artifactId>maven-war-plugin</artifactId>
|
<artifactId>maven-war-plugin</artifactId>
|
||||||
<version>2.1.1</version>
|
<version>2.1.1</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<warName>gerrit-${project.version}</warName>
|
<warName>gerrit-full-${project.version}</warName>
|
||||||
<archive>
|
<archive>
|
||||||
<addMavenDescriptor>false</addMavenDescriptor>
|
<addMavenDescriptor>false</addMavenDescriptor>
|
||||||
<manifestEntries>
|
<manifestEntries>
|
||||||
|
Reference in New Issue
Block a user