Kaynağa Gözat

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

tags/2.6
Godin 13 yıl önce
ebeveyn
işleme
08b90340d4

+ 13
- 0
subprojects/sonar-dev-maven-plugin/pom.xml Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle


subprojects/sonar-dev-maven-plugin/src/main/scripts/start-stop.mojos.xml → subprojects/sonar-dev-maven-plugin/src/main/scripts/dev.mojos.xml Dosyayı Görüntüle


Loading…
İptal
Kaydet