dcos-labs / dcos-maven-plugin

Apache License 2.0
4 stars 5 forks source link

Publish plugin to central #9

Open arun-gupta opened 7 years ago

arun-gupta commented 7 years ago

The current configuration of plugin requires to setup plugin repository in pom.xml:

<pluginRepositories>
   <pluginRepository>
      <id>mesosphere-repo</id>
      <name>Mesosphere Repo</name>
      <url>http://downloads.mesosphere.io/maven</url>
   </pluginRepository>
</pluginRepositories>

The plugin should be published to maven central so that this fragment is not required.