diff --git a/pom.xml b/pom.xml index d4f1b79..1c5584f 100644 --- a/pom.xml +++ b/pom.xml @@ -1,255 +1,257 @@ - - 4.0.0 - - com.rogiel.httpchannel - httpchannel - 1.0.1-SNAPSHOT - pom - - HttpChannel - Library capable of downloading and uploading files from free servers using channels. - http://httpchannel.github.com/ - - - UTF-8 - - - - scm:git:git@github.com:seedbox/httpchannel.git - scm:git:git@github.com:seedbox/httpchannel.git - git@github.com:seedbox/httpchannel.git - - - http://github.com/seedbox/httpchannel/downloads - - sonatype-nexus-staging - https://oss.sonatype.org/service/local/staging/deploy/maven2/ - false - - - sonatype-nexus-snapshots - https://oss.sonatype.org/content/repositories/snapshots/ - true - - - - GitHub - https://github.com/seedbox/httpchannel/issues - - - - GitHub - https://github.com/seedbox/httpchannel - - - - - Rogiel - Rogiel - rogiel@rogiel.com - http://www.rogiel.com/ - -3 - - Creator - API Designer - - - - - - - The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt - repo - - - - - - httpchannel-api - httpchannel-service - httpchannel-captcha - httpchannel-channelcopy - httpchannel-util - - - - package - - - org.apache.maven.plugins - maven-surefire-plugin - 2.11 - - true - - - - org.apache.maven.plugins - maven-compiler-plugin - 2.3.2 - - 1.7 - 1.7 - - - - - org.apache.maven.plugins - maven-jar-plugin - 2.3.2 - - true - - - - org.apache.maven.plugins - maven-javadoc-plugin - 2.8 - - - org.apache.maven.plugins - maven-source-plugin - 2.1.1 - - - - org.apache.maven.plugins - maven-deploy-plugin - 2.7 - - false - - - - - org.apache.maven.plugins - maven-site-plugin - 3.0 - - true - UTF-8 - - - org.apache.maven.plugins - maven-javadoc-plugin - 2.8 - - UTF-8 - - - - org.apache.maven.plugins - maven-project-info-reports-plugin - 2.4 - - UTF-8 - - - - org.apache.maven.plugins - maven-changelog-plugin - 2.2 - - UTF-8 - - - - org.apache.maven.plugins - maven-jxr-plugin - 2.3 - - UTF-8 - UTF-8 - - - - - - - com.github.github - site-maven-plugin - 0.4 - - seedbox - httpchannel.github.com - - - - site-deploy - - site - - - - - - com.github.github - downloads-maven-plugin - 0.4 - - seedbox - httpchannel - - - - deploy - - upload - - - - - - org.apache.maven.plugins - maven-release-plugin - 2.2.2 - - true - - - - org.apache.maven.plugins - maven-gpg-plugin - 1.4 - - - sign-artifacts - verify - - sign - - - - - - - - - - github - - - - - - junit - junit - 4.10 - jar - test - - - org.slf4j - slf4j-api - 1.6.4 - compile - - - org.slf4j - slf4j-jdk14 - 1.6.4 - test - - + + 4.0.0 + + com.rogiel.httpchannel + httpchannel + 1.0.1-SNAPSHOT + pom + + HttpChannel + Library capable of downloading and uploading files from free servers using channels. + http://httpchannel.github.com/ + + + UTF-8 + + + + scm:git:git@github.com:seedbox/httpchannel.git + scm:git:git@github.com:seedbox/httpchannel.git + git@github.com:seedbox/httpchannel.git + + + http://github.com/seedbox/httpchannel/downloads + + sonatype-nexus-staging + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + false + + + sonatype-nexus-snapshots + https://oss.sonatype.org/content/repositories/snapshots/ + true + + + + GitHub + https://github.com/seedbox/httpchannel/issues + + + + GitHub + https://github.com/seedbox/httpchannel + + + + + Rogiel + Rogiel + rogiel@rogiel.com + http://www.rogiel.com/ + -3 + + Creator + API Designer + + + + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + + httpchannel-api + httpchannel-service + httpchannel-captcha + httpchannel-channelcopy + httpchannel-util + + + + package + + + org.apache.maven.plugins + maven-surefire-plugin + 2.11 + + true + + + + org.apache.maven.plugins + maven-compiler-plugin + 2.3.2 + + 1.7 + 1.7 + + + + + org.apache.maven.plugins + maven-jar-plugin + 2.3.2 + + true + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.8 + + + org.apache.maven.plugins + maven-source-plugin + 2.1.1 + + + + org.apache.maven.plugins + maven-deploy-plugin + 2.7 + + false + + + + + org.apache.maven.plugins + maven-site-plugin + 3.0 + + true + UTF-8 + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.8 + + UTF-8 + + + + org.apache.maven.plugins + maven-project-info-reports-plugin + 2.4 + + UTF-8 + + + + org.apache.maven.plugins + maven-changelog-plugin + 2.2 + + UTF-8 + + + + org.apache.maven.plugins + maven-jxr-plugin + 2.3 + + UTF-8 + UTF-8 + + + + + + + com.github.github + site-maven-plugin + 0.4 + + seedbox + httpchannel.github.com + + + + site-deploy + + site + + + + + + com.github.github + downloads-maven-plugin + 0.4 + + seedbox + httpchannel + + + + deploy + + upload + + + + + + org.apache.maven.plugins + maven-release-plugin + 2.2.2 + + true + deploy site-deploy + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.4 + + + sign-artifacts + verify + + sign + + + + + + + + + + github + + + + + + junit + junit + 4.10 + jar + test + + + org.slf4j + slf4j-api + 1.6.4 + compile + + + org.slf4j + slf4j-jdk14 + 1.6.4 + test + + \ No newline at end of file diff --git a/src/site/resources/CNAME b/src/site/resources/CNAME new file mode 100644 index 0000000..907b186 --- /dev/null +++ b/src/site/resources/CNAME @@ -0,0 +1 @@ +httpchannel.rogiel.com \ No newline at end of file