aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--jacoco-maven-plugin.test/it/setup-parent/invoker.properties1
-rw-r--r--jacoco-maven-plugin/pom.xml6
-rw-r--r--org.jacoco.build/pom.xml2
-rw-r--r--org.jacoco.doc/docroot/doc/changes.html2
4 files changed, 5 insertions, 6 deletions
diff --git a/jacoco-maven-plugin.test/it/setup-parent/invoker.properties b/jacoco-maven-plugin.test/it/setup-parent/invoker.properties
new file mode 100644
index 00000000..0ba04987
--- /dev/null
+++ b/jacoco-maven-plugin.test/it/setup-parent/invoker.properties
@@ -0,0 +1 @@
+invoker.goals = org.jacoco:jacoco-maven-plugin:${project.version}:help install
diff --git a/jacoco-maven-plugin/pom.xml b/jacoco-maven-plugin/pom.xml
index 81c00fda..2f3e96b6 100644
--- a/jacoco-maven-plugin/pom.xml
+++ b/jacoco-maven-plugin/pom.xml
@@ -116,13 +116,9 @@
<execution>
<id>default-descriptor</id>
<phase>process-classes</phase>
- <goals>
- <goal>descriptor</goal>
- </goals>
</execution>
<execution>
- <id>help-mojo</id>
- <phase>process-classes</phase>
+ <id>help-goal</id>
<goals>
<goal>helpmojo</goal>
</goals>
diff --git a/org.jacoco.build/pom.xml b/org.jacoco.build/pom.xml
index 17e18437..364fa316 100644
--- a/org.jacoco.build/pom.xml
+++ b/org.jacoco.build/pom.xml
@@ -337,7 +337,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
- <version>3.3</version>
+ <version>3.5</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
diff --git a/org.jacoco.doc/docroot/doc/changes.html b/org.jacoco.doc/docroot/doc/changes.html
index e5dc783a..dcebea1f 100644
--- a/org.jacoco.doc/docroot/doc/changes.html
+++ b/org.jacoco.doc/docroot/doc/changes.html
@@ -55,6 +55,8 @@
(GitHub <a href="https://github.com/jacoco/jacoco/issues/541">#541</a>).</li>
<li>Reduced chance of conflict with other agents
(GitHub <a href="https://github.com/jacoco/jacoco/issues/555">#555</a>).</li>
+ <li>Restored Maven <code>help</code> goal that was missing in version 0.7.9
+ (GitHub <a href="https://github.com/jacoco/jacoco/issues/559">#559</a>).</li>
</ul>
<h3>Non-functional Changes</h3>