Full name:
org.developers.blog:monitoring-plugin:1.1.2-SNAPSHOT:compile
Description:
Attributes:
compile
.process-sources
.Name | Type | Since | Description |
---|---|---|---|
artifactId | String |
- |
(no description) |
baseDir | File |
- |
Location of the file. |
connectionPoolDataSourceClass | String |
- |
(no description) |
dbProperties | DbProperty[] |
- |
(no description) |
department | String |
- |
description of department. |
developers | String |
- |
developers contact data |
groupId | String |
- |
(no description) |
maxConnections | int |
- |
max count of database connections in connection pool |
maxQueueCapacity | int |
- |
max count of data save tasks waiting in queue for saving tasks will
be rejected, when the queue is full |
maxThreadsCount | int |
- |
max count of threads in thread pool executing data save tasks |
maxWaitTimeForConnection | int |
- |
max waiting time in sec. of task thread for free database
connection in connection pool, is the waiting time exceeded, the
task will be rejected |
memorySlice | int |
- |
memory slice of method calls. |
project | MavenProject |
- |
The maven project. |
startThreadsCount | int |
- |
min count of threads for data save tasks keep in thread pool when
are in idle state |
team | String |
- |
team name. |
timeSlice | int |
- |
time slice in milliseconds. |
useDB | boolean |
- |
save in database(true) or file(false). |
version | String |
- |
(no description) |
Name | Type | Since | Description |
---|---|---|---|
ajdtBuildDefFile | String |
- |
Where to find the ajdt build definition file. If set this will
override the use of project sourcedirs. |
aopExpression | String |
- |
declaration of methods, which should be tracked. |
complianceLevel | String |
- |
Specify compiler compliance setting (1.3 to 1.6) default is 1.4 |
debug | boolean |
- |
runtime debug flag |
verbose | boolean |
- |
Emit messages about accessed/processed compilation units |
weaveDependencies | Module[] |
- |
List of of modules to weave (into target directory). Corresponds to
ajc -inpath option (or -injars for pre-1.2 (which is not
supported)). |
java.lang.String
No
java.lang.String
No
java.lang.String
Yes
${project.artifactId}
java.io.File
Yes
${project.basedir}
java.lang.String
No
connectionPoolDataSourceClass:
java.lang.String
Yes
org.developers.blog.moni.DbProperty[]
Yes
boolean
No
java.lang.String
Yes
java.lang.String
Yes
java.lang.String
Yes
${project.groupId}
int
Yes
int
Yes
int
Yes
int
Yes
int
Yes
org.apache.maven.project.MavenProject
Yes
${project}
int
Yes
team:
java.lang.String
Yes
int
Yes
boolean
Yes
boolean
No
java.lang.String
Yes
${project.version}
org.codehaus.mojo.aspectj.Module[]
No