Full name:
org.codehaus.mojo:sysdeo-tomcat-maven-plugin:1.1:generate
Description:
Generates the required configuration files for the eclipse Sysdeo-tomcat plugin
Attributes:
| Name | Type | Since | Description |
|---|---|---|---|
| contextDefinition | File |
- |
Application context definition for Tomcat. |
| warSourceDirectory | File |
- |
Single directory for extra files to include in the WAR. |
| Name | Type | Since | Description |
|---|---|---|---|
| downloadSources | boolean |
- |
Deprecated. Enables/disables the downloading of source attachments. Defaults to false. |
| ignoredArtifacts | String[] |
- |
define artifacts to exclude from the devloader classpath as they create conflicts (LinkageErrors) with Tomcat classes and APIs |
| useClasspathVariable | boolean |
- |
Use the M2_REPO Classpath Variable to point to dependencies in the
local repository. MUST be set to false to use this plugin with
m2eclipse project import configurator. Default value is: true. |
| webPath | String |
- |
Web application context path Default value is: ${project.build.finalName}. |
| workspace | File |
- |
Directory location of the Eclipse workspace. |
Application context definition for Tomcat.
java.io.FileYes${basedir}/src/main/webapp/META-INF/context.xmlEnables/disables the downloading of source attachments. Defaults to false.
use the eclipse plugin to download sources/javadoc bundlesbooleanNodefine artifacts to exclude from the devloader classpath as they create conflicts (LinkageErrors) with Tomcat classes and APIs
java.lang.String[]NoUse the M2_REPO Classpath Variable to point to dependencies in the local repository. MUST be set to false to use this plugin with m2eclipse project import configurator.
booleanNotrueSingle directory for extra files to include in the WAR.
java.io.FileYes${basedir}/src/main/webappwebPath :
Web application context path
java.lang.StringNo${project.build.finalName}Directory location of the Eclipse workspace.
java.io.FileNo${eclipse.workspace}