You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Doug Cutting (JIRA)" <ji...@apache.org> on 2010/03/25 00:57:32 UTC

[jira] Commented: (AVRO-490) add ant task to deploy Maven artifacts

    [ https://issues.apache.org/jira/browse/AVRO-490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12849535#action_12849535 ] 

Doug Cutting commented on AVRO-490:
-----------------------------------

To deploy you also need to add your username and password to your ~/.m2/settings.xml as follows:

{code}
<settings>
  <servers>
    <server>
      <id>avro.mvn.repo</id>
      <username>cutting</username>
      <password>********</password>
    </server>
  </servers>
</settings> 
{code}


> add ant task to deploy Maven artifacts
> --------------------------------------
>
>                 Key: AVRO-490
>                 URL: https://issues.apache.org/jira/browse/AVRO-490
>             Project: Avro
>          Issue Type: Improvement
>          Components: build, java
>            Reporter: Doug Cutting
>            Assignee: Doug Cutting
>             Fix For: 1.3.2
>
>         Attachments: AVRO-490.patch
>
>
> Avro should have an Ant task that can deploy Maven artifacts to a repository.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.