You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Philipp Meier (JIRA)" <ji...@codehaus.org> on 2005/10/22 16:45:11 UTC

[jira] Created: (MNG-1279) Add ability to generate a basic pom when installing a file.

Add ability to generate a basic pom when installing a file.
-----------------------------------------------------------

         Key: MNG-1279
         URL: http://jira.codehaus.org/browse/MNG-1279
     Project: Maven 2
        Type: New Feature
  Components: maven-install-plugin  
    Versions: 2.0    
 Reporter: Philipp Meier
 Attachments: generatePom.patch

It's desireable to generate a basic pom for a library installed with install:install-file. The attached patch adds the parameter "generatePom" to the install:install-file.

-- 
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
-
For more information on JIRA, 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


[jira] Reopened: (MNG-1279) Add ability to generate a basic pom when installing a file.

Posted by "Philipp Meier (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-1279?page=all ]
     
Philipp Meier reopened MNG-1279:
--------------------------------


The generated pom is invalid because it lacks the modelVersion tag.

> Add ability to generate a basic pom when installing a file.
> -----------------------------------------------------------
>
>          Key: MNG-1279
>          URL: http://jira.codehaus.org/browse/MNG-1279
>      Project: Maven 2
>         Type: New Feature
>   Components: maven-install-plugin
>     Versions: 2.0
>     Reporter: Philipp Meier
>     Assignee: Brett Porter
>      Fix For: 2.0.1
>  Attachments: generatePom.patch, install-file-fix.patch
>
>
> It's desireable to generate a basic pom for a library installed with install:install-file. The attached patch adds the parameter "generatePom" to the install:install-file.

-- 
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
-
For more information on JIRA, 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


[jira] Updated: (MNG-1279) Add ability to generate a basic pom when installing a file.

Posted by "Philipp Meier (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-1279?page=all ]

Philipp Meier updated MNG-1279:
-------------------------------

    Attachment: install-file-fix.patch

This patch fixes the missing modelVersion in the generated pom.

> Add ability to generate a basic pom when installing a file.
> -----------------------------------------------------------
>
>          Key: MNG-1279
>          URL: http://jira.codehaus.org/browse/MNG-1279
>      Project: Maven 2
>         Type: New Feature
>   Components: maven-install-plugin
>     Versions: 2.0
>     Reporter: Philipp Meier
>     Assignee: Brett Porter
>      Fix For: 2.0.1
>  Attachments: generatePom.patch, install-file-fix.patch
>
>
> It's desireable to generate a basic pom for a library installed with install:install-file. The attached patch adds the parameter "generatePom" to the install:install-file.

-- 
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
-
For more information on JIRA, 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


[jira] Reopened: (MINSTALL-6) Add ability to generate a basic pom when installing a file.

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MINSTALL-6?page=all ]
     
Brett Porter reopened MINSTALL-6:
---------------------------------


> Add ability to generate a basic pom when installing a file.
> -----------------------------------------------------------
>
>          Key: MINSTALL-6
>          URL: http://jira.codehaus.org/browse/MINSTALL-6
>      Project: Maven 2.x Install Plugin
>         Type: New Feature

>     Reporter: Philipp Meier
>     Assignee: Brett Porter
>  Attachments: generatePom.patch, install-file-fix.patch
>
>
> It's desireable to generate a basic pom for a library installed with install:install-file. The attached patch adds the parameter "generatePom" to the install:install-file.

-- 
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
-
For more information on JIRA, 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


[jira] Closed: (MINSTALL-6) Add ability to generate a basic pom when installing a file.

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MINSTALL-6?page=all ]
     
Brett Porter closed MINSTALL-6:
-------------------------------

     Resolution: Fixed
    Fix Version: 2.1

> Add ability to generate a basic pom when installing a file.
> -----------------------------------------------------------
>
>          Key: MINSTALL-6
>          URL: http://jira.codehaus.org/browse/MINSTALL-6
>      Project: Maven 2.x Install Plugin
>         Type: New Feature

>     Reporter: Philipp Meier
>     Assignee: Brett Porter
>      Fix For: 2.1
>  Attachments: generatePom.patch, install-file-fix.patch
>
>
> It's desireable to generate a basic pom for a library installed with install:install-file. The attached patch adds the parameter "generatePom" to the install:install-file.

-- 
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
-
For more information on JIRA, 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


[jira] Closed: (MNG-1279) Add ability to generate a basic pom when installing a file.

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-1279?page=all ]
     
Brett Porter closed MNG-1279:
-----------------------------

    Resolution: Fixed

> Add ability to generate a basic pom when installing a file.
> -----------------------------------------------------------
>
>          Key: MNG-1279
>          URL: http://jira.codehaus.org/browse/MNG-1279
>      Project: Maven 2
>         Type: New Feature
>   Components: maven-install-plugin
>     Versions: 2.0
>     Reporter: Philipp Meier
>     Assignee: Brett Porter
>      Fix For: 2.0.1
>  Attachments: generatePom.patch, install-file-fix.patch
>
>
> It's desireable to generate a basic pom for a library installed with install:install-file. The attached patch adds the parameter "generatePom" to the install:install-file.

-- 
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
-
For more information on JIRA, 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


[jira] Commented: (MNG-1279) Add ability to generate a basic pom when installing a file.

Posted by "Philipp Meier (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-1279?page=comments#action_49245 ] 

Philipp Meier commented on MNG-1279:
------------------------------------

I'm not sure, though, if the new Model() constructor should set the modelVersion on creation of an instance.

> Add ability to generate a basic pom when installing a file.
> -----------------------------------------------------------
>
>          Key: MNG-1279
>          URL: http://jira.codehaus.org/browse/MNG-1279
>      Project: Maven 2
>         Type: New Feature
>   Components: maven-install-plugin
>     Versions: 2.0
>     Reporter: Philipp Meier
>     Assignee: Brett Porter
>      Fix For: 2.0.1
>  Attachments: generatePom.patch, install-file-fix.patch
>
>
> It's desireable to generate a basic pom for a library installed with install:install-file. The attached patch adds the parameter "generatePom" to the install:install-file.

-- 
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
-
For more information on JIRA, 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


[jira] Closed: (MNG-1279) Add ability to generate a basic pom when installing a file.

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-1279?page=all ]
     
Brett Porter closed MNG-1279:
-----------------------------

      Assign To: Brett Porter
     Resolution: Fixed
    Fix Version: 2.0.1

applied with some modifications

> Add ability to generate a basic pom when installing a file.
> -----------------------------------------------------------
>
>          Key: MNG-1279
>          URL: http://jira.codehaus.org/browse/MNG-1279
>      Project: Maven 2
>         Type: New Feature
>   Components: maven-install-plugin
>     Versions: 2.0
>     Reporter: Philipp Meier
>     Assignee: Brett Porter
>      Fix For: 2.0.1
>  Attachments: generatePom.patch
>
>
> It's desireable to generate a basic pom for a library installed with install:install-file. The attached patch adds the parameter "generatePom" to the install:install-file.

-- 
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
-
For more information on JIRA, 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