
| Key: |
APF-969
|
| Type: |
Improvement
|
| Status: |
Resolved
|
| Resolution: |
Fixed
|
| Priority: |
Minor
|
| Assignee: |
Matt Raible
|
| Reporter: |
Roy Porter
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
AppFuse
Created: 29/Nov/07 02:46 PM
Updated: 10/May/08 04:34 PM
|
|
| Component/s: |
Tools - AppGen
|
| Affects Version/s: |
2.0.1
|
| Fix Version/s: |
2.0.2
|
|
|
It's not currently possible to provide your own templates to the Appgen tool, other than repackaging the maven plugin.
This patch will change the generator to look in the src/test/resources folder, before looking for the packaged ones in the plugin.
|
|
Description
|
It's not currently possible to provide your own templates to the Appgen tool, other than repackaging the maven plugin.
This patch will change the generator to look in the src/test/resources folder, before looking for the packaged ones in the plugin.
|
Show » |
|
Users can now override individual templates (or all of them) by extracting src/main/resources/appfuse from appfuse-maven-plugin.jar to src/test/resources/appfuse. To override the default location, specify a <templateDirectory> parameter in the plugin's configuration.
I'll leave this issue open until the documentation has been updated.