- Jul 26, 2017
-
-
Benjamin Sousa authored
Add placeholder for project version in README See merge request !5
-
Benjamin Sousa authored
Add placeholder for project version in README, so that copy/paste doesn't leave an old version of the dependency in the parent project's build
-
- Sep 06, 2016
-
-
Nicholas Blair authored
fix: handle maven release plugin generated tags Look like 'my-awesome-project-0.1.0'; need to use a Pattern to slice out the semver triplet. This pull request fixes a bug found while converting a project that previously used the maven-release-plugin; the tags generated by that plugin start with the project name, and can't be parsed by the Java SemVer library as is. See https://git.doit.wisc.edu/adi-ia/bucky-backup-app/merge_requests/5 cc @paul.erickson See merge request !4
-
Nicholas Blair authored
-
Nicholas Blair authored
Look like 'my-awesome-project-0.1.0'; need to use a Pattern to slice out the semver triplet.
-
- Aug 31, 2016
-
-
Nicholas Blair authored
fix: artifact-version needs to use Manifest#getMainAttributes getAttributes returns null See merge request !3
-
Nicholas Blair authored
getAttributes returns null
-
Nicholas Blair authored
feat: always populate MANIFEST with project.name and .version This pull request directs the plugin to configure the `jar` task (if present, provided by the `java` plugin) and/or the `war` task (if present, provided by the `war` plugin) to set the `Implementation-Version` and `Implementation-Title` attributes in the MANIFEST.MF file included in the result. The end result is that issue #1 can be satisfied by pulling out `Implementation-Version` from the MANIFEST. By using MANIFEST, we use a file in Java specifications and we don't have to pollute the build of downstream projects with our own custom properties file. Manifest reference: https://docs.oracle.com/javase/tutorial/deployment/jar/packageman.html cc: @paul.erickson @apatwary See merge request !2
-
Nicholas Blair authored
-
Nicholas Blair authored
-
Nicholas Blair authored
-
Nicholas Blair authored
-
- Aug 30, 2016
-
-
Nicholas Blair authored
docs: correct documentation for buildscript block, add local confirmProjectVersionIncrementedTask Small fix to correct the example provided in the README. Also includes a way to invoke the confirmProjectVersionIncrementedTask, sharing the logic with the task in the release. See merge request !1
-
Nicholas Blair authored
We don't have a facility to apply the plugin itself without fetching an earlier version. Includes a script that delegates to the same logic as the task.
-
- Aug 29, 2016
-
-
Nicholas Blair authored
-
- Aug 26, 2016
-
-
Nicholas Blair authored
Include 'confirmProjectVersionIncremented' task, tests, and basic docs.
-