Daniel Fagerstrom wrote: > was: Re: svn commit: r367540 - in > /cocoon/whiteboard/maven2/cocoon-archetype-core: ./ README.txt > src/main/resources/archetype-resources/src/main/ > > What about moving the cocoon-core-archetype to trunk to get it more > visiblity and encourage community involvement. Archetypes that create a > starting point for a best practice Cocoon webapp, Cocoon block etc, are > important to make Cocoon really easy to start to use. >
+1 go ahead! I propose cocoon-archetypes/cocoon-core-archetype for this. Once we sort of stabilized it we should get it out on ibiblio so people can effectively start using it. (The fact that the archetype is relying on SNAPSHOT dependencies should not prevent it from going on ibiblio IMO, but i'll check with the maven folks) There are still a few quirks with archetypes in general, i'll detail them when i get a chance to today. Jorg > /Daniel > > [EMAIL PROTECTED] wrote: > >> Author: giacomo >> Date: Tue Jan 10 01:36:56 2006 >> New Revision: 367540 >> >> URL: http://svn.apache.org/viewcvs?rev=367540&view=rev >> Log: >> fixed due to repo restructuring >> >> Modified: >> cocoon/whiteboard/maven2/cocoon-archetype-core/ (props changed) >> cocoon/whiteboard/maven2/cocoon-archetype-core/README.txt >> >> cocoon/whiteboard/maven2/cocoon-archetype-core/src/main/resources/archetype-resources/src/main/ >> >> (props changed) >> >> Propchange: cocoon/whiteboard/maven2/cocoon-archetype-core/ >> ------------------------------------------------------------------------------ >> >> --- svn:ignore (added) >> +++ svn:ignore Tue Jan 10 01:36:56 2006 >> @@ -0,0 +1 @@ >> +target >> >> Modified: cocoon/whiteboard/maven2/cocoon-archetype-core/README.txt >> URL: >> http://svn.apache.org/viewcvs/cocoon/whiteboard/maven2/cocoon-archetype-core/README.txt?rev=367540&r1=367539&r2=367540&view=diff >> >> ============================================================================== >> >> --- cocoon/whiteboard/maven2/cocoon-archetype-core/README.txt (original) >> +++ cocoon/whiteboard/maven2/cocoon-archetype-core/README.txt Tue Jan >> 10 01:36:56 2006 >> @@ -7,9 +7,9 @@ >> >> To try it out, go to your favourite temp directory and do : >> >> -mvn archetype:create -DarchetypeGroupId=apache-cocoon \ >> --DarchetypeArtifactId=cocoon-archetype-core -DgroupId=mynewapplication \ >> --DartifactId=theApplication -DarchetypeVersion=2.2-SNAPSHOT >> +mvn archetype:create >> -DarchetypeGroupId=org.apache.cocoon.maven.archetypes \ >> +-DarchetypeArtifactId=archetype-core -DgroupId=mynewapplication \ >> +-DartifactId=theApplication -DarchetypeVersion=2.2.0-SNAPSHOT >> >> Note: You can replace -DartifactId=theApplication with anything you >> like, same goes for -DgroupId=mynewapplication as they are effectively >> the groupId and artifactId for @@ -26,4 +26,4 @@ >> >> >> Have fun, >> -Jorg >> \ No newline at end of file >> +Jorg >> >> Propchange: >> cocoon/whiteboard/maven2/cocoon-archetype-core/src/main/resources/archetype-resources/src/main/ >> >> ------------------------------------------------------------------------------ >> >> --- svn:externals (original) >> +++ svn:externals Tue Jan 10 01:36:56 2006 >> @@ -1 +1 @@ >> -webapp http://svn.apache.org/repos/asf/cocoon/trunk/src/webapp/ >> +webapp >> http://svn.apache.org/repos/asf/cocoon/trunk/cocoon-webapp/src/main/webapp >> >> >> >> >> > >
