[jboss-dev] Zip sources as artifacts
Scott M Stark
sstark at redhat.com
Fri Jul 20 10:55:01 EDT 2007
We do, but these should only be the source associated with the artifact
jars, not entire source distributions.
Dimitris Andreadis wrote:
> 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>
> _______________________________________________
> jboss-development mailing list
> jboss-development at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/jboss-development
More information about the jboss-development
mailing list