├── .github ├── dependabot.yml ├── release-drafter.yml └── workflows │ ├── maven.yml │ ├── release-drafter.yml │ └── stale.yml ├── .gitignore ├── LICENSE.txt ├── README.md ├── pom.xml └── src ├── main ├── java │ └── org │ │ └── codehaus │ │ └── mojo │ │ └── build │ │ ├── AbstractScmMojo.java │ │ ├── CreateMetadataMojo.java │ │ ├── CreateMojo.java │ │ ├── CreateTimestampMojo.java │ │ ├── HgChangeSetMojo.java │ │ ├── HgOutputConsumer.java │ │ ├── JsonOutputFormat.java │ │ ├── OutputFormat.java │ │ ├── PropertiesOutputFormat.java │ │ └── Utils.java └── resources │ └── META-INF │ └── plexus │ └── components.xml ├── site ├── apt │ ├── index.apt │ └── usage.apt.vm ├── fml │ └── faq.fml └── site.xml └── test ├── java └── org │ └── codehaus │ └── mojo │ └── build │ ├── JsonOutputFormatTest.java │ ├── OutputFormatTest.java │ ├── PropertiesOutputFormatTest.java │ ├── TestCreateMojo.java │ └── it │ ├── BuildNumberMojoTest.java │ └── CreateMetadataMojoTest.java ├── projects ├── MBUILDNUM-5 │ ├── pom.xml │ ├── src │ │ └── main │ │ │ └── java │ │ │ └── a │ │ │ └── b │ │ │ └── c │ │ │ └── d │ │ │ └── e │ │ │ └── f │ │ │ └── g │ │ │ └── h │ │ │ └── i │ │ │ └── j │ │ │ └── k │ │ │ └── l │ │ │ └── m │ │ │ └── n │ │ │ └── o │ │ │ └── p │ │ │ └── q │ │ │ └── r │ │ │ └── s │ │ │ └── t │ │ │ └── u │ │ │ └── v │ │ │ └── w │ │ │ └── x │ │ │ └── y │ │ │ └── z │ │ │ └── ApacheMavenRocks.java │ └── verify.bsh ├── MBUILDNUM-83 │ └── pom.xml ├── MBUILDNUM-85 │ ├── pom.xml │ └── some.properties ├── MOJO-1372 │ └── pom.xml ├── MOJO-1668 │ ├── dotSvnDir │ │ ├── entries │ │ ├── format │ │ ├── pristine │ │ │ ├── 66 │ │ │ │ └── 665af71baa943cdae96c0623d3c24e6ec712ec9b.svn-base │ │ │ ├── 85 │ │ │ │ └── 85ead35ecb9e8e8eabe052fe4b3156db3e83741e.svn-base │ │ │ └── 8c │ │ │ │ └── 8c5cf4e025a5aa01f7278074c12ac6723ab14533.svn-base │ │ └── wc.db │ └── pom.xml ├── basic-it-clearcase-scm │ └── pom.xml ├── basic-it-git │ ├── dotGitDir │ │ ├── HEAD │ │ ├── config │ │ ├── description │ │ ├── index │ │ ├── info │ │ │ └── exclude │ │ ├── objects │ │ │ ├── 0a │ │ │ │ └── 129e164de5b62edb46d1aa0feef56a34941ac2 │ │ │ ├── 6d │ │ │ │ └── 36c746e82f00c5913954f9178f40224497b2f3 │ │ │ └── d3 │ │ │ │ └── a01ee82b5e7da3c2193fe952858d152ceb6505 │ │ └── refs │ │ │ └── heads │ │ │ └── master │ └── pom.xml ├── basic-it-no-devscm │ ├── dotSvnDir │ │ ├── all-wcprops │ │ ├── entries │ │ ├── format │ │ ├── pristine │ │ │ ├── 66 │ │ │ │ └── 665af71baa943cdae96c0623d3c24e6ec712ec9b.svn-base │ │ │ ├── a7 │ │ │ │ └── a750eb2c5a1c425e5d3886eecde6b6a98bdb399f.svn-base │ │ │ └── b8 │ │ │ │ └── b87a2294a5074b47315f9fac29b4930d2a2b7ae5.svn-base │ │ ├── prop-base │ │ │ ├── goals.txt.svn-base │ │ │ ├── pom.xml.svn-base │ │ │ └── verify.bsh.svn-base │ │ ├── text-base │ │ │ ├── goals.txt.svn-base │ │ │ ├── pom.xml.svn-base │ │ │ ├── prebuild.groovy.svn-base │ │ │ └── verify.bsh.svn-base │ │ └── wc.db │ └── pom.xml ├── basic-it-svnjava │ ├── dotSvnDir │ │ ├── entries │ │ ├── format │ │ ├── pristine │ │ │ ├── 66 │ │ │ │ └── 665af71baa943cdae96c0623d3c24e6ec712ec9b.svn-base │ │ │ ├── 69 │ │ │ │ └── 69cf779236fb30b6c4f2880001ec9dd23bdcd5b8.svn-base │ │ │ └── 76 │ │ │ │ └── 76ff7cf8f7fb9790d8c2819c640d641d4ff2093f.svn-base │ │ └── wc.db │ └── pom.xml ├── basic-it │ ├── dotSvnDir │ │ ├── all-wcprops │ │ ├── entries │ │ ├── format │ │ ├── pristine │ │ │ ├── 42 │ │ │ │ └── 4256c3d83776cf1d5a315b293085a7dc240c92cb.svn-base │ │ │ ├── 66 │ │ │ │ └── 665af71baa943cdae96c0623d3c24e6ec712ec9b.svn-base │ │ │ └── be │ │ │ │ └── be81b1b83de4bd67f35fdab9bd4707604ab1c092.svn-base │ │ ├── prop-base │ │ │ ├── goals.txt.svn-base │ │ │ ├── pom.xml.svn-base │ │ │ └── verify.bsh.svn-base │ │ ├── text-base │ │ │ ├── goals.txt.svn-base │ │ │ ├── pom.xml.svn-base │ │ │ ├── prebuild.groovy.svn-base │ │ │ └── verify.bsh.svn-base │ │ └── wc.db │ └── pom.xml ├── create-metadata-it-no-scm │ └── pom.xml ├── create-metadata-it │ └── pom.xml ├── create-metadata-json-it │ └── pom.xml ├── create-timestamp-it │ └── pom.xml ├── failed-local-change │ ├── dotSvnDir │ │ ├── entries │ │ ├── format │ │ ├── pristine │ │ │ ├── 25 │ │ │ │ └── 25f1c1a58e866ed76b657410f17ca48d4484de36.svn-base │ │ │ ├── 2a │ │ │ │ └── 2afd738d40bbd3cc7e848d611404949c779db22f.svn-base │ │ │ ├── bc │ │ │ │ └── bc297aecdc5665a9e47a19b7876b07cef3a8c161.svn-base │ │ │ └── d8 │ │ │ │ └── d8f6dc5ed1a19e5d6c0fa3f9f8b1a2bd6b76042c.svn-base │ │ └── wc.db │ ├── foo.txt │ └── pom.xml ├── git-basic-it-MBUILDNUM-66 │ ├── .gitignore │ ├── dotGitDir │ │ ├── COMMIT_EDITMSG │ │ ├── HEAD │ │ ├── config │ │ ├── description │ │ ├── hooks │ │ │ ├── applypatch-msg.sample │ │ │ ├── commit-msg.sample │ │ │ ├── post-update.sample │ │ │ ├── pre-applypatch.sample │ │ │ ├── pre-commit.sample │ │ │ ├── pre-push.sample │ │ │ ├── pre-rebase.sample │ │ │ ├── prepare-commit-msg.sample │ │ │ └── update.sample │ │ ├── index │ │ ├── info │ │ │ └── exclude │ │ ├── logs │ │ │ ├── HEAD │ │ │ └── refs │ │ │ │ └── heads │ │ │ │ └── master │ │ ├── objects │ │ │ ├── 31 │ │ │ │ └── ed2f87a271c293b2727ef50e36f871201ff06b │ │ │ ├── 64 │ │ │ │ └── e108d3f1835cc2691abbe3f987743da2447f7e │ │ │ ├── 79 │ │ │ │ └── 4b0e3da190e2acb55f414ff28ba04485af3659 │ │ │ ├── 81 │ │ │ │ └── d25d673c300ee5e802130f1f92fff58d5e1576 │ │ │ ├── 2f │ │ │ │ └── 7896d1d1365eafb0da03d9fe456fac81408487 │ │ │ ├── 4b │ │ │ │ └── 825dc642cb6eb9a060e54bf8d69288fbee4904 │ │ │ ├── a0 │ │ │ │ └── 5cc0d64f5cebad8a332c957dbd6d98024e8e62 │ │ │ ├── b4 │ │ │ │ └── 6131b51b0e59b4fcdf88ee76060aa0d099b36e │ │ │ ├── c5 │ │ │ │ └── ff2ebf8dc0ff4568b1d63905c83fa11942e55e │ │ │ ├── e9 │ │ │ │ └── 2ca4d934e31f2f3b4f7392361b32b46dec7863 │ │ │ └── ee │ │ │ │ └── 58acb27b6636a497c1185f80cd15f76134113f │ │ └── refs │ │ │ └── heads │ │ │ └── master │ └── pom.xml ├── help-it │ └── pom.xml ├── legacy-timestamp-it │ └── pom.xml ├── norevision-it │ └── pom.xml ├── settings.xml └── skip-it │ └── pom.xml └── resources └── svnOutput-1.xml /.github/dependabot.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/.github/dependabot.yml -------------------------------------------------------------------------------- /.github/release-drafter.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/.github/release-drafter.yml -------------------------------------------------------------------------------- /.github/workflows/maven.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/.github/workflows/maven.yml -------------------------------------------------------------------------------- /.github/workflows/release-drafter.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/.github/workflows/release-drafter.yml -------------------------------------------------------------------------------- /.github/workflows/stale.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/.github/workflows/stale.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | target 2 | .settings 3 | .classpath 4 | .project 5 | *.iml 6 | .idea/ 7 | -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/README.md -------------------------------------------------------------------------------- /pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/pom.xml -------------------------------------------------------------------------------- /src/main/java/org/codehaus/mojo/build/AbstractScmMojo.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/main/java/org/codehaus/mojo/build/AbstractScmMojo.java -------------------------------------------------------------------------------- /src/main/java/org/codehaus/mojo/build/CreateMetadataMojo.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/main/java/org/codehaus/mojo/build/CreateMetadataMojo.java -------------------------------------------------------------------------------- /src/main/java/org/codehaus/mojo/build/CreateMojo.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/main/java/org/codehaus/mojo/build/CreateMojo.java -------------------------------------------------------------------------------- /src/main/java/org/codehaus/mojo/build/CreateTimestampMojo.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/main/java/org/codehaus/mojo/build/CreateTimestampMojo.java -------------------------------------------------------------------------------- /src/main/java/org/codehaus/mojo/build/HgChangeSetMojo.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/main/java/org/codehaus/mojo/build/HgChangeSetMojo.java -------------------------------------------------------------------------------- /src/main/java/org/codehaus/mojo/build/HgOutputConsumer.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/main/java/org/codehaus/mojo/build/HgOutputConsumer.java -------------------------------------------------------------------------------- /src/main/java/org/codehaus/mojo/build/JsonOutputFormat.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/main/java/org/codehaus/mojo/build/JsonOutputFormat.java -------------------------------------------------------------------------------- /src/main/java/org/codehaus/mojo/build/OutputFormat.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/main/java/org/codehaus/mojo/build/OutputFormat.java -------------------------------------------------------------------------------- /src/main/java/org/codehaus/mojo/build/PropertiesOutputFormat.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/main/java/org/codehaus/mojo/build/PropertiesOutputFormat.java -------------------------------------------------------------------------------- /src/main/java/org/codehaus/mojo/build/Utils.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/main/java/org/codehaus/mojo/build/Utils.java -------------------------------------------------------------------------------- /src/main/resources/META-INF/plexus/components.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/main/resources/META-INF/plexus/components.xml -------------------------------------------------------------------------------- /src/site/apt/index.apt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/site/apt/index.apt -------------------------------------------------------------------------------- /src/site/apt/usage.apt.vm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/site/apt/usage.apt.vm -------------------------------------------------------------------------------- /src/site/fml/faq.fml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/site/fml/faq.fml -------------------------------------------------------------------------------- /src/site/site.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/site/site.xml -------------------------------------------------------------------------------- /src/test/java/org/codehaus/mojo/build/JsonOutputFormatTest.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/test/java/org/codehaus/mojo/build/JsonOutputFormatTest.java -------------------------------------------------------------------------------- /src/test/java/org/codehaus/mojo/build/OutputFormatTest.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/test/java/org/codehaus/mojo/build/OutputFormatTest.java -------------------------------------------------------------------------------- /src/test/java/org/codehaus/mojo/build/PropertiesOutputFormatTest.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/test/java/org/codehaus/mojo/build/PropertiesOutputFormatTest.java -------------------------------------------------------------------------------- /src/test/java/org/codehaus/mojo/build/TestCreateMojo.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/test/java/org/codehaus/mojo/build/TestCreateMojo.java -------------------------------------------------------------------------------- /src/test/java/org/codehaus/mojo/build/it/BuildNumberMojoTest.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/test/java/org/codehaus/mojo/build/it/BuildNumberMojoTest.java -------------------------------------------------------------------------------- /src/test/java/org/codehaus/mojo/build/it/CreateMetadataMojoTest.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/test/java/org/codehaus/mojo/build/it/CreateMetadataMojoTest.java -------------------------------------------------------------------------------- /src/test/projects/MBUILDNUM-5/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/test/projects/MBUILDNUM-5/pom.xml -------------------------------------------------------------------------------- /src/test/projects/MBUILDNUM-5/src/main/java/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/ApacheMavenRocks.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/test/projects/MBUILDNUM-5/src/main/java/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/ApacheMavenRocks.java -------------------------------------------------------------------------------- /src/test/projects/MBUILDNUM-5/verify.bsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/test/projects/MBUILDNUM-5/verify.bsh -------------------------------------------------------------------------------- /src/test/projects/MBUILDNUM-83/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/test/projects/MBUILDNUM-83/pom.xml -------------------------------------------------------------------------------- /src/test/projects/MBUILDNUM-85/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/test/projects/MBUILDNUM-85/pom.xml -------------------------------------------------------------------------------- /src/test/projects/MBUILDNUM-85/some.properties: -------------------------------------------------------------------------------- 1 | this=that 2 | -------------------------------------------------------------------------------- /src/test/projects/MOJO-1372/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/test/projects/MOJO-1372/pom.xml -------------------------------------------------------------------------------- /src/test/projects/MOJO-1668/dotSvnDir/entries: -------------------------------------------------------------------------------- 1 | 12 2 | -------------------------------------------------------------------------------- /src/test/projects/MOJO-1668/dotSvnDir/format: -------------------------------------------------------------------------------- 1 | 12 2 | -------------------------------------------------------------------------------- /src/test/projects/MOJO-1668/dotSvnDir/pristine/66/665af71baa943cdae96c0623d3c24e6ec712ec9b.svn-base: -------------------------------------------------------------------------------- 1 | clean verify 2 | -------------------------------------------------------------------------------- /src/test/projects/MOJO-1668/dotSvnDir/pristine/85/85ead35ecb9e8e8eabe052fe4b3156db3e83741e.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/test/projects/MOJO-1668/dotSvnDir/pristine/85/85ead35ecb9e8e8eabe052fe4b3156db3e83741e.svn-base -------------------------------------------------------------------------------- /src/test/projects/MOJO-1668/dotSvnDir/pristine/8c/8c5cf4e025a5aa01f7278074c12ac6723ab14533.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/test/projects/MOJO-1668/dotSvnDir/pristine/8c/8c5cf4e025a5aa01f7278074c12ac6723ab14533.svn-base -------------------------------------------------------------------------------- /src/test/projects/MOJO-1668/dotSvnDir/wc.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/test/projects/MOJO-1668/dotSvnDir/wc.db -------------------------------------------------------------------------------- /src/test/projects/MOJO-1668/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/test/projects/MOJO-1668/pom.xml -------------------------------------------------------------------------------- /src/test/projects/basic-it-clearcase-scm/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/test/projects/basic-it-clearcase-scm/pom.xml -------------------------------------------------------------------------------- /src/test/projects/basic-it-git/dotGitDir/HEAD: -------------------------------------------------------------------------------- 1 | ref: refs/heads/master 2 | -------------------------------------------------------------------------------- /src/test/projects/basic-it-git/dotGitDir/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/test/projects/basic-it-git/dotGitDir/config -------------------------------------------------------------------------------- /src/test/projects/basic-it-git/dotGitDir/description: -------------------------------------------------------------------------------- 1 | Dummy repository to check buildnumber-maven-plugin for Git SCM. 2 | -------------------------------------------------------------------------------- /src/test/projects/basic-it-git/dotGitDir/index: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/test/projects/basic-it-git/dotGitDir/index -------------------------------------------------------------------------------- /src/test/projects/basic-it-git/dotGitDir/info/exclude: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/test/projects/basic-it-git/dotGitDir/info/exclude -------------------------------------------------------------------------------- /src/test/projects/basic-it-git/dotGitDir/objects/0a/129e164de5b62edb46d1aa0feef56a34941ac2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/test/projects/basic-it-git/dotGitDir/objects/0a/129e164de5b62edb46d1aa0feef56a34941ac2 -------------------------------------------------------------------------------- /src/test/projects/basic-it-git/dotGitDir/objects/6d/36c746e82f00c5913954f9178f40224497b2f3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/test/projects/basic-it-git/dotGitDir/objects/6d/36c746e82f00c5913954f9178f40224497b2f3 -------------------------------------------------------------------------------- /src/test/projects/basic-it-git/dotGitDir/objects/d3/a01ee82b5e7da3c2193fe952858d152ceb6505: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/test/projects/basic-it-git/dotGitDir/objects/d3/a01ee82b5e7da3c2193fe952858d152ceb6505 -------------------------------------------------------------------------------- /src/test/projects/basic-it-git/dotGitDir/refs/heads/master: -------------------------------------------------------------------------------- 1 | 6d36c746e82f00c5913954f9178f40224497b2f3 2 | -------------------------------------------------------------------------------- /src/test/projects/basic-it-git/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/test/projects/basic-it-git/pom.xml -------------------------------------------------------------------------------- /src/test/projects/basic-it-no-devscm/dotSvnDir/all-wcprops: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/test/projects/basic-it-no-devscm/dotSvnDir/all-wcprops -------------------------------------------------------------------------------- /src/test/projects/basic-it-no-devscm/dotSvnDir/entries: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/test/projects/basic-it-no-devscm/dotSvnDir/entries -------------------------------------------------------------------------------- /src/test/projects/basic-it-no-devscm/dotSvnDir/format: -------------------------------------------------------------------------------- 1 | 12 2 | -------------------------------------------------------------------------------- /src/test/projects/basic-it-no-devscm/dotSvnDir/pristine/66/665af71baa943cdae96c0623d3c24e6ec712ec9b.svn-base: -------------------------------------------------------------------------------- 1 | clean verify 2 | -------------------------------------------------------------------------------- /src/test/projects/basic-it-no-devscm/dotSvnDir/pristine/a7/a750eb2c5a1c425e5d3886eecde6b6a98bdb399f.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/test/projects/basic-it-no-devscm/dotSvnDir/pristine/a7/a750eb2c5a1c425e5d3886eecde6b6a98bdb399f.svn-base -------------------------------------------------------------------------------- /src/test/projects/basic-it-no-devscm/dotSvnDir/pristine/b8/b87a2294a5074b47315f9fac29b4930d2a2b7ae5.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/test/projects/basic-it-no-devscm/dotSvnDir/pristine/b8/b87a2294a5074b47315f9fac29b4930d2a2b7ae5.svn-base -------------------------------------------------------------------------------- /src/test/projects/basic-it-no-devscm/dotSvnDir/prop-base/goals.txt.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/test/projects/basic-it-no-devscm/dotSvnDir/prop-base/goals.txt.svn-base -------------------------------------------------------------------------------- /src/test/projects/basic-it-no-devscm/dotSvnDir/prop-base/pom.xml.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/test/projects/basic-it-no-devscm/dotSvnDir/prop-base/pom.xml.svn-base -------------------------------------------------------------------------------- /src/test/projects/basic-it-no-devscm/dotSvnDir/prop-base/verify.bsh.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/test/projects/basic-it-no-devscm/dotSvnDir/prop-base/verify.bsh.svn-base -------------------------------------------------------------------------------- /src/test/projects/basic-it-no-devscm/dotSvnDir/text-base/goals.txt.svn-base: -------------------------------------------------------------------------------- 1 | clean verify 2 | -------------------------------------------------------------------------------- /src/test/projects/basic-it-no-devscm/dotSvnDir/text-base/pom.xml.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/test/projects/basic-it-no-devscm/dotSvnDir/text-base/pom.xml.svn-base -------------------------------------------------------------------------------- /src/test/projects/basic-it-no-devscm/dotSvnDir/text-base/prebuild.groovy.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/test/projects/basic-it-no-devscm/dotSvnDir/text-base/prebuild.groovy.svn-base -------------------------------------------------------------------------------- /src/test/projects/basic-it-no-devscm/dotSvnDir/text-base/verify.bsh.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/test/projects/basic-it-no-devscm/dotSvnDir/text-base/verify.bsh.svn-base -------------------------------------------------------------------------------- /src/test/projects/basic-it-no-devscm/dotSvnDir/wc.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/test/projects/basic-it-no-devscm/dotSvnDir/wc.db -------------------------------------------------------------------------------- /src/test/projects/basic-it-no-devscm/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/test/projects/basic-it-no-devscm/pom.xml -------------------------------------------------------------------------------- /src/test/projects/basic-it-svnjava/dotSvnDir/entries: -------------------------------------------------------------------------------- 1 | 12 2 | -------------------------------------------------------------------------------- /src/test/projects/basic-it-svnjava/dotSvnDir/format: -------------------------------------------------------------------------------- 1 | 12 2 | -------------------------------------------------------------------------------- /src/test/projects/basic-it-svnjava/dotSvnDir/pristine/66/665af71baa943cdae96c0623d3c24e6ec712ec9b.svn-base: -------------------------------------------------------------------------------- 1 | clean verify 2 | -------------------------------------------------------------------------------- /src/test/projects/basic-it-svnjava/dotSvnDir/pristine/69/69cf779236fb30b6c4f2880001ec9dd23bdcd5b8.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/test/projects/basic-it-svnjava/dotSvnDir/pristine/69/69cf779236fb30b6c4f2880001ec9dd23bdcd5b8.svn-base -------------------------------------------------------------------------------- /src/test/projects/basic-it-svnjava/dotSvnDir/pristine/76/76ff7cf8f7fb9790d8c2819c640d641d4ff2093f.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/test/projects/basic-it-svnjava/dotSvnDir/pristine/76/76ff7cf8f7fb9790d8c2819c640d641d4ff2093f.svn-base -------------------------------------------------------------------------------- /src/test/projects/basic-it-svnjava/dotSvnDir/wc.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/test/projects/basic-it-svnjava/dotSvnDir/wc.db -------------------------------------------------------------------------------- /src/test/projects/basic-it-svnjava/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/test/projects/basic-it-svnjava/pom.xml -------------------------------------------------------------------------------- /src/test/projects/basic-it/dotSvnDir/all-wcprops: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/test/projects/basic-it/dotSvnDir/all-wcprops -------------------------------------------------------------------------------- /src/test/projects/basic-it/dotSvnDir/entries: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/test/projects/basic-it/dotSvnDir/entries -------------------------------------------------------------------------------- /src/test/projects/basic-it/dotSvnDir/format: -------------------------------------------------------------------------------- 1 | 12 2 | -------------------------------------------------------------------------------- /src/test/projects/basic-it/dotSvnDir/pristine/42/4256c3d83776cf1d5a315b293085a7dc240c92cb.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/test/projects/basic-it/dotSvnDir/pristine/42/4256c3d83776cf1d5a315b293085a7dc240c92cb.svn-base -------------------------------------------------------------------------------- /src/test/projects/basic-it/dotSvnDir/pristine/66/665af71baa943cdae96c0623d3c24e6ec712ec9b.svn-base: -------------------------------------------------------------------------------- 1 | clean verify 2 | -------------------------------------------------------------------------------- /src/test/projects/basic-it/dotSvnDir/pristine/be/be81b1b83de4bd67f35fdab9bd4707604ab1c092.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/test/projects/basic-it/dotSvnDir/pristine/be/be81b1b83de4bd67f35fdab9bd4707604ab1c092.svn-base -------------------------------------------------------------------------------- /src/test/projects/basic-it/dotSvnDir/prop-base/goals.txt.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/test/projects/basic-it/dotSvnDir/prop-base/goals.txt.svn-base -------------------------------------------------------------------------------- /src/test/projects/basic-it/dotSvnDir/prop-base/pom.xml.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/test/projects/basic-it/dotSvnDir/prop-base/pom.xml.svn-base -------------------------------------------------------------------------------- /src/test/projects/basic-it/dotSvnDir/prop-base/verify.bsh.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/test/projects/basic-it/dotSvnDir/prop-base/verify.bsh.svn-base -------------------------------------------------------------------------------- /src/test/projects/basic-it/dotSvnDir/text-base/goals.txt.svn-base: -------------------------------------------------------------------------------- 1 | clean verify 2 | -------------------------------------------------------------------------------- /src/test/projects/basic-it/dotSvnDir/text-base/pom.xml.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/test/projects/basic-it/dotSvnDir/text-base/pom.xml.svn-base -------------------------------------------------------------------------------- /src/test/projects/basic-it/dotSvnDir/text-base/prebuild.groovy.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/test/projects/basic-it/dotSvnDir/text-base/prebuild.groovy.svn-base -------------------------------------------------------------------------------- /src/test/projects/basic-it/dotSvnDir/text-base/verify.bsh.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/test/projects/basic-it/dotSvnDir/text-base/verify.bsh.svn-base -------------------------------------------------------------------------------- /src/test/projects/basic-it/dotSvnDir/wc.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/test/projects/basic-it/dotSvnDir/wc.db -------------------------------------------------------------------------------- /src/test/projects/basic-it/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/test/projects/basic-it/pom.xml -------------------------------------------------------------------------------- /src/test/projects/create-metadata-it-no-scm/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/test/projects/create-metadata-it-no-scm/pom.xml -------------------------------------------------------------------------------- /src/test/projects/create-metadata-it/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/test/projects/create-metadata-it/pom.xml -------------------------------------------------------------------------------- /src/test/projects/create-metadata-json-it/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/test/projects/create-metadata-json-it/pom.xml -------------------------------------------------------------------------------- /src/test/projects/create-timestamp-it/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/test/projects/create-timestamp-it/pom.xml -------------------------------------------------------------------------------- /src/test/projects/failed-local-change/dotSvnDir/entries: -------------------------------------------------------------------------------- 1 | 12 2 | -------------------------------------------------------------------------------- /src/test/projects/failed-local-change/dotSvnDir/format: -------------------------------------------------------------------------------- 1 | 12 2 | -------------------------------------------------------------------------------- /src/test/projects/failed-local-change/dotSvnDir/pristine/25/25f1c1a58e866ed76b657410f17ca48d4484de36.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/test/projects/failed-local-change/dotSvnDir/pristine/25/25f1c1a58e866ed76b657410f17ca48d4484de36.svn-base -------------------------------------------------------------------------------- /src/test/projects/failed-local-change/dotSvnDir/pristine/2a/2afd738d40bbd3cc7e848d611404949c779db22f.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/test/projects/failed-local-change/dotSvnDir/pristine/2a/2afd738d40bbd3cc7e848d611404949c779db22f.svn-base -------------------------------------------------------------------------------- /src/test/projects/failed-local-change/dotSvnDir/pristine/bc/bc297aecdc5665a9e47a19b7876b07cef3a8c161.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/test/projects/failed-local-change/dotSvnDir/pristine/bc/bc297aecdc5665a9e47a19b7876b07cef3a8c161.svn-base -------------------------------------------------------------------------------- /src/test/projects/failed-local-change/dotSvnDir/pristine/d8/d8f6dc5ed1a19e5d6c0fa3f9f8b1a2bd6b76042c.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/test/projects/failed-local-change/dotSvnDir/pristine/d8/d8f6dc5ed1a19e5d6c0fa3f9f8b1a2bd6b76042c.svn-base -------------------------------------------------------------------------------- /src/test/projects/failed-local-change/dotSvnDir/wc.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/test/projects/failed-local-change/dotSvnDir/wc.db -------------------------------------------------------------------------------- /src/test/projects/failed-local-change/foo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/test/projects/failed-local-change/foo.txt -------------------------------------------------------------------------------- /src/test/projects/failed-local-change/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/test/projects/failed-local-change/pom.xml -------------------------------------------------------------------------------- /src/test/projects/git-basic-it-MBUILDNUM-66/.gitignore: -------------------------------------------------------------------------------- 1 | target/ 2 | -------------------------------------------------------------------------------- /src/test/projects/git-basic-it-MBUILDNUM-66/dotGitDir/COMMIT_EDITMSG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/test/projects/git-basic-it-MBUILDNUM-66/dotGitDir/COMMIT_EDITMSG -------------------------------------------------------------------------------- /src/test/projects/git-basic-it-MBUILDNUM-66/dotGitDir/HEAD: -------------------------------------------------------------------------------- 1 | ref: refs/heads/master 2 | -------------------------------------------------------------------------------- /src/test/projects/git-basic-it-MBUILDNUM-66/dotGitDir/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/test/projects/git-basic-it-MBUILDNUM-66/dotGitDir/config -------------------------------------------------------------------------------- /src/test/projects/git-basic-it-MBUILDNUM-66/dotGitDir/description: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/test/projects/git-basic-it-MBUILDNUM-66/dotGitDir/description -------------------------------------------------------------------------------- /src/test/projects/git-basic-it-MBUILDNUM-66/dotGitDir/hooks/applypatch-msg.sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/test/projects/git-basic-it-MBUILDNUM-66/dotGitDir/hooks/applypatch-msg.sample -------------------------------------------------------------------------------- /src/test/projects/git-basic-it-MBUILDNUM-66/dotGitDir/hooks/commit-msg.sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/test/projects/git-basic-it-MBUILDNUM-66/dotGitDir/hooks/commit-msg.sample -------------------------------------------------------------------------------- /src/test/projects/git-basic-it-MBUILDNUM-66/dotGitDir/hooks/post-update.sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/test/projects/git-basic-it-MBUILDNUM-66/dotGitDir/hooks/post-update.sample -------------------------------------------------------------------------------- /src/test/projects/git-basic-it-MBUILDNUM-66/dotGitDir/hooks/pre-applypatch.sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/test/projects/git-basic-it-MBUILDNUM-66/dotGitDir/hooks/pre-applypatch.sample -------------------------------------------------------------------------------- /src/test/projects/git-basic-it-MBUILDNUM-66/dotGitDir/hooks/pre-commit.sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/test/projects/git-basic-it-MBUILDNUM-66/dotGitDir/hooks/pre-commit.sample -------------------------------------------------------------------------------- /src/test/projects/git-basic-it-MBUILDNUM-66/dotGitDir/hooks/pre-push.sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/test/projects/git-basic-it-MBUILDNUM-66/dotGitDir/hooks/pre-push.sample -------------------------------------------------------------------------------- /src/test/projects/git-basic-it-MBUILDNUM-66/dotGitDir/hooks/pre-rebase.sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/test/projects/git-basic-it-MBUILDNUM-66/dotGitDir/hooks/pre-rebase.sample -------------------------------------------------------------------------------- /src/test/projects/git-basic-it-MBUILDNUM-66/dotGitDir/hooks/prepare-commit-msg.sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/test/projects/git-basic-it-MBUILDNUM-66/dotGitDir/hooks/prepare-commit-msg.sample -------------------------------------------------------------------------------- /src/test/projects/git-basic-it-MBUILDNUM-66/dotGitDir/hooks/update.sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/test/projects/git-basic-it-MBUILDNUM-66/dotGitDir/hooks/update.sample -------------------------------------------------------------------------------- /src/test/projects/git-basic-it-MBUILDNUM-66/dotGitDir/index: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/test/projects/git-basic-it-MBUILDNUM-66/dotGitDir/index -------------------------------------------------------------------------------- /src/test/projects/git-basic-it-MBUILDNUM-66/dotGitDir/info/exclude: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/test/projects/git-basic-it-MBUILDNUM-66/dotGitDir/info/exclude -------------------------------------------------------------------------------- /src/test/projects/git-basic-it-MBUILDNUM-66/dotGitDir/logs/HEAD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/test/projects/git-basic-it-MBUILDNUM-66/dotGitDir/logs/HEAD -------------------------------------------------------------------------------- /src/test/projects/git-basic-it-MBUILDNUM-66/dotGitDir/logs/refs/heads/master: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/test/projects/git-basic-it-MBUILDNUM-66/dotGitDir/logs/refs/heads/master -------------------------------------------------------------------------------- /src/test/projects/git-basic-it-MBUILDNUM-66/dotGitDir/objects/2f/7896d1d1365eafb0da03d9fe456fac81408487: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/test/projects/git-basic-it-MBUILDNUM-66/dotGitDir/objects/2f/7896d1d1365eafb0da03d9fe456fac81408487 -------------------------------------------------------------------------------- /src/test/projects/git-basic-it-MBUILDNUM-66/dotGitDir/objects/31/ed2f87a271c293b2727ef50e36f871201ff06b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/test/projects/git-basic-it-MBUILDNUM-66/dotGitDir/objects/31/ed2f87a271c293b2727ef50e36f871201ff06b -------------------------------------------------------------------------------- /src/test/projects/git-basic-it-MBUILDNUM-66/dotGitDir/objects/4b/825dc642cb6eb9a060e54bf8d69288fbee4904: -------------------------------------------------------------------------------- 1 | x+)JMU0` 2 | , -------------------------------------------------------------------------------- /src/test/projects/git-basic-it-MBUILDNUM-66/dotGitDir/objects/64/e108d3f1835cc2691abbe3f987743da2447f7e: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/test/projects/git-basic-it-MBUILDNUM-66/dotGitDir/objects/64/e108d3f1835cc2691abbe3f987743da2447f7e -------------------------------------------------------------------------------- /src/test/projects/git-basic-it-MBUILDNUM-66/dotGitDir/objects/79/4b0e3da190e2acb55f414ff28ba04485af3659: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/test/projects/git-basic-it-MBUILDNUM-66/dotGitDir/objects/79/4b0e3da190e2acb55f414ff28ba04485af3659 -------------------------------------------------------------------------------- /src/test/projects/git-basic-it-MBUILDNUM-66/dotGitDir/objects/81/d25d673c300ee5e802130f1f92fff58d5e1576: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/test/projects/git-basic-it-MBUILDNUM-66/dotGitDir/objects/81/d25d673c300ee5e802130f1f92fff58d5e1576 -------------------------------------------------------------------------------- /src/test/projects/git-basic-it-MBUILDNUM-66/dotGitDir/objects/a0/5cc0d64f5cebad8a332c957dbd6d98024e8e62: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/test/projects/git-basic-it-MBUILDNUM-66/dotGitDir/objects/a0/5cc0d64f5cebad8a332c957dbd6d98024e8e62 -------------------------------------------------------------------------------- /src/test/projects/git-basic-it-MBUILDNUM-66/dotGitDir/objects/b4/6131b51b0e59b4fcdf88ee76060aa0d099b36e: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/test/projects/git-basic-it-MBUILDNUM-66/dotGitDir/objects/b4/6131b51b0e59b4fcdf88ee76060aa0d099b36e -------------------------------------------------------------------------------- /src/test/projects/git-basic-it-MBUILDNUM-66/dotGitDir/objects/c5/ff2ebf8dc0ff4568b1d63905c83fa11942e55e: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/test/projects/git-basic-it-MBUILDNUM-66/dotGitDir/objects/c5/ff2ebf8dc0ff4568b1d63905c83fa11942e55e -------------------------------------------------------------------------------- /src/test/projects/git-basic-it-MBUILDNUM-66/dotGitDir/objects/e9/2ca4d934e31f2f3b4f7392361b32b46dec7863: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/test/projects/git-basic-it-MBUILDNUM-66/dotGitDir/objects/e9/2ca4d934e31f2f3b4f7392361b32b46dec7863 -------------------------------------------------------------------------------- /src/test/projects/git-basic-it-MBUILDNUM-66/dotGitDir/objects/ee/58acb27b6636a497c1185f80cd15f76134113f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/test/projects/git-basic-it-MBUILDNUM-66/dotGitDir/objects/ee/58acb27b6636a497c1185f80cd15f76134113f -------------------------------------------------------------------------------- /src/test/projects/git-basic-it-MBUILDNUM-66/dotGitDir/refs/heads/master: -------------------------------------------------------------------------------- 1 | ee58acb27b6636a497c1185f80cd15f76134113f 2 | -------------------------------------------------------------------------------- /src/test/projects/git-basic-it-MBUILDNUM-66/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/test/projects/git-basic-it-MBUILDNUM-66/pom.xml -------------------------------------------------------------------------------- /src/test/projects/help-it/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/test/projects/help-it/pom.xml -------------------------------------------------------------------------------- /src/test/projects/legacy-timestamp-it/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/test/projects/legacy-timestamp-it/pom.xml -------------------------------------------------------------------------------- /src/test/projects/norevision-it/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/test/projects/norevision-it/pom.xml -------------------------------------------------------------------------------- /src/test/projects/settings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/test/projects/settings.xml -------------------------------------------------------------------------------- /src/test/projects/skip-it/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/test/projects/skip-it/pom.xml -------------------------------------------------------------------------------- /src/test/resources/svnOutput-1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mojohaus/buildnumber-maven-plugin/HEAD/src/test/resources/svnOutput-1.xml --------------------------------------------------------------------------------