From e4effea29d436eabc0ac5eafd7054e5b18eb863f Mon Sep 17 00:00:00 2001 From: Sebastian Staudt Date: Sat, 1 Mar 2014 14:20:09 +0100 Subject: [PATCH] Revert "Simplify bootstrapping" This doesn't work when the plugin is not already in the Maven repository. This reverts commit 90803a6affcc06ffec955152e461d789767e802f. --- pom.xml | 106 +++++++++++++++++++++++++++++--------------------------- 1 file changed, 54 insertions(+), 52 deletions(-) diff --git a/pom.xml b/pom.xml index 3955d70e..e32cc2bb 100644 --- a/pom.xml +++ b/pom.xml @@ -108,9 +108,60 @@ bootstrap - - true - + + install + + + ${project.groupId} + ${project.artifactId} + ${project.version} + +
\n_Generated by Mavanagaiata %s at %s_
+
+ + + git-info + generate-sources + + info-class + + + ${project.groupId}.${project.artifactId}.mojo + + + + changelog + pre-site + + changelog + + + \n#### Commits on branch `%s`\n + true + ${project.artifactId} + koraktor + \n[Git history for branch `%s` since version %s](%s) + \n[Git history for branch `%s`](%s) + \n[Git history for version %s](%s) + ${project.build.directory}/generated-site/markdown/CHANGELOG.md + true + \n#### Version %s – %s\n + + + + contributors + pre-site + + contributors + + + ${project.build.directory}/generated-site/markdown/CONTRIBUTORS.md + + + +
+
+
jdk8 @@ -182,55 +233,6 @@ - - ${project.groupId} - ${project.artifactId} - ${project.version} - -
\n_Generated by Mavanagaiata %s at %s_
-
- - - git-info - generate-sources - - info-class - - - ${project.groupId}.${project.artifactId}.mojo - - - - changelog - pre-site - - changelog - - - \n#### Commits on branch `%s`\n - true - ${project.artifactId} - koraktor - \n[Git history for branch `%s` since version %s](%s) - \n[Git history for branch `%s`](%s) - \n[Git history for version %s](%s) - ${project.build.directory}/generated-site/markdown/CHANGELOG.md - true - \n#### Version %s – %s\n - - - - contributors - pre-site - - contributors - - - ${project.build.directory}/generated-site/markdown/CONTRIBUTORS.md - - - -
org.apache.maven.plugins maven-compiler-plugin