com.carrotgarden.maven.scalor.eclipse.MavenM2E.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of scalor-maven-plugin_2.12 Show documentation
Show all versions of scalor-maven-plugin_2.12 Show documentation
Build integrator for Java, Scala, Scala.macro, Scala.js, Scala.native, Eclipse and Maven
package com.carrotgarden.maven.scalor.eclipse
/**
* Provide Maven M2E settings for a project.
*
* ${project.basedir}/.settings/org.eclipse.m2e.core.prefs
*/
trait MavenM2E {
// TODO
}