diff --git a/pom.xml b/pom.xml index c23f7ec5f6c..44556b0ec14 100644 --- a/pom.xml +++ b/pom.xml @@ -1,227 +1,231 @@ - 4.0.0 - com.wordnik - swagger-codegen_2.9.1 - jar - swagger-codegen - 1.2-SNAPSHOT - - scm:git:git@github.com:wordnik/swagger-codegen-2.git - scm:git:git@github.com:wordnik/swagger-codegen-2.git - https://github.com/wordnik/swagger-codegen-2 - - - 2.2.0 - - - - - scala-tools.org - Scala-Tools Maven2 Repository - http://scala-tools.org/repo-releases - - - maven-mongodb-plugin-repo - maven mongodb plugin repository - http://maven-mongodb-plugin.googlecode.com/svn/maven/repo - default - - - - - - - - - org.apache.maven.plugins - maven-surefire-plugin - 2.12 - - - - loggerPath - conf/log4j.properties - - - -Xms512m -Xmx1500m - methods - pertest - - - - maven-dependency-plugin - - - package - - copy-dependencies - - - ${project.build.directory}/lib - - - - - - - - org.apache.maven.plugins - maven-jar-plugin - 2.2 - - - - jar - test-jar - - - - - - - - - org.codehaus.mojo - build-helper-maven-plugin - - - add_sources - generate-sources - - add-source - - - - src/main/java - - - - - add_test_sources - generate-test-sources - - add-test-source - - - - src/test/java - - - - - - - org.apache.maven.plugins - maven-compiler-plugin - 2.3.2 - - 1.6 - 1.6 - - - - org.scala-tools - maven-scala-plugin - 2.15.2 - - - scala-compile-first - process-resources - - add-source - compile - - - - scala-test-compile - process-test-resources - - testCompile - - - - - - -Xms128m - -Xmx1500m - - - - - - - - - org.scala-tools - maven-scala-plugin - - ${scala-version} - - - - - - - com.wordnik - swagger-core_2.9.1 - ${swagger-core-version} - compile - - - - org.fusesource.scalate - scalate-wikitext - 1.5.3 - - - org.fusesource.scalate - scalate-page - 1.5.3 - - - org.scala-lang - scala-library - ${scala-version} - compile - - - org.scalatest - scalatest_2.9.1 - ${scala-test-version} - test - - - junit - junit - ${junit-version} - test - - - - - scala-tools.org - Scala-Tools Maven2 Repository - http://scala-tools.org/repo-releases - - - wordnik-ci-aws - https://ci.aws.wordnik.com/artifactory/libs-snapshots/ - - - wordnik-ci-aws-maven - https://ci.aws.wordnik.com/artifactory/m2-snapshots/ - - - wordnik-ci-aws-remote - https://ci.aws.wordnik.com/artifactory/remote-repos/ - - - - 1.02-SNAPSHOT - 2.9.1-1 - 4.8.1 - 1.0.0 - 1.6.1 - - + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + + org.sonatype.oss + oss-parent + 5 + + 4.0.0 + com.wordnik + swagger-codegen_2.9.1 + jar + swagger-codegen + 2.0.0-SNAPSHOT + + scm:git:git@github.com:wordnik/swagger-codegen.git + scm:git:git@github.com:wordnik/swagger-codegen.git + https://github.com/wordnik/swagger-codegen + + + 2.2.0 + + + + rpidikiti + Ramesh Pidikiti + ramesh@wordnik.com + + + ayush + Ayush Gupts + ayush@glugbot.com + + + fehguy + Tony Tam + fehguy@gmail.com + + + + github + https://github.com/wordnik/swagger-codegen/issues + + + + swagger-swaggersocket + https://groups.google.com/forum/#!forum/swagger-swaggersocket + + + + + Apache License 2.0 + http://www.apache.org/licenses/LICENSE-2.0.html + repo + + + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.12 + + + + loggerPath + conf/log4j.properties + + + -Xms512m -Xmx1500m + methods + pertest + + + + maven-dependency-plugin + + + package + + copy-dependencies + + + ${project.build.directory}/lib + + + + + + org.apache.maven.plugins + maven-jar-plugin + 2.2 + + + + jar + test-jar + + + + + + + + org.codehaus.mojo + build-helper-maven-plugin + + + add_sources + generate-sources + + add-source + + + + src/main/java + + + + + add_test_sources + generate-test-sources + + add-test-source + + + + src/test/java + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 2.3.2 + + 1.6 + 1.6 + + + + org.scala-tools + maven-scala-plugin + 2.15.2 + + + scala-compile-first + process-resources + + add-source + compile + + + + scala-test-compile + process-test-resources + + testCompile + + + + + + -Xms128m + -Xmx1500m + + + + + + + + + org.scala-tools + maven-scala-plugin + + ${scala-version} + + + + + + + com.wordnik + swagger-core_2.9.1 + ${swagger-core-version} + compile + + + commons-io + commons-io + 2.3 + + + org.fusesource.scalate + scalate-wikitext + 1.5.3 + + + org.fusesource.scalate + scalate-page + 1.5.3 + + + org.scala-lang + scala-library + ${scala-version} + compile + + + org.scalatest + scalatest_2.9.1 + ${scala-test-version} + test + + + junit + junit + ${junit-version} + test + + + + 1.1.0 + 2.9.1-1 + 4.8.1 + 1.0.0 + 1.6.1 + + \ No newline at end of file