Added maven.war.index property.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113945 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
destfile="${maven.war.build.dir}/${maven.war.final.name}"
|
||||
basedir="${maven.war.webapp.dir}"
|
||||
update="true"
|
||||
index="true">
|
||||
index="${maven.war.index}">
|
||||
<ant:metainf dir="${licenseFile.canonicalFile.parent}">
|
||||
<ant:include name="${licenseFile.canonicalFile.name}"/>
|
||||
</ant:metainf>
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
# -------------------------------------------------------------------
|
||||
# War plugin.
|
||||
# -------------------------------------------------------------------
|
||||
maven.jar.index=true
|
||||
# Location of where the webapp is located in the source tree. The
|
||||
# WEB-INF directory is located right under ${maven.war.src}.
|
||||
maven.war.src=${maven.src.dir}/webapp
|
||||
|
||||
@@ -8,6 +8,9 @@
|
||||
<body>
|
||||
|
||||
<release version="1.4" date="in CVS">
|
||||
<action dev="evenisse" type="add">
|
||||
Added maven.war.index property.
|
||||
</action>
|
||||
<action dev="rafal" type="add">
|
||||
Accept includes/excludes patterns over maven.war.src.
|
||||
</action>
|
||||
|
||||
@@ -94,6 +94,14 @@
|
||||
<code>${maven.war.build.dir}/${pom.artifactId}</code>.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>maven.war.index</td>
|
||||
<td>Yes</td>
|
||||
<td>
|
||||
Whether to create an index list to speed up classloading.
|
||||
This is a JDK 1.3+ specific feature. Defaults to true.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<a id="tld_dir"/>
|
||||
<td>maven.war.tld.dir</td>
|
||||
|
||||
Reference in New Issue
Block a user