diff --git a/pom.xml b/pom.xml index 53c84bcc2..58f7394fb 100644 --- a/pom.xml +++ b/pom.xml @@ -2,6 +2,13 @@ 4.0.0 + + se.kth.castor + sorald-parent + 0.0.1-SNAPSHOT + sorald-parent + + se.kth.castor sorald 0.3.1-SNAPSHOT @@ -64,64 +71,6 @@ json 20220320 - - - org.junit.jupiter - junit-jupiter - 5.8.2 - test - - - org.junit.platform - junit-platform-launcher - 1.8.2 - test - - - - org.hamcrest - hamcrest - 2.2 - test - - - - ch.qos.logback - logback-classic - 1.2.11 - - - test - - - - - - fr.inria.gforge.spoon - spoon-core - 10.0.1-beta-9 - - - com.google.code.findbugs - jsr305 - 3.0.2 - - - org.eclipse.jgit - org.eclipse.jgit - 6.1.0.202203080745-r - - - commons-io - commons-io - 2.11.0 - - - com.google.auto.service - auto-service - 1.0.1 - true - 11 diff --git a/sorald-parent/pom.xml b/sorald-parent/pom.xml new file mode 100644 index 000000000..455d0accf --- /dev/null +++ b/sorald-parent/pom.xml @@ -0,0 +1,272 @@ + + + 4.0.0 + + se.kth.castor + sorald-parent + 0.0.1-SNAPSHOT + pom + + Sorald + An automatic repair system for static code analysis warnings from Sonar Java. + https://github.com/SpoonLabs/sorald + + + + MIT License + http://www.opensource.org/licenses/mit-license.php + repo + + + + + slarse + Simon Larsén + slarse@kth.se + KTH Royal Institute of Technology + https://www.kth.se + + + khaes-kth + Khashayar Etemadi + khaes@kth.se + KTH Royal Institute of Technology + https://www.kth.se + + + fermadeiral + Fernanda Madeiral + fer.madeiral@gmail.com + KTH Royal Institute of Technology + https://www.kth.se + + + + + + + org.junit.jupiter + junit-jupiter + 5.8.2 + test + + + org.junit.platform + junit-platform-launcher + 1.8.2 + test + + + + org.hamcrest + hamcrest + 2.2 + test + + + + ch.qos.logback + logback-classic + 1.2.11 + + + test + + + + + + fr.inria.gforge.spoon + spoon-core + 10.0.1-beta-9 + + + com.google.code.findbugs + jsr305 + 3.0.2 + + + org.eclipse.jgit + org.eclipse.jgit + 6.1.0.202203080745-r + + + commons-io + commons-io + 2.11.0 + + + com.google.auto.service + auto-service + 1.0.1 + true + + + + 11 + 11 + UTF-8 + 4.6.3 + SpoonLabs_sorald + spoonlabs + https://sonarcloud.io + + + + + org.apache.maven.plugins + maven-deploy-plugin + 2.8.2 + + + org.apache.maven.plugins + maven-release-plugin + 2.5.3 + + + org.apache.maven.scm + maven-scm-provider-gitexe + 1.12.2 + + + + + default + + perform + + + pom.xml + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.3.2 + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.22.2 + + + org.apache.maven.plugins + maven-compiler-plugin + 3.10.1 + + + + + com.diffplug.spotless + spotless-maven-plugin + 2.21.0 + + + + src/main/java/**/*.java + src/test/java/**/*.java + + + 1.9 + + + + + + + + + + + spoonSnapshot + + + ow2.org-snapshot + Maven Repository for Spoon Snapshots + https://repository.ow2.org/nexus/content/repositories/snapshots/ + true + + + + + release + + + + org.apache.maven.plugins + maven-source-plugin + 3.2.1 + + + attach-sources + + jar + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 3.0.1 + + + + --pinentry-mode + loopback + + + + + sign-artifacts + verify + + sign + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.8 + true + + ossrh + https://oss.sonatype.org/ + true + + + + + + + + + scm:git:https://github.com/SpoonLabs/sorald.git + scm:git:ssh://github.com/SpoonLabs/sorald.git + https://github.com/SpoonLabs/sorald + HEAD + + + + + ossrh + https://oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + +