All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.rimerosolutions.ant.git.antdoc.overview.html Maven / Gradle / Ivy

There is a newer version: 1.3.2
Show newest version

        
                Overview
        
        
                

The ant-git-tasks custom tasks provide wrappers around the Eclipse JGit API.

Only a small subset of the Git commands are implemented.

The expectation is that you use the git task container and that you nest commands as needed.

<git:settings refId="git.testing"
              username="xxxtesting"
              password="xxxtesting"
              name="xxxtesting"
              email="[email protected]"/>
<git:git directory="${testLocalRepo}" settingsRef="git.testing">
  <git:init directory="${testLocalRepo}" bare="false" />
  <git:commit message="${dummy.commit.message}" revCommitIdProperty="revcommit"/>
</git:git>
                




© 2015 - 2024 Weber Informatics LLC | Privacy Policy