You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Leonardo Uribe (JIRA)" <de...@myfaces.apache.org> on 2014/02/25 06:15:19 UTC

[jira] [Created] (MYFACES-3861) impl-test module using unpack plugin does not allow generate site

Leonardo Uribe created MYFACES-3861:
---------------------------------------

             Summary: impl-test module using unpack plugin does not allow generate site
                 Key: MYFACES-3861
                 URL: https://issues.apache.org/jira/browse/MYFACES-3861
             Project: MyFaces Core
          Issue Type: Bug
          Components: JSR-344
            Reporter: Leonardo Uribe
            Assignee: Leonardo Uribe


I have notice if you try to generate the site, the unpack plugin causes some problems. I tried to update myfaces-builder-plugin to use a later version of dependency plugin, but it didn't work out.

The only solution we have is use a profile and do a hard copy, like we do with shared module, and remember to execute that goal an commit the code before each release. I have tried to fix the problem in the plugin, but unfortunately, the problem is caused by a fork over the goal generated by site plugin that can't be controlled. In that execution, the file associated to artifact to be unpacked points to target/classes directory, which is wrong because this goal is executed in a very early stage of maven lifecycle.

The solution is not very nice, but it works.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)