You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Oleg Gusakov <ol...@gmail.com> on 2009/02/02 18:44:23 UTC

Re: [vote] release mercury-1.0.0-alpha-4

+3 binding votes, I proceed moving mercury-1.0.0-alpha-4 to production

Thanks,
Oleg

Oleg Gusakov wrote:
> This is iterative improvements release of Mercury.
>
> The major change:
> - timestamped artifacts can now have dependencies - a bug was fixed
>
> 1 issue fixed: 
> http://jira.codehaus.org/browse/MERCURY/fixforversion/14889
>
> Staged release in repository at 
> http://people.apache.org/~ogusakov/repos/staging/
>
> Site at http://people.apache.org/~ogusakov/sites/mercury
>
> Vote open for 72 hours.
>
> [ ] +1
> [ ] +0
> [ ] -1
>
> Thanks,
> Oleg
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [vote] release mercury-1.0.0-alpha-4

Posted by Georgy Bolyuba <bo...@gmail.com>.
On Tue, Feb 3, 2009 at 4:20 AM, Oleg Gusakov
<ol...@gmail.com> wrote:

> I guess, I phrased my question incorrectly: maven trunk depends on mercury
> 1.0.0-alpha-2, where did you get that error? Building what?
>
> Thanks,
> Oleg


I was trying to build maven from trunk. (At revision 740247.)

Here is the modules sequence:

[INFO] Scanning for projects...
[INFO] Reactor build order:
[INFO]   Apache Maven
[INFO]   Maven Lifecycle Model
[INFO]   Maven Reporting API
[INFO]   Maven Model
[INFO]   Maven Compat
[INFO]   Maven Plugin API
[INFO]   Maven Project Builder
[INFO]   Maven Project
[INFO]   Maven Mercury
[INFO]   Maven Core
[INFO]   Maven Toolchains
[INFO]   Maven Embedder
[INFO]   Maven Distribution
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------


The last one (Maven Distribution) gives me error:

Missing:
----------
1) org.apache.maven.mercury:mercury-event:jar:1.0.0-alpha-4-SNAPSHOT
  Try downloading the file manually from the project website.
  Then, install it using the command:
      mvn install:install-file -DgroupId=org.apache.maven.mercury
-DartifactId=mercury-event -Dversion=1.0.0-alpha-4-SNAPSHOT
-Dpackaging=jar -Dfile=/path/to/file
  Alternatively, if you host your own repository you can deploy the file there:
      mvn deploy:deploy-file -DgroupId=org.apache.maven.mercury
-DartifactId=mercury-event -Dversion=1.0.0-alpha-4-SNAPSHOT
-Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
  Path to dependency:
        1) org.apache.maven:apache-maven:jar:3.0-SNAPSHOT
        2) org.sonatype.mercury:mercury-mp3-cli:jar:1.0-alpha-1
        3) org.sonatype.mercury:mercury-mp3-delta:jar:1.0-alpha-1
        4) org.sonatype.mercury:mercury-mp3-api:jar:1.0-alpha-1
        5) org.apache.maven.mercury:mercury-event:jar:1.0.0-alpha-4-SNAPSHOT


This is related to (in /maven/apache-maven/pox.xml):
<dependency>
      <groupId>org.sonatype.mercury</groupId>
      <artifactId>mercury-mp3-cli</artifactId>
    </dependency>
</dependencies>


Georgy

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [vote] release mercury-1.0.0-alpha-4

Posted by Georgy Bolyuba <bo...@gmail.com>.
Well, I was just trying to build maven trunk :) Nothing else.

Georgy

On Tue, Feb 3, 2009 at 4:20 AM, Oleg Gusakov
<ol...@gmail.com> wrote:
> Georgy Bolyuba wrote:
>>
>> Hi,
>>
>> I am new here, so, might be missing something. I am trying to build
>> maven from trunk and:
>>
>>
>
> I guess, I phrased my question incorrectly: maven trunk depends on mercury
> 1.0.0-alpha-2, where did you get that error? Building what?
>
> Thanks,
> Oleg
>
>> Missing:
>> ----------
>> 1) org.apache.maven.mercury:mercury-event:jar:1.0.0-alpha-4-SNAPSHOT
>>
>> So, I am kinda confused. Is it or is it not available
>> (mercury-1.0.0-alpha-4)?
>>
>> Georgy
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [vote] release mercury-1.0.0-alpha-4

Posted by Oleg Gusakov <ol...@gmail.com>.
Georgy Bolyuba wrote:
> Hi,
>
> I am new here, so, might be missing something. I am trying to build
> maven from trunk and:
>
>   
I guess, I phrased my question incorrectly: maven trunk depends on 
mercury 1.0.0-alpha-2, where did you get that error? Building what?

Thanks,
Oleg

> Missing:
> ----------
> 1) org.apache.maven.mercury:mercury-event:jar:1.0.0-alpha-4-SNAPSHOT
>
> So, I am kinda confused. Is it or is it not available (mercury-1.0.0-alpha-4)?
>
> Georgy
>   
>   

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [vote] release mercury-1.0.0-alpha-4

Posted by Oleg Gusakov <ol...@gmail.com>.
The mercury-1.0.0-alpha-4 has been deployed to the sync directory. It 
will show up in central as soon as sync is run - may be several hours.

Where are you getting 1.0.0-alpha-4-SNAPSHOT? What are you building?

Thanks,
Oleg

Georgy Bolyuba wrote:
> Hi,
>
> I am new here, so, might be missing something. I am trying to build
> maven from trunk and:
>
> Missing:
> ----------
> 1) org.apache.maven.mercury:mercury-event:jar:1.0.0-alpha-4-SNAPSHOT
>
> So, I am kinda confused. Is it or is it not available (mercury-1.0.0-alpha-4)?
>
> Georgy
>
> On Mon, Feb 2, 2009 at 6:44 PM, Oleg Gusakov
> <ol...@gmail.com> wrote:
>   
>> +3 binding votes, I proceed moving mercury-1.0.0-alpha-4 to production
>>
>> Thanks,
>> Oleg
>>
>> Oleg Gusakov wrote:
>>     
>>> This is iterative improvements release of Mercury.
>>>
>>> The major change:
>>> - timestamped artifacts can now have dependencies - a bug was fixed
>>>
>>> 1 issue fixed: http://jira.codehaus.org/browse/MERCURY/fixforversion/14889
>>>
>>> Staged release in repository at
>>> http://people.apache.org/~ogusakov/repos/staging/
>>>
>>> Site at http://people.apache.org/~ogusakov/sites/mercury
>>>
>>> Vote open for 72 hours.
>>>
>>> [ ] +1
>>> [ ] +0
>>> [ ] -1
>>>
>>> Thanks,
>>> Oleg
>>>
>>>       
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>>
>>     
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>
>   

Re: [vote] release mercury-1.0.0-alpha-4

Posted by Georgy Bolyuba <bo...@gmail.com>.
Hi,

I am new here, so, might be missing something. I am trying to build
maven from trunk and:

Missing:
----------
1) org.apache.maven.mercury:mercury-event:jar:1.0.0-alpha-4-SNAPSHOT

So, I am kinda confused. Is it or is it not available (mercury-1.0.0-alpha-4)?

Georgy

On Mon, Feb 2, 2009 at 6:44 PM, Oleg Gusakov
<ol...@gmail.com> wrote:
> +3 binding votes, I proceed moving mercury-1.0.0-alpha-4 to production
>
> Thanks,
> Oleg
>
> Oleg Gusakov wrote:
>>
>> This is iterative improvements release of Mercury.
>>
>> The major change:
>> - timestamped artifacts can now have dependencies - a bug was fixed
>>
>> 1 issue fixed: http://jira.codehaus.org/browse/MERCURY/fixforversion/14889
>>
>> Staged release in repository at
>> http://people.apache.org/~ogusakov/repos/staging/
>>
>> Site at http://people.apache.org/~ogusakov/sites/mercury
>>
>> Vote open for 72 hours.
>>
>> [ ] +1
>> [ ] +0
>> [ ] -1
>>
>> Thanks,
>> Oleg
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org