On Fri, Feb 15, 2008 at 3:56 PM, Mark Diggory <[EMAIL PROTECTED]> wrote:

>  I'm trying to author an archetype for our project and have it located here
>  in source:
>  
> https://dspace-sandbox.googlecode.com/svn/team/maven/plugins/dspace-addon-archetype/trunk
>  My problem is that if I check this out and run
>  mvn package install

(Unrelated, but just 'mvn install' will work.  It will run through all
the phases up to and including install, which already includes
package.)

>  I expect that it will be installed into my local repository and accessible
>  via:
>
>  mvn archetype:create   -DarchetypeGroupId=org.dspace.maven.plugins
>  -DarchetypeArtifactId=dspace-addon-archetype   -DarchetypeVersion=1.5-beta1
>  -DgroupId=org.my.groupid    -DartifactId=my-module-name
>
>  but archetype:create can't seem to find it?

What is the error you're seeing?

>  Did the usual Google research... But don't understand the new maven
>  archetype plugin logic.

It may just be a bug/different behavior in the new archetype plugin.
There should be a new release soon that makes it behave more like the
old version.  You can check JIRA or the discussion on the dev list for
more info.

Does it work if you use the 1.0 archetype plugin?  Start with:  mvn
org.apache.maven.plugins:maven-archetype-plugin:1.0-alpha-7:create ...

-- 
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to