Full name:
org.codehaus.mojo:appfuse-maven-plugin:2.1-SNAPSHOT:full-source
Description:
This mojo is used to "install" source artifacts from Subversion into an AppFuse project. If you get an OutOfMemoryError when running this plugin, you should be able to fix it by setting your MAVEN_OPTS environment variable to "-Xms128M -Xmx256M".
Attributes:
| Name | Type | Since | Description |
|---|---|---|---|
| destinationDirectory | String |
- |
The path where the files from SVN will be placed. This is
intentionally set to "src" since that's the default src directory
used for exporting AppFuse artifacts. Default value is: ${basedir}/src. |
| tag | String |
- |
The tag containing the source code - defaults to '/trunk', but you
may want to set it to '/tags/TAGNAME' Default value is: trunk/. |
| trunk | String |
- |
The directory containing the source code. Default value is: https://appfuse.dev.java.net/svn/appfuse/. |
The path where the files from SVN will be placed. This is intentionally set to "src" since that's the default src directory used for exporting AppFuse artifacts.
java.lang.StringNo${appfuse.destinationDirectory}${basedir}/srctag :
The tag containing the source code - defaults to '/trunk', but you may want to set it to '/tags/TAGNAME'
java.lang.StringNo${appfuse.tag}trunk/trunk :
The directory containing the source code.
java.lang.StringNo${appfuse.trunk}https://appfuse.dev.java.net/svn/appfuse/