Parcourir la source

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

tags/2.6
Godin il y a 13 ans
Parent
révision
08b90340d4

+ 13
- 0
subprojects/sonar-dev-maven-plugin/pom.xml Voir le fichier

@@ -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 Voir le fichier


subprojects/sonar-dev-maven-plugin/src/main/scripts/start-stop.mojos.xml → subprojects/sonar-dev-maven-plugin/src/main/scripts/dev.mojos.xml Voir le fichier


Chargement…
Annuler
Enregistrer