On 10/28/06, jiangshachina <[EMAIL PROTECTED]> wrote:
For example, I find the doc of puglin archetype at following link, http://maven.apache.org/plugins/maven-archetype-plugin/create-mojo.html The doc only shows what attributes I can set, but don't give me all of values can be used for the attributes. For instance, I only know maven-archetype-webapp and maven-archetype-quickstart(default) would be set for attribute archetypeArtifactId. But what about app project, ear project, ...? Exactly what can be set, and what can not?
The plugin documentation has been improved, but it doesn't show on the main site yet. Here is a temporary location for the new docs for archetype plugin, linked from [1]: http://people.apache.org/~oching/maven-archetype-plugin/ There is also a list of archetypes on the wiki: http://docs.codehaus.org/display/MAVENUSER/Archetypes+List [1] http://jira.codehaus.org/browse/ARCHETYPE-45 -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
