Class MavenAntRunProject


  • public class MavenAntRunProject
    extends Object
    Encapsulates a Maven project with an unsupported clone operation. This makes sure that, when used as a reference in an Ant project, it is passed by reference to sub-projects when inheritRefs is set to true (which would otherwise pass a clone).
    Author:
    gboue
    • Constructor Detail

      • MavenAntRunProject

        public MavenAntRunProject​(org.apache.maven.project.MavenProject mavenProject)
    • Method Detail

      • getMavenProject

        public org.apache.maven.project.MavenProject getMavenProject()