[jboss-dev] Zip sources as artifacts

Dimitris Andreadis dandread at redhat.com
Fri Jul 20 05:57:42 EDT 2007


Do we really need to include the .zip sources as artifacts in the component-info's ?

It takes long to download and it's not used.

(or, it doesn't matter now if we move to maven2?)

https://svn.jboss.org/repos/repository.jboss.org/jbpm/3.1.2/component-info.xml
<project name="jbpm-component-info">

    <component id="jbpm"
               licenseType="lgpl"
               version="3.1.2"
               projectHome="http://jbpm.org/"
               description="Powerfull BPM and workflow engine in Java">
       <artifact id="jbpm.zip"/>
       <artifact id="jbpm-3.1.2.jar"/>
       <artifact id="jbpm-identity-3.1.2.jar"/>

       <export>
         <include input="jbpm.zip"/>
         <include input="jbpm-3.1.2.jar"/>
         <include input="jbpm-identity-3.1.2.jar"/>
       </export>

    </component>

</project>



More information about the jboss-development mailing list