Add Eclipse-friendly source zip packaging to assembly
-----------------------------------------------------

                 Key: UIMA-248
                 URL: https://issues.apache.org/jira/browse/UIMA-248
             Project: UIMA
          Issue Type: Improvement
          Components: Build, Packaging and Test
            Reporter: Marshall Schor
            Priority: Minor


Eclipse is a more friendly and productive environment when the source code can 
be easily attached.  
To do this, it would be nice to have Maven assembly build a source zip 
containing just the Java sources, in a directory structure that started with 
the classpath names. 

So instead of zipping up:
  uimaj-core/src/main/java/org.apache...... etc., 
this would zip up:
  org.apache....

I think having all the sources for all projects in one zip would work (but 
haven't confirmed this ....)

 

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