开源软件名称(OpenSource Name):davidB/yuicompressor-maven-plugin
开源软件地址(OpenSource Url):https://github.com/davidB/yuicompressor-maven-plugin
开源编程语言(OpenSource Language):
JavaScript
51.0%
开源软件介绍(OpenSource Introduction):YUICompressor-maven-plugin
Overview
Maven's plugin to compress (minify/obfuscate/aggregate) JavaScript and CSS files using YUI Compressor
Documentation
Full documentation is available under following link: http://davidb.github.com/yuicompressor-maven-plugin/
Summary of the project history can be found in CHANGELOG
Build
./mvnw package : generate jar
./mvnw site : generate the plugin website
./mvnw integration-test : ./mvnw package + run all integration test
./mvnw integration-test -Dinvoker.test=demo01 : run integration test 'demo01' (against all configuration) useful for tuning/debug
./mvnw install : ./mvnw integration-test + publish on local maven repository
./mvnw install -Dmaven.test.skip=true : ./mvnw install` without run of unit test and run of integration test
- release :
gpg --use-agent --armor --detach-sign --output $(mktemp) pom.xml to avoid issue on macosx with gpg signature see [MGPG-59] GPG Plugin: "gpg: signing failed: Inap
propriate ioctl for device" - ASF JIRA
./mvnw release:clean && ./mvnw release:prepare && ./mvnw release:perform : to publish on staging repository via plugin
./mvnw release:clean && ./mvnw release:prepare -Darguments="-DskipTests -Dmaven.test.skip=true" && ./mvnw release:perform -Darguments="-DskipTests -Dmaven.test.skip=true" to publish without tests
./mvnw site package source:jar javadoc:jar install:install gpg:sign deploy:deploy changes:announcement-generate -Dmaven.test.skip=true -DperformRelease=true : man
ual
- connect to http://oss.sonatype.org/ close and release the request(about yuicompressor-maven-plugin) in staging repositories
- browse the updated mvnsite (check version into samples, ...)
Issues
Found a bug? Have an idea? Report it to the issue tracker
Developers
License
This project is available under the Creative Commons GNU LGPL, Version 2.1.
|
请发表评论