Interface IndexedMavenConfiguration

    • Method Detail

      • local

        String local​(String deflt)
        The path to the local repository.
        Parameters:
        deflt - the default value
        Returns:
        the result
      • location

        String location​(String deflt)
        Points to a directory that is used as database.
        Parameters:
        deflt - the default value
        Returns:
        the result
      • name

        String name​(String deflt)
        The name of the repo. Required.
        Parameters:
        deflt - the default value
        Returns:
        the result
      • releaseUrls

        String releaseUrls()
        The url to the remote release repository.
        Returns:
        the result
      • snapshotUrls

        String snapshotUrls()
        The url to the remote snapshot repository. If this is not specified, it falls back to the release repository or just local if this is also not specified.
        Returns:
        the result
      • logIndexing

        boolean logIndexing()
        Must be set to get a log of the indexing operation.
        Returns:
        true, if a log is to be written