Class AbstractScmMojo

    • Constructor Detail

      • AbstractScmMojo

        public AbstractScmMojo()
    • Method Detail

      • execute

        public void execute()
                     throws org.apache.maven.plugin.MojoExecutionException
        Throws:
        org.apache.maven.plugin.MojoExecutionException
      • setConnectionType

        protected void setConnectionType​(String connectionType)
      • getConnectionUrl

        public String getConnectionUrl()
      • setConnectionUrl

        public void setConnectionUrl​(String connectionUrl)
      • getWorkingDirectory

        public File getWorkingDirectory()
      • getBasedir

        public File getBasedir()
      • setWorkingDirectory

        public void setWorkingDirectory​(File workingDirectory)
      • getScmManager

        public ScmManager getScmManager()
      • checkResult

        public void checkResult​(ScmResult result)
                         throws org.apache.maven.plugin.MojoExecutionException
        Throws:
        org.apache.maven.plugin.MojoExecutionException
      • getIncludes

        public String getIncludes()
      • setIncludes

        public void setIncludes​(String includes)
      • getExcludes

        public String getExcludes()
      • setExcludes

        public void setExcludes​(String excludes)
      • getScmVersion

        public ScmVersion getScmVersion​(String versionType,
                                        String version)
                                 throws org.apache.maven.plugin.MojoExecutionException
        Throws:
        org.apache.maven.plugin.MojoExecutionException
      • handleExcludesIncludesAfterCheckoutAndExport

        protected void handleExcludesIncludesAfterCheckoutAndExport​(File checkoutDirectory)
                                                             throws org.apache.maven.plugin.MojoExecutionException
        Throws:
        org.apache.maven.plugin.MojoExecutionException