Faster packaging of the standalone jar
--------------------------------------

                 Key: JCR-2181
                 URL: https://issues.apache.org/jira/browse/JCR-2181
             Project: Jackrabbit Content Repository
          Issue Type: Improvement
          Components: jackrabbit-standalone
            Reporter: Jukka Zitting
            Assignee: Jukka Zitting


Currently the standalone jar is created by first unpacking all the dependencies 
to target/classes and then packaging the resulting directory tree into the 
resulting jar file. This takes quite a while as all the writing and reading of 
uncompressed class files requires lots of disk IO. We could avoid these extra 
copies by using the bundle or assembly plugin to build the standalone jar.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to