Class MvnProject_1_0

    • Field Detail

      • id

        public final long id
        The ID of the project.
      • name

        @Nullable
        public final @Nullable String name
        The name of the project.

        Can be null if the same as the artifactId.

      • groupId

        public final String groupId
        The group ID of the project.
      • artifactId

        public final String artifactId
        The artifact ID of the project.
      • packaging

        public final String packaging
        The packaging of the project.
      • version

        public final String version
        The version of the project.
      • projectDir

        @Nullable("when the project doesn\'t have a pom file")
        public final @Nullable("when the project doesn\'t have a pom file") MvnFileRef_1_0 projectDir
        The project directory.
      • pomVersion

        public final String pomVersion
        The version of the POM file declaring this project.
      • excluded

        public final boolean excluded
        Whether the project was excluded from the build.