Packaging your task for distribution and/or deployment involves creating a JAR file of the task code and associated resources. Using your IDE, create a JAR file containing the compiled task class and the BeanInfo xml. A correct jar file for our example should have the CopyTask.class and CopyTaskBeanInfo.xml files.