{"id":20456310,"url":"https://github.com/semperos/screwdriver","last_synced_at":"2025-05-08T21:31:47.096Z","repository":{"id":7039999,"uuid":"8316935","full_name":"semperos/screwdriver","owner":"semperos","description":"Web asset management for CI builds and local development using a lightweight Java stack.","archived":false,"fork":false,"pushed_at":"2013-04-26T17:27:10.000Z","size":1379,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-05-09T14:06:11.869Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/semperos.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-02-20T16:23:16.000Z","updated_at":"2017-01-19T10:14:02.000Z","dependencies_parsed_at":"2022-09-20T07:23:08.503Z","dependency_job_id":null,"html_url":"https://github.com/semperos/screwdriver","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semperos%2Fscrewdriver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semperos%2Fscrewdriver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semperos%2Fscrewdriver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semperos%2Fscrewdriver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/semperos","download_url":"https://codeload.github.com/semperos/screwdriver/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224771904,"owners_count":17367231,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-15T11:22:13.074Z","updated_at":"2024-11-15T11:22:13.880Z","avatar_url":"https://github.com/semperos.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Screwdriver #\n\nWeb asset management for CI builds and local development using a lightweight Java stack.\n\n## JavaScript REPL ##\n\nYou can run a Rhino-powered JavaScript REPL using the following command:\n\n```\nmvn exec:java -Dexec.mainClass=\"org.mozilla.javascript.tools.shell.Main\"\n```\n\nWhen the Rhino shell is run in this manner, the project's classes are automatically added to the classpath for Rhino's classloader, which makes them available via LiveConnect, etc.\n\n(Note that the experience will be greatly improved by running this with readline, ledit, or equivalent library available for your platform.)\n\n## Performing a Release ##\n\n### SNAPSHOT Releases ###\n\nTo deploy SNAPSHOT releases to Sonatype, you need to be approved for the project. After that, you need to store your credentials in your local `settings.xml` per Sonatype's instructions. With those two things in place, you can run `mvn deploy` to deploy your local SNAPSHOT version of the project to Sonatype's SNAPSHOT repository for this project.\n\n### Staging Releases ###\n\nFollow these instructions to perform a release of Screwdriver that will be uploaded to a staging repository for this project:\n\n```bash\n# Prepare the release\nmvn clean release:clean\nmvn -Pintegration-tests release:prepare\n\n# If all went well, push changes to codebase and version tag\ngit push origin master\ngit push --tags\n\n# Perform release\nmvn -Dgpg.passphrase=\"XXXX\" release:perform\n\n# Clean up afterwards too\nmvn clean release:clean\n```\n\nAt this point, you need to head over to [the Sonatype docs](https://docs.sonatype.org/display/Repository/Sonatype+OSS+Maven+Repository+Usage+Guide#SonatypeOSSMavenRepositoryUsageGuide-8a.ReleaseIt), following the instructions for closing and releasing the appropriate staging repository so that it can be synced with Maven Central.\n\n**Note:** Before clicking \"Release\" for the closed staging repository in the Nexus UI, please heed the Sonatype instructions and test the JAR locally. To do so, download the JAR and the pom.xml file for the to-be release, install them locally and test manually. You can install them locally with the following Maven incantation (example uses version `0.2.0`):\n\n```\nmvn install:install-file -DpomFile=screwdriver-0.2.0.pom -DgroupId=com.semperos -DartifactId=screwdriver -Dversion=0.2.0 -Dfile=screwdriver-0.2.0.jar -Dpackaging=jar\n```\n\n## Related Projects ##\n\n * https://github.com/yeungda/jcoffeescript\n * https://github.com/remear/java-assetSpec-pipeline\n * https://github.com/sstephenson/sprockets\n\n## License ##\n\nCopyright 2013 Daniel Gregoire (semperos), Kirill Orlov (rheol,koberidze)\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at:\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\nSee the LICENSE file for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsemperos%2Fscrewdriver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsemperos%2Fscrewdriver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsemperos%2Fscrewdriver/lists"}