You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2003/10/06 15:21:22 UTC

[jira] Commented: (MAVEN-699) add a posibility to extend a project by specifying it's groupId, artifactId and version

The following comment has been added to this issue:

     Author: Arik Kfir
    Created: Mon, 6 Oct 2003 8:20 AM
       Body:
I definitly agree that POM inheritance should be declarative rather than file-based. This is a feature every organization generating multiple projects will appreciate.
---------------------------------------------------------------------
View the issue:

  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-699


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-699
    Summary: add a posibility to extend a project by specifying it's groupId, artifactId and version
       Type: New Feature

     Status: Unassigned
   Priority: Minor

 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
 Components: 
             Requested POM Additions
   Fix Fors:
             1.1

   Assignee: 
   Reporter: Rafal Krzewski

    Created: Wed, 20 Aug 2003 9:10 AM
    Updated: Thu, 21 Aug 2003 8:00 PM

Description:
I propose the following alternative to <extend>project.xml path</extend>

<extendProject>
  <groupId>...</groupId>
  <artifactId>...</artifactId>
  <version>...</version>
</extendProject>

It would look up the pom in the repo (and download it if neccessary).

IMO it's more flexible than relying on filesystem paths.



---------------------------------------------------------------------
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


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