[richfaces-issues] [JBoss JIRA] (RF-11910) Showcase: reduntant MANIFEST.MF, it is configured in pom.xml and also in resources

Brian Leathem (JIRA) jira-events at lists.jboss.org
Mon Jan 23 16:30:18 EST 2012


     [ https://issues.jboss.org/browse/RF-11910?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Leathem resolved RF-11910.
--------------------------------

      Assignee: Brian Leathem
    Resolution: Won't Fix


The problem is, maven only generates the manifest.mf file during the package phase, not during the compile phase.  This causes a problem when you run the showcase from the exploded directory, as the exploded directory does not have the MANIFEST.MF file present.  The file is duplicated here as a workaround for this maven behavior.

If you have an alternate solution/workaround for this problem, feel free to re-open this issue.
                
> Showcase: reduntant MANIFEST.MF, it is configured in pom.xml and also in resources
> ----------------------------------------------------------------------------------
>
>                 Key: RF-11910
>                 URL: https://issues.jboss.org/browse/RF-11910
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: showcase
>    Affects Versions: 4.1.0.Final
>            Reporter: Lukáš Fryč
>            Assignee: Brian Leathem
>
> These files should be merged, and only {{pom.xml}} should be used preferably.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       



More information about the richfaces-issues mailing list