jade-idea:moduleCreates the module (*.iml) files for IntelliJ Idea @author Edwin Punzalan Mojo Attributes:
Optional Parameters
Parameter Detailsproject-helper instance, used to make addition of resources simpler
artifactResolver Used to look up Artifacts in the local or remote repository.
artifactFactory Used to look up Artifacts in the local or remote repository.
localRepository The local repository
pluginArtifacts The plugin dependency artifacts
maven2AntManager The manager to link maven project with an Ant project.
nameProvider No Description.
artifactMetadataSource No Description.
groupDefinitions No Description.
templatesPath Absolute path for the workspace/module/project templates
overwrite Whether to update the existing project files or overwrite them.
externalModules A list of external modules to nbe added to the project
wagonManager No Description.
linkModules Whether to link the reactor projects as dependency modules or as libraries
deploymentDescriptorFile Specify the location of the deployment descriptor file, if one is provided
useFullNames Whether to use full artifact names when referencing libraries
downloadSources Enables/disables the downloading of source attachments
downloadJavadocs Enables/disables the downloading of javadoc attachements
sourceClassifier Sets the classifier string attached to an artifact source archive name
javadocClassifier Sets the classifier string attached to an artifact javadoc archive name
libraries An optional set of Library objects that allow you to specify a comma separated list of source dirs, class dirs, or to indicate that the library should be excluded from the module. For example:
<libraries>
<library>
<name>webwork</name>
<sources>file://$webwork$/src/java</sources>
<!--
<classes>...</classes>
<exclude>true</exclude>
-->
</library>
</libraries>
exclude A comma-separated list of directories that should be excluded. These directories are in addition to those already excluded, such as target.
dependenciesAsLibraries Causes the module libraries to use a short name for all dependencies. This is very convenient but has been reported to cause problems with IDEA.
ideaPlugin Tell IntelliJ IDEA that this module is an IntelliJ IDEA Plugin
attemptDownloadMgr No Description.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||