Hi all,

Is it possible to bind something to the site phase?

In META-INF/plexus/components.xml I have tried:

<component>
      <role>org.apache.maven.lifecycle.mapping.LifecycleMapping</role>
      <role-hint>foo</role-hint>

<implementation>org.apache.maven.lifecycle.mapping.DefaultLifecycleMapping</implementation>
      <configuration>
        <phases>

<process-sources>org.foo.buildsys.maven:foo-buildsys-maven:validate-xml</process-sources>

<process-resources>org.apache.maven.plugins:maven-resources-plugin:resources</process-resources>

<compile>org.foo.buildsys.maven:foo-buildsys-maven:compile</compile>

<process-test-sources>org.foo.buildsys.maven:foo-buildsys-maven:testValidate-xml</process-test-sources>

<process-test-resources>org.apache.maven.plugins:maven-resources-plugin:testResources</process-test-resources>

<test-compile>org.foo.buildsys.maven:foo-buildsys-maven:testCompile</test-compile>
          <test>org.foo.buildsys.maven:foo-buildsys-maven:test</test>


<!-- DOESNOTWORK site>org.foo.buildsys.maven:foo-buildsys-maven:generate-docs</site-->


<install>org.apache.maven.plugins:maven-install-plugin:install</install>
          <package>org.foo.buildsys.maven:foo-buildsys-maven:war</package>

<deploy>org.apache.maven.plugins:maven-deploy-plugin:deploy</deploy>
        </phases>
      </configuration>
    </component>

I understand that the site phase is not part of the default lifecycle, but I cannot figure out how do I create the binding.

Please help,
Adrian.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to