Author: tchemit Date: 2012-07-18 00:52:31 +0200 (Wed, 18 Jul 2012) New Revision: 855 Url: http://nuiton.org/repositories/revision/maven-helper-plugin/855 Log: fix docs + clean pom Modified: trunk/pom.xml trunk/src/site/apt/mojo-examples.apt trunk/src/site/apt/mojo-framework.apt Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2012-07-15 20:54:45 UTC (rev 854) +++ trunk/pom.xml 2012-07-17 22:52:31 UTC (rev 855) @@ -473,18 +473,6 @@ </executions> </plugin> - <!-- add the help mojo --> - <plugin> - <artifactId>maven-plugin-plugin</artifactId> - <executions> - <execution> - <goals> - <goal>helpmojo</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> </build> Modified: trunk/src/site/apt/mojo-examples.apt =================================================================== --- trunk/src/site/apt/mojo-examples.apt 2012-07-15 20:54:45 UTC (rev 854) +++ trunk/src/site/apt/mojo-examples.apt 2012-07-17 22:52:31 UTC (rev 855) @@ -38,7 +38,7 @@ ------------------------------------------------------------------------------ <plugin> <groupId>org.nuiton</groupId> - <artifactId>maven-helper-plugin</artifactId> + <artifactId>helper-maven-plugin</artifactId> <executions> <execution> <id>collect-files</id> @@ -71,7 +71,7 @@ ------------------------------------------------------------------------------ <plugin> <groupId>org.nuiton</groupId> - <artifactId>maven-helper-plugin</artifactId> + <artifactId>helper-maven-plugin</artifactId> <executions> <execution> <goals> @@ -99,7 +99,7 @@ ------------------------------------------------------------------------------ <plugin> <groupId>org.nuiton</groupId> - <artifactId>maven-helper-plugin</artifactId> + <artifactId>helper-maven-plugin</artifactId> <executions> <execution> <goals> @@ -132,7 +132,7 @@ -------------------------------------------------------------------------------- <plugin> <groupId>org.nuiton</groupId> -<artifactId>maven-helper-plugin</artifactId> +<artifactId>helper-maven-plugin</artifactId> <executions> <execution> <id>check-central-safe</id> @@ -158,7 +158,7 @@ -------------------------------------------------------------------------------- <plugin> <groupId>org.nuiton</groupId> -<artifactId>maven-helper-plugin</artifactId> +<artifactId>helper-maven-plugin</artifactId> <executions> <execution> <id>check-central-safe</id> Modified: trunk/src/site/apt/mojo-framework.apt =================================================================== --- trunk/src/site/apt/mojo-framework.apt 2012-07-15 20:54:45 UTC (rev 854) +++ trunk/src/site/apt/mojo-framework.apt 2012-07-17 22:52:31 UTC (rev 855) @@ -36,7 +36,7 @@ The <mojo framework> aims to simplify the writing of new mojos. - To use this framework, your mojo classes <<MUST>> implement the contract + To use this framework, your mojo classes <<MUST>> implements the contract <<org.nuiton.plugin.Plugin>>. The framework use these technologies : @@ -52,7 +52,6 @@ There is some filtering methods : * <<checkPackaging>> to test if can perform mojo for the project's packaging. - * <<init>> : initialize the mojo, throw an error if any problem.
participants (1)
-
tchemit@users.nuiton.org