Full name:
com.unic.maven.plugins:aem-maven-plugin:2.0.17-SNAPSHOT:followLogs
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
<adminPassword> |
String |
- |
The password of the "admin" user. Default value is: admin .User property is: password . |
<aemType> |
AemMojo$AemType |
- |
The instance type, e.g. "author" or "publish". Default value is: author .User property is: aem.type . |
<baseUrl> |
String |
- |
The schema + hostname of the AEM instance, e.g. "http://localhost". Default value is: http://localhost .User property is: base.url . |
<contextPath> |
String |
- |
The context path of the AEM instance. User property is: context.path . |
<debugEnabled> |
boolean |
- |
Whether remote debugging shall be available for the started
instance via the configured port .Default value is: true .User property is: debug.enabled . |
<debugPort> |
int |
- |
Use this debug port for remote debugging on the instance. Default value is: 30303 .User property is: debug.port . |
<httpPort> |
int |
- |
The AEM HTTP port. Defaults to 4502 for an author and 4503 for a
publish AEM type .Default value is: -1 .User property is: http.port . |
<javaHome> |
String |
- |
Use this JRE to start the AEM instance. Default value is: ${java.home} .User property is: java.home . |
<keepFollowing> |
boolean |
- |
Whether to keep following the logs beyond the execution of the
mojo. Default is true. If true, adds a shutdown hook to the JVM
that will stop monitoring when the JVM exits. Default value is: true .User property is: follow.keepFollowing . |
<logfileNames> |
String[] |
- |
The logfiles to follow, relative to the AEM installation directory,
e.g. logs/error.log Default value is: logs/error.log .User property is: follow.logfiles . |
<useControlPort> |
boolean |
- |
If true the AEM Control Port feature is enabled and used for
stopping the instance. If false the system console HTTP API is used
to stop the AEM instance. Default value is: true .User property is: use.controlport . |
java.lang.String
No
password
admin
com.unic.maven.plugins.aem.mojos.AemMojo$AemType
No
aem.type
author
java.lang.String
No
base.url
http://localhost
java.lang.String
No
context.path
port
.boolean
No
debug.enabled
true
int
No
debug.port
30303
AEM type
.int
No
http.port
-1
java.lang.String
No
java.home
${java.home}
boolean
No
follow.keepFollowing
true
logs/error.log
java.lang.String[]
No
follow.logfiles
logs/error.log
boolean
No
use.controlport
true