Looks good!

On Thu, Mar 25, 2010 at 2:35 AM, Andreas Andreou <[email protected]> wrote:
> It doesn't look like it is - and in any case, it'd bury the tapestry
> archetypes along with
> hundrend more from other projects + it would only be for snapshots.
> Also, central
> doesn't publish the catalog either.
>
> Contrast this with what you get by
> mvn archetype:generate -DarchetypeCatalog=http://tapestry.apache.org
>
> It's already working, it includes only tapestry archetypes (both from
> central and
> repostiory.apache.org) and we can even include third party archetypes
>
> On Thu, Mar 25, 2010 at 09:36, Ulrich Stärk <[email protected]> wrote:
>> hmm... IIRC correctly, Nexus has some kind of archetype plugin generating a
>> list of archetypes for the whole repository when queried. Is this in use at
>> apache?
>>
>> On 25.03.2010 01:03, Andreas Andreou wrote:
>>>
>>> I'm thinking we don't have to (how were those files generated before?) -
>>> instead
>>> i've prepared and going to check in an archetype-catalog.xml file that
>>> includes defintion
>>> for 4 tapestry's archetypes (5.2.0-SNAPSHOT, 5.1.0.5, 5.0.19, 4.1.6) .
>>> We'll have
>>> to manually upload that to tapestry.apache.org, but it will allow people
>>> to do
>>>
>>> mvn archetype:generate -DarchetypeCatalog=http://tapestry.apache.org
>>>
>>>
>>> On Thu, Mar 25, 2010 at 00:33, Howard Lewis Ship<[email protected]>  wrote:
>>>>
>>>> I need to defer that out to Andreas, I haven't done any research on
>>>> any of the Maven/Nexus stuff!
>>>>
>>>> On Wed, Mar 24, 2010 at 2:58 PM, Ulrich Stärk<[email protected]>  wrote:
>>>>>
>>>>> What about the quickstart pom? I guess we have to figure out where to
>>>>> put
>>>>> archetype-metadata.xml, any ideas how to migrate that to apache nexus?
>>>>>
>>>>> Uli
>>>>>
>>>>> On 23.03.2010 00:41, [email protected] wrote:
>>>>>>
>>>>>> Author: hlship
>>>>>> Date: Mon Mar 22 23:41:05 2010
>>>>>> New Revision: 926401
>>>>>>
>>>>>> URL: http://svn.apache.org/viewvc?rev=926401&view=rev
>>>>>> Log:
>>>>>> TAP5-1069: Tapestry POM should reference only the Apache Nexus
>>>>>> repository,
>>>>>> not the tapestry.formos.com repository
>>>>>>
>>>>>> Modified:
>>>>>>     tapestry/tapestry5/trunk/pom.xml
>>>>>>
>>>>>> Modified: tapestry/tapestry5/trunk/pom.xml
>>>>>> URL:
>>>>>>
>>>>>> http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/pom.xml?rev=926401&r1=926400&r2=926401&view=diff
>>>>>>
>>>>>>
>>>>>> ==============================================================================
>>>>>> --- tapestry/tapestry5/trunk/pom.xml (original)
>>>>>> +++ tapestry/tapestry5/trunk/pom.xml Mon Mar 22 23:41:05 2010
>>>>>> @@ -136,11 +136,6 @@
>>>>>>          </developer>
>>>>>>      </developers>
>>>>>>
>>>>>> -<ciManagement>
>>>>>> -<system>bamboo</system>
>>>>>> -<url>http://tapestry.formos.com/bamboo/</url>
>>>>>> -</ciManagement>
>>>>>> -
>>>>>>      <mailingLists>
>>>>>>          <mailingList>
>>>>>>              <name>Tapestry User List</name>
>>>>>> @@ -397,24 +392,6 @@
>>>>>>              </reporting>
>>>>>>          </profile>
>>>>>>
>>>>>> -<profile>
>>>>>> -<!-- ci: Running inside the Bamboo CI server and deploying to the
>>>>>> snapshot repository and nightly web site. -->
>>>>>> -<id>ci</id>
>>>>>> -<distributionManagement>
>>>>>> -<repository>
>>>>>> -<id>tapestry</id>
>>>>>> -<url>file:/var/www/maven-repository</url>
>>>>>> -</repository>
>>>>>> -<snapshotRepository>
>>>>>> -<id>tapestry-snapshot</id>
>>>>>> -<url>file:/var/www/maven-snapshot-repository</url>
>>>>>> -</snapshotRepository>
>>>>>> -<site>
>>>>>> -<url>file:/var/www/nightly/tapestry5</url>
>>>>>> -</site>
>>>>>> -</distributionManagement>
>>>>>> -</profile>
>>>>>> -
>>>>>>      </profiles>
>>>>>>      <reporting>
>>>>>>          <plugins>
>>>>>> @@ -436,37 +413,7 @@
>>>>>>              </plugin>
>>>>>>          </plugins>
>>>>>>      </reporting>
>>>>>> -<repositories>
>>>>>> -<repository>
>>>>>> -<id>tapestry</id>
>>>>>> -<url>http://tapestry.formos.com/maven-repository</url>
>>>>>> -</repository>
>>>>>> -<repository>
>>>>>> -<id>tapestry-snapshot</id>
>>>>>> -<url>http://tapestry.formos.com/maven-snapshot-repository</url>
>>>>>> -<snapshots>
>>>>>> -<enabled>true</enabled>
>>>>>> -</snapshots>
>>>>>> -</repository>
>>>>>> -<!-- Pick up the selenium JARs. -->
>>>>>> -<repository>
>>>>>> -<id>OpenQA_Release</id>
>>>>>> -<name>OpenQA Release Repository</name>
>>>>>> -<url>http://archiva.openqa.org/repository/releases</url>
>>>>>> -</repository>
>>>>>> -</repositories>
>>>>>>
>>>>>> -<pluginRepositories>
>>>>>> -<pluginRepository>
>>>>>> -<id>tapestry</id>
>>>>>> -<url>http://tapestry.formos.com/maven-repository</url>
>>>>>> -</pluginRepository>
>>>>>> -<!-- I believe the Cobertura plugin lives here. -->
>>>>>> -<pluginRepository>
>>>>>> -<id>codehaus.snapshots</id>
>>>>>> -<url>http://snapshots.repository.codehaus.org</url>
>>>>>> -</pluginRepository>
>>>>>> -</pluginRepositories>
>>>>>>
>>>>>>      <!--
>>>>>>        Check out
>>>>>> http://maven.apache.org/developers/committer-settings.html
>>>>>>
>>>>>>
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: [email protected]
>>>>> For additional commands, e-mail: [email protected]
>>>>>
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> Howard M. Lewis Ship
>>>>
>>>> Creator of Apache Tapestry
>>>>
>>>> The source for Tapestry training, mentoring and support. Contact me to
>>>> learn how I can get you up and productive in Tapestry fast!
>>>>
>>>> (971) 678-5210
>>>> http://howardlewisship.com
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: [email protected]
>>>> For additional commands, e-mail: [email protected]
>>>>
>>>>
>>>
>>>
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [email protected]
>> For additional commands, e-mail: [email protected]
>>
>>
>
>
>
> --
> Andreas Andreou - [email protected] - http://blog.andyhot.gr
> Tapestry / Tacos developer
> Open Source / JEE Consulting
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>



-- 
Howard M. Lewis Ship

Creator of Apache Tapestry

The source for Tapestry training, mentoring and support. Contact me to
learn how I can get you up and productive in Tapestry fast!

(971) 678-5210
http://howardlewisship.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to