a5daf60f8cffa40ed619fbb3f1cfe7d56265f275
Tweaked the expansion of the Maven plugins to only map the plugin so that e.g. versions:set gets expanded to the fully qualified version of the versions plugin as registered in application.properties. Tweaked the expansion to inspect all arguments given but ignore properties not containing a colon or staring with a dash.
- Add an
application-local.propertiesto the project root and add the following properties:
git.username- Your GitHub username.git.password- Your GitHub password or API key.git.author- Your full name (used for preparing commits).git.email- Your email (used for preparing commits).maven.mavenHome- Pointing to the location of your Maven installation.deployment.api-key- The API key to use for artifact promotion.deployment.password- The password of the deployment user (buildmaster).
- Run
mvn package appassembler:assemble && sh target/appassembler/bin/spring-data-release-shell
Description
Languages
Java
99.1%
Shell
0.7%
Dockerfile
0.2%