Re: Maven archetypes for Tuscany SCA implementation and binding extensions

2010-09-08 Thread ant elder
A year later...as that user was asking how to make a binding i've now added a binding archetype. Until its in a release you need to build the archetype yourself to try it out (ie a full build or mvn in archetypes\binding) then do: mvn archetype:generate -DarchetypeCatalog=local That will prompt w

Re: Maven archetypes for Tuscany SCA implementation and binding extensions

2009-09-01 Thread ant elder
On Tue, Jun 16, 2009 at 8:04 PM, ant elder wrote: > On Tue, Jun 16, 2009 at 4:48 PM, Raymond Feng wrote: >> Hi, >> >> I realized that we have an established pattern for the code of >> implementation and binding extensions. We also use "copy/paste" to create >> new modules for implementation/binding

Re: Maven archetypes for Tuscany SCA implementation and binding extensions

2009-06-16 Thread ant elder
On Tue, Jun 16, 2009 at 4:48 PM, Raymond Feng wrote: > Hi, > > I realized that we have an established pattern for the code of > implementation and binding extensions. We also use "copy/paste" to create > new modules for implementation/binding extensions. I think it would be > useful to develop two

Maven archetypes for Tuscany SCA implementation and binding extensions

2009-06-16 Thread Raymond Feng
Hi, I realized that we have an established pattern for the code of implementation and binding extensions. We also use "copy/paste" to create new modules for implementation/binding extensions. I think it would be useful to develop two maven archetypes that can be used to generate the skeleton