diff --git a/OWNERS b/OWNERS new file mode 100644 index 0000000..465906f --- /dev/null +++ b/OWNERS @@ -0,0 +1,4 @@ +approvers: +- entando-jx +reviewers: +- entando-jx diff --git a/OWNERS_ALIASES b/OWNERS_ALIASES new file mode 100644 index 0000000..0c5cd02 --- /dev/null +++ b/OWNERS_ALIASES @@ -0,0 +1,6 @@ +aliases: +- entando-jx +best-approvers: +- entando-jx +best-reviewers: +- entando-jx diff --git a/pom.xml b/pom.xml index 1cae56a..3daf368 100644 --- a/pom.xml +++ b/pom.xml @@ -188,4 +188,18 @@ - + + + + + org.apache.maven.plugins + maven-deploy-plugin + 2.8.2 + + + org.apache.maven.plugins + maven-surefire-plugin + 3.0.0-M1 + + +