Selaa lähdekoodia

SONAR-1792: Generate a help mojo which describes all mojos in a sonar-dev-maven-plugin

tags/2.6
Godin 13 vuotta sitten
vanhempi
commit
08b90340d4

+ 13
- 0
subprojects/sonar-dev-maven-plugin/pom.xml Näytä tiedosto

@@ -289,6 +289,19 @@
</execution>
</executions>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<executions>
<execution>
<id>help-mojo</id>
<goals>
<goal>helpmojo</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>


subprojects/sonar-dev-maven-plugin/src/main/scripts/start-stop.build.xml → subprojects/sonar-dev-maven-plugin/src/main/scripts/dev.build.xml Näytä tiedosto


subprojects/sonar-dev-maven-plugin/src/main/scripts/start-stop.mojos.xml → subprojects/sonar-dev-maven-plugin/src/main/scripts/dev.mojos.xml Näytä tiedosto


Loading…
Peruuta
Tallenna