Well the archetype itself might want to live under maven/ since it is a
maven plug-in. So I would think:

maven/archetype instead of demo/archetype since the user will never want
to look at the archetype itself, just the result of running it.

-Justin

Adrian Custer wrote:
> Hey all,
> 
> I'm trying to figure out the maven archetype system. It seems like a
> streamlined way to allow users to make their own archetype by calling
> 
> 
> mvn archetype:create -DarchetypeGroupId=archetypeGroupId \
>                      -DarchetypeArtifactId=archetypeArtifactId \
>                      -DarchetypeVersion=archetypeVersion \
>                      -DgroupId=newProjectGroupId \
>                      -DartifactId=newProjectArtifactId
> 
> am I right that we still need to create our own directory to hold all
> the pieces which interest us? If so, I'll try to work on this.
> 
> Jody, would it make sense to have this live as 
>   demo/archetype/
> replacing your demo/example/ idea and my demo/userApp idea?
> 
> --adrian
> 
> 
> 
> On Sun, 2006-10-22 at 09:51 -0400, Martin Desruisseaux wrote:
>> Adrian Custer a écrit :
>>> I propose creating a very simple skeleton for third party developers to
>>> grab and expand into their applications. The skeleton would live in
>>>
>>>         demo/userApp.zip
>>>
>>> which will be a zipped directory containing a simple maven project and
>>> trivial running code (say a distance calculator). Unzipped, this would
>>> have:
>>>
>>>         README
>>>         pom.xml
>>>         src/main/java/org/example/DistCalc/Main.java
>>>         test/main/java/org/example/DistCalc/TestMain.java
>>
>> Its look like an archetype :) We could create a Geotools archetype with the 
>> above.
>>
>> http://maven.apache.org/guides/mini/guide-creating-archetypes.html
>>
>>      Martin
> 
> 
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> Geotools-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/geotools-devel
> 
> !DSPAM:1004,453e5349325196309890654!
> 


-- 
Justin Deoliveira
The Open Planning Project
[EMAIL PROTECTED]

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to