You are viewing a plain text version of this content. The canonical link for it is here.
Posted to npanday-commits@incubator.apache.org by "Lars Corneliussen (JIRA)" <ji...@apache.org> on 2011/02/28 12:37:36 UTC

[jira] Created: (NPANDAY-373) Custom Lifecycle Plugin does not bind the produced artifact

Custom Lifecycle Plugin does not bind the produced artifact
-----------------------------------------------------------

                 Key: NPANDAY-373
                 URL: https://issues.apache.org/jira/browse/NPANDAY-373
             Project: NPanday
          Issue Type: Bug
          Components: Maven Plugins
    Affects Versions: 1.2.1, 1.2
            Reporter: Lars Corneliussen
            Assignee: Lars Corneliussen


When building the sources using the custom lifecycle plugin, the produced main artifact is not bound to ${project.file}

This results in an error when trying to install:

{noformat}
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] The packaging for this project did not assign a file to the build artifact
{noformat}

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (NPANDAY-373) Custom Lifecycle Plugin does not bind the produced artifact

Posted by "Mattias Jiderhamn (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/NPANDAY-373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13463190#comment-13463190 ] 

Mattias Jiderhamn commented on NPANDAY-373:
-------------------------------------------

I still get this error after compiling 1.5.0-incubating from SVN trunk.

Is there a workaround?

(What I really want to do is use packaging ole-type-library, but maven-compile-plugin claims it's unknown)
                
> Custom Lifecycle Plugin does not bind the produced artifact
> -----------------------------------------------------------
>
>                 Key: NPANDAY-373
>                 URL: https://issues.apache.org/jira/browse/NPANDAY-373
>             Project: NPanday
>          Issue Type: Bug
>          Components: Maven Plugins
>    Affects Versions: 1.2, 1.2.1
>            Reporter: Lars Corneliussen
>            Assignee: Lars Corneliussen
>             Fix For: 1.4-incubating
>
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> When building the sources using the custom lifecycle plugin, the produced main artifact is not bound to ${project.file}
> This results in an error when trying to install:
> {noformat}
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] The packaging for this project did not assign a file to the build artifact
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Resolved: (NPANDAY-373) Custom Lifecycle Plugin does not bind the produced artifact

Posted by "Lars Corneliussen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/NPANDAY-373?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lars Corneliussen resolved NPANDAY-373.
---------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0

fixed in trunk, custom-lifecycle could need some integration tests, though

> Custom Lifecycle Plugin does not bind the produced artifact
> -----------------------------------------------------------
>
>                 Key: NPANDAY-373
>                 URL: https://issues.apache.org/jira/browse/NPANDAY-373
>             Project: NPanday
>          Issue Type: Bug
>          Components: Maven Plugins
>    Affects Versions: 1.2, 1.2.1
>            Reporter: Lars Corneliussen
>            Assignee: Lars Corneliussen
>             Fix For: 2.0
>
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> When building the sources using the custom lifecycle plugin, the produced main artifact is not bound to ${project.file}
> This results in an error when trying to install:
> {noformat}
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] The packaging for this project did not assign a file to the build artifact
> {noformat}

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (NPANDAY-373) Custom Lifecycle Plugin does not bind the produced artifact

Posted by "Joe Ocaba (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/NPANDAY-373?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joe Ocaba updated NPANDAY-373:
------------------------------

    Fix Version/s:     (was: 2.0)
                   1.3.1-incubating

> Custom Lifecycle Plugin does not bind the produced artifact
> -----------------------------------------------------------
>
>                 Key: NPANDAY-373
>                 URL: https://issues.apache.org/jira/browse/NPANDAY-373
>             Project: NPanday
>          Issue Type: Bug
>          Components: Maven Plugins
>    Affects Versions: 1.2, 1.2.1
>            Reporter: Lars Corneliussen
>            Assignee: Lars Corneliussen
>             Fix For: 1.3.1-incubating
>
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> When building the sources using the custom lifecycle plugin, the produced main artifact is not bound to ${project.file}
> This results in an error when trying to install:
> {noformat}
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] The packaging for this project did not assign a file to the build artifact
> {noformat}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (NPANDAY-373) Custom Lifecycle Plugin does not bind the produced artifact

Posted by "Lars Corneliussen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/NPANDAY-373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13463232#comment-13463232 ] 

Lars Corneliussen commented on NPANDAY-373:
-------------------------------------------

I'm not sure about ole-type-library...
Have you checked the lifecycle bindings on compile and custom-lifecycle?
                
> Custom Lifecycle Plugin does not bind the produced artifact
> -----------------------------------------------------------
>
>                 Key: NPANDAY-373
>                 URL: https://issues.apache.org/jira/browse/NPANDAY-373
>             Project: NPanday
>          Issue Type: Bug
>          Components: Maven Plugins
>    Affects Versions: 1.2, 1.2.1
>            Reporter: Lars Corneliussen
>            Assignee: Lars Corneliussen
>             Fix For: 1.4-incubating
>
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> When building the sources using the custom lifecycle plugin, the produced main artifact is not bound to ${project.file}
> This results in an error when trying to install:
> {noformat}
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] The packaging for this project did not assign a file to the build artifact
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira