o adding trim="false" on all log:info tags or else it be fugly
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112806 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fa39b3a03c
commit
5295fadd5c
@ -259,10 +259,16 @@ Maven has determined your <j:expr value="${maven.webserver.fullname}"/> webserve
|
|||||||
</j:when>
|
</j:when>
|
||||||
<!-- one of those 'things' that should never happen -->
|
<!-- one of those 'things' that should never happen -->
|
||||||
<j:otherwise>
|
<j:otherwise>
|
||||||
<log:info>
|
<ant:fail message=" ">
|
||||||
Could not determine the current status for your
|
--------------------------------------------------------------------------
|
||||||
<j:expr value="${maven.webserver.fullname}"/> instance.
|
| Plugin Runtime Error |
|
||||||
</log:info>
|
--------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Maven could not determine the current status for your <j:expr value="${maven.webserver.fullname}"/>
|
||||||
|
instance. This was an unexpected runtime error that should be reported.
|
||||||
|
|
||||||
|
--------------------------------------------------------------------------
|
||||||
|
</ant:fail>
|
||||||
</j:otherwise>
|
</j:otherwise>
|
||||||
</j:choose>
|
</j:choose>
|
||||||
|
|
||||||
@ -292,9 +298,7 @@ Maven has determined your <j:expr value="${maven.webserver.fullname}"/> webserve
|
|||||||
<!-- must install before starting -->
|
<!-- must install before starting -->
|
||||||
<j:if test="${!maven.webserver.installed}">
|
<j:if test="${!maven.webserver.installed}">
|
||||||
<log:info trim="false">
|
<log:info trim="false">
|
||||||
|
|
||||||
Installing the <j:expr value="${maven.webserver.fullname}" /> webserver instance before starting it ...
|
Installing the <j:expr value="${maven.webserver.fullname}" /> webserver instance before starting it ...
|
||||||
|
|
||||||
</log:info>
|
</log:info>
|
||||||
<attainGoal name="webserver:install" />
|
<attainGoal name="webserver:install" />
|
||||||
</j:if>
|
</j:if>
|
||||||
@ -303,17 +307,15 @@ Installing the <j:expr value="${maven.webserver.fullname}" /> webserver instance
|
|||||||
<j:when test="${maven.webserver.started}">
|
<j:when test="${maven.webserver.started}">
|
||||||
<attain>
|
<attain>
|
||||||
<attainGoal name="webserver:stop" />
|
<attainGoal name="webserver:stop" />
|
||||||
<log:info>
|
<log:info trim="false">
|
||||||
Restarting the <j:expr value="${maven.webserver.fullname}"/>
|
Restarting the <j:expr value="${maven.webserver.fullname}"/> webserver instance ...
|
||||||
webserver instance ...
|
|
||||||
</log:info>
|
</log:info>
|
||||||
<attainGoal name="webserver:restart" />
|
<attainGoal name="webserver:restart" />
|
||||||
</attain>
|
</attain>
|
||||||
</j:when>
|
</j:when>
|
||||||
<j:when test="${!maven.webserver.installed}">
|
<j:when test="${!maven.webserver.installed}">
|
||||||
<log:info>
|
<log:info trim="false">
|
||||||
Installing the <j:expr value="${maven.webserver.fullname}"/>
|
Installing the <j:expr value="${maven.webserver.fullname}"/> webserver instance before starting it ...
|
||||||
webserver instance before starting it ...
|
|
||||||
</log:info>
|
</log:info>
|
||||||
<attainGoal name="webserver:install" />
|
<attainGoal name="webserver:install" />
|
||||||
<attainGoal name="webserver:start-${maven.webserver.fullname}"/>
|
<attainGoal name="webserver:start-${maven.webserver.fullname}"/>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user