diff --git a/README.md b/README.md index 47af399be..e6e3eb646 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,15 @@ To use goose from the command line: mvn compile MAVEN_OPTS="-Xms256m -Xmx2000m"; mvn exec:java -Dexec.mainClass=com.gravity.goose.TalkToMeGoose -Dexec.args="http://techcrunch.com/2011/05/13/native-apps-or-web-apps-particle-code-wants-you-to-do-both/" -e -q > ~/Desktop/gooseresult.txt +##Usage as a maven dependency + +Goose is hosted on Sonatype's OSS repository, https://oss.sonatype.org/content/repositories/releases/com/gravity/goose/ + + + com.gravity + goose + 2.1.22 + ##Regarding the port from JAVA to Scala @@ -55,4 +64,4 @@ Here are some of the reasons for the port to Scala: ##Issues It was a pretty fast Java to Scala port so lots of the nicities of the Scala language aren't in the codebase yet, but those will come over the coming months as we re-write alot of the internal methods to be more Scalesque. -We made sure it was still nice and operable from Java as well so if you're using goose from java you still should be able to use it with a few changes to the method signatures. \ No newline at end of file +We made sure it was still nice and operable from Java as well so if you're using goose from java you still should be able to use it with a few changes to the method signatures. diff --git a/pom.xml b/pom.xml index 9fef84cba..2dea0d5fb 100644 --- a/pom.xml +++ b/pom.xml @@ -1,13 +1,34 @@ - - 4.0.0 + + + + org.sonatype.oss + oss-parent + 7 + + 4.0.0 com.gravity goose - 2.1.22 + 2.1.23-SNAPSHOT jar goose - http://maven.apache.org + Goose was originally an article extractor written in Java that has most recently (aug2011) converted to a scala project. It's mission is to take any news article or article type web page and not only extract what is the main body of the article but also all meta data and most probable image candidate. + https://github.com/jiminoc/goose + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + scm:git:git@github.com:jiminoc/goose.git + scm:git:git@github.com:jiminoc/goose.git + git@github.com:jiminoc/goose.git + + UTF-8 @@ -89,9 +110,9 @@ - org.scala-tools - maven-scala-plugin - 2.14.3 + net.alchim31.maven + scala-maven-plugin + 3.1.0 UTF-8 @@ -136,14 +157,14 @@ - org.apache.maven.plugins - maven-javadoc-plugin - 2.8 + net.alchim31.maven + scala-maven-plugin + 3.1.0 attach-javadocs - jar + doc-jar @@ -151,4 +172,4 @@ - \ No newline at end of file +