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

Reply via email to