You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Donald Woods <dr...@yahoo.com> on 2006/07/06 18:32:23 UTC

How were the Geronimo 1.0 and 1.1 artifacts published to a Maven2 Repo?

For Geronimo 1.1, both of the Eclipse plugin and Daytrader sample 
require valid Maven2 POM files in order to determine the 
dependencies/imports when building, so how were these created from the 
current Maven1 based Geronimo 1.0 and 1.1 builds?  Is there a way we can 
automate this for our local Geronimo 1.1.1-SNAPSHOT builds?


-Donald

Re: How were the Geronimo 1.0 and 1.1 artifacts published to a Maven2 Repo?

Posted by "Alan D. Cabrera" <li...@toolazydogs.com>.
Duh, I just re-read the thread.


Regards,
Alan

Matt Hogstrom wrote:
> Doh...I meant the Spec jars.
>
> Alan D. Cabrera wrote:
>> Why do we need to do this?  M2 can load M1 artifacts from an M1 repo.
>>
>>
>> Regards,
>> Alan
>>
>> Matt Hogstrom wrote:
>>> Donald,
>>>
>>> I had to manually publish these for the M2.  At the time the tag was 
>>> cut the pom.xml did not have updated entries for M2 to properly 
>>> publish them.  The pom is being corrected for 1.2-SNAPSHOT.
>>>
>>> Donald Woods wrote:
>>>> Still wondering how this was done....
>>>>
>>>> Did someone have to run "mvn install:install-file ..." for every 
>>>> Geronimo 1.0 and 1.1 artifact to get them published to a Maven 2 repo?
>>>>
>>>> Since the Eclipse plug-in and any plug-ins we publish to 
>>>> GeronimoPlugins require artifacts from Maven 2, we need this 
>>>> documented somewhere....
>>>>
>>>>
>>>> -Donald
>>>>
>>>>
>>>> Donald Woods wrote:
>>>>> For Geronimo 1.1, both of the Eclipse plugin and Daytrader sample 
>>>>> require valid Maven2 POM files in order to determine the 
>>>>> dependencies/imports when building, so how were these created from 
>>>>> the current Maven1 based Geronimo 1.0 and 1.1 builds?  Is there a 
>>>>> way we can automate this for our local Geronimo 1.1.1-SNAPSHOT 
>>>>> builds?
>>>>>
>>>>>
>>>>> -Donald
>>
>>
>>
>>


Re: How were the Geronimo 1.0 and 1.1 artifacts published to a Maven2 Repo?

Posted by Matt Hogstrom <ma...@hogstrom.org>.
Doh...I meant the Spec jars.

Alan D. Cabrera wrote:
> Why do we need to do this?  M2 can load M1 artifacts from an M1 repo.
> 
> 
> Regards,
> Alan
> 
> Matt Hogstrom wrote:
>> Donald,
>>
>> I had to manually publish these for the M2.  At the time the tag was 
>> cut the pom.xml did not have updated entries for M2 to properly 
>> publish them.  The pom is being corrected for 1.2-SNAPSHOT.
>>
>> Donald Woods wrote:
>>> Still wondering how this was done....
>>>
>>> Did someone have to run "mvn install:install-file ..." for every 
>>> Geronimo 1.0 and 1.1 artifact to get them published to a Maven 2 repo?
>>>
>>> Since the Eclipse plug-in and any plug-ins we publish to 
>>> GeronimoPlugins require artifacts from Maven 2, we need this 
>>> documented somewhere....
>>>
>>>
>>> -Donald
>>>
>>>
>>> Donald Woods wrote:
>>>> For Geronimo 1.1, both of the Eclipse plugin and Daytrader sample 
>>>> require valid Maven2 POM files in order to determine the 
>>>> dependencies/imports when building, so how were these created from 
>>>> the current Maven1 based Geronimo 1.0 and 1.1 builds?  Is there a 
>>>> way we can automate this for our local Geronimo 1.1.1-SNAPSHOT builds?
>>>>
>>>>
>>>> -Donald
> 
> 
> 
> 

Re: How were the Geronimo 1.0 and 1.1 artifacts published to a Maven2 Repo?

Posted by "Alan D. Cabrera" <li...@toolazydogs.com>.
Why do we need to do this?  M2 can load M1 artifacts from an M1 repo.


Regards,
Alan

Matt Hogstrom wrote:
> Donald,
>
> I had to manually publish these for the M2.  At the time the tag was 
> cut the pom.xml did not have updated entries for M2 to properly 
> publish them.  The pom is being corrected for 1.2-SNAPSHOT.
>
> Donald Woods wrote:
>> Still wondering how this was done....
>>
>> Did someone have to run "mvn install:install-file ..." for every 
>> Geronimo 1.0 and 1.1 artifact to get them published to a Maven 2 repo?
>>
>> Since the Eclipse plug-in and any plug-ins we publish to 
>> GeronimoPlugins require artifacts from Maven 2, we need this 
>> documented somewhere....
>>
>>
>> -Donald
>>
>>
>> Donald Woods wrote:
>>> For Geronimo 1.1, both of the Eclipse plugin and Daytrader sample 
>>> require valid Maven2 POM files in order to determine the 
>>> dependencies/imports when building, so how were these created from 
>>> the current Maven1 based Geronimo 1.0 and 1.1 builds?  Is there a 
>>> way we can automate this for our local Geronimo 1.1.1-SNAPSHOT builds?
>>>
>>>
>>> -Donald


Re: How were the Geronimo 1.0 and 1.1 artifacts published to a Maven2 Repo?

Posted by Matt Hogstrom <ma...@hogstrom.org>.
Donald,

I had to manually publish these for the M2.  At the time the tag was cut the pom.xml did not have 
updated entries for M2 to properly publish them.  The pom is being corrected for 1.2-SNAPSHOT.

Donald Woods wrote:
> Still wondering how this was done....
> 
> Did someone have to run "mvn install:install-file ..." for every 
> Geronimo 1.0 and 1.1 artifact to get them published to a Maven 2 repo?
> 
> Since the Eclipse plug-in and any plug-ins we publish to GeronimoPlugins 
> require artifacts from Maven 2, we need this documented somewhere....
> 
> 
> -Donald
> 
> 
> Donald Woods wrote:
>> For Geronimo 1.1, both of the Eclipse plugin and Daytrader sample 
>> require valid Maven2 POM files in order to determine the 
>> dependencies/imports when building, so how were these created from the 
>> current Maven1 based Geronimo 1.0 and 1.1 builds?  Is there a way we 
>> can automate this for our local Geronimo 1.1.1-SNAPSHOT builds?
>>
>>
>> -Donald

Re: How were the Geronimo 1.0 and 1.1 artifacts published to a Maven2 Repo?

Posted by Donald Woods <dr...@yahoo.com>.
Still wondering how this was done....

Did someone have to run "mvn install:install-file ..." for every 
Geronimo 1.0 and 1.1 artifact to get them published to a Maven 2 repo?

Since the Eclipse plug-in and any plug-ins we publish to GeronimoPlugins 
require artifacts from Maven 2, we need this documented somewhere....


-Donald


Donald Woods wrote:
> For Geronimo 1.1, both of the Eclipse plugin and Daytrader sample 
> require valid Maven2 POM files in order to determine the 
> dependencies/imports when building, so how were these created from the 
> current Maven1 based Geronimo 1.0 and 1.1 builds?  Is there a way we can 
> automate this for our local Geronimo 1.1.1-SNAPSHOT builds?
> 
> 
> -Donald