You are viewing a plain text version of this content. The canonical link for it is here.
Posted to m2-dev@maven.apache.org by ji...@codehaus.org on 2004/07/24 16:02:02 UTC

[jira] Commented: (MNG-9) Add new element to the model

The following comment has been added to this issue:

     Author: Michal Maczka
    Created: Sat, 24 Jul 2004 10:00 AM
       Body:
At the POM block for deployments looks like this:

<distributionManagement>
    <repository>
      <id>central</id>
      <name>Maven Central Repository at Ibiblio</name>
      <url>scp://login.ibiblio.org//public/html/maven</url>
    </repository>
    <site>
      <id>wagon-site</id>
      <name>Wagon Main website</name>
      <url>scp://login.ibiblio.org//public/html/maven</url>
    </site>
</distributionManagement>



---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MNG-9?page=comments#action_22258

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MNG-9

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MNG-9
    Summary: Add new <distribution/> element to the model
       Type: Task

     Status: Unassigned
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: m2
   Fix Fors:
             1.0-alpha-1

   Assignee: 
   Reporter: Jason van Zyl

    Created: Sat, 8 May 2004 8:50 AM
    Updated: Sat, 24 Jul 2004 10:00 AM

Description:
A new <distribution/> element would encapsulate everything to do with distribution. Something that we could use in the "Quick Links" section so that users can find downloads easily.


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


Re: [jira] Commented: (MNG-9) Add new element to the model

Posted by Michal Maczka <mm...@interia.pl>.
On Sat, 2004-07-24 at 16:02, jira@codehaus.org wrote:
> The following comment has been added to this issue:
> 
>      Author: Michal Maczka
>     Created: Sat, 24 Jul 2004 10:00 AM
>        Body:
> At the POM block for deployments looks like this:
> 
I wanted to say: "at the moment: :)

Michal