[ 
https://jira.codehaus.org/browse/MINSTALL-102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robert Scholte closed MINSTALL-102.
-----------------------------------

    Resolution: Duplicate
      Assignee: Robert Scholte

According to your poms ýou didn't lock the {{maven-install-plugin}} to any 
version. Maven doesn't pick up the latest released version, but a default 
version which can be upgraded with every new release of Maven.
To keep your build consistent I would advice to lock all build-plugins and 
don't rely on the default of Maven (and Maven has defaults because it is better 
than no versions at all).
Ensure the every project uses the same version of both the 
{{maven-install-plugin}} and {{maven-deploy-plugin}} and you can use the 
install/deploy-AtEnd feature.
                
> installAtEnd does not install artifacts for multi-module with packaging 
> maven-archetype
> ---------------------------------------------------------------------------------------
>
>                 Key: MINSTALL-102
>                 URL: https://jira.codehaus.org/browse/MINSTALL-102
>             Project: Maven Install Plugin
>          Issue Type: Bug
>          Components: install:install
>    Affects Versions: 2.5.1
>         Environment: Windows 7 / SLES11
>            Reporter: Jörg Sesterhenn
>            Assignee: Robert Scholte
>         Attachments: test.zip
>
>
> InstallAtEnd does not install any artifacts for multi-module maven-archetype. 
> See attached minimal example (test.zip).
> Same error occurs for deployPlugin!

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

Reply via email to