${pom.currentVersion} ${now} About to create lib and bin directories in ${maven.dist.bin.assembly.dir} WARNING: no version for ${reactorProject} ${maven.repo.remote} ${repoList.trim()} Downloading ${remoteFile} Installing tag library from ${localFile} +-------------------------------------------------------+ | I N S T A L L I N G J E L L Y | | to ${maven.dist.install.dir} | +-------------------------------------------------------+ * ===================================================== * * W A R N I N G * * ===================================================== * * Jelly is now almost installed on your system ! * * Next, you must set JELLY_HOME to point to * * "${maven.dist.install.dir}", and add JELLY_HOME/bin * * to your PATH. * * * * Then, you will be able to run Jelly scripts using the * * command : "jelly script outputfile". * * * * Enjoy ! * * * * p.s. if ${maven.dist.install.dir} isn't where you'd * * like Jelly installed, please set a property called * * maven.dist.install.dir to the appropriate directory * * ===================================================== * Jelly Libraries dIon Gillard

The following libraries are available for Jelly as part of the standard distribution. Other libraries are maintained elsewhere - please see the powered by page for more details.

XXXX YYYY ${systemScope.put('goal','clean,jar:install-snapshot')} ${tagLibs} Considering taglib tlName "${tlName}". ${taglibs_projects}, ${taglibs_projects}jelly-tags/${tlName}/project.xml ${jellyTaglibNames.add(tlName)} ${dep.setVersion("SNAPSHOT")} ${deps.add(dep)} ${tlD.setGroupId("commons-jelly")} ${tlD.setArtifactId(artId)} ${tlD.setType("jar")} ${tlD.setVersion("SNAPSHOT")} ${deps.add(tlD)} ${maven.repo.local}/${dep.groupId}/${dep.type}s/${dep.artifactId}-${dep.version}.${dep.type}${path.separator} Adding jar ${maven.repo.local}/${dep.groupId}/${dep.type}s/${dep.artifact}.