And here is the ANT task:

  <target name="-publish-js"
          depends="-publish-local-test"
          if="type.javascript"
          description="Publish a 'javascript' project to the target artifact
repository">
    <echo level="info" message="" />
    <echo level="info" message="JavaScript Deployment" />
    <echo level="info" message="" />
    <ivy:publish resolver="${publish.target}"
                 pubrevision="${project.version}"
                 overwrite="true"
                 artifactspattern="${src.dir}/[artifact].[ext]"/>
  </target>

(the .js files are in ${src.dir}

Thanks,

-- 
View this message in context: 
http://www.nabble.com/Publishing-multiple-artifacts-in-one-publish-event-tp21464294p21465148.html
Sent from the ivy-user mailing list archive at Nabble.com.

Reply via email to