I don't think the release plugin is bound to a lifecycle phase. I think you
need to call it directly.

regards,

Wim

2007/4/18, Pankaj Tandon <[EMAIL PROTECTED]>:


Hi,
I was looking at the pom.xml of the maven-release-plugin hoping to find a
binding to one of the phases in there.
For example...
  <build>
    <plugins>
    ...
      <plugin>
        <groupId>sample.plugin</groupId>
        <artifactId>maven-hello-plugin</artifactId>
        <executions>
          <execution>
            <phase>compile</phase>
            <goals>
              <goal>sayhi</goal>
            </goals>
          </execution>
        </executions>
      </plugin>
    ...
    </plugins>

  </build>

Did not see any explicit binding in the plugin node.

Where is that binding done? And what phase(s) it it bound to?
Thanks
Pankaj


--
View this message in context:
http://www.nabble.com/Where-is-binding-for-maven-release-plugin-specified--tf3601209s177.html#a10059401
Sent from the Maven - Users mailing list archive at Nabble.com.


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




--
Vigilog - an open source log file viewer: http://vigilog.sourceforge.net
Blog: http://www.jroller.com/page/Fester

Reply via email to