On Sun, Sep 19, 2010 at 6:26 AM, Avdhesh Yadav <[email protected]> wrote: > I found a workaround for this. > > After commenting out the tomcat-maven-plugin > > <plugin> > <groupId>org.codehaus.mojo</groupId> > <artifactId>tomcat-maven-plugin</artifactId> > <configuration> > <!-- Key used for configuring access to server in > settings.xml--> > <server>tomcat</server> > <!-- context for the webapp, as finalName is not being > honored --> > <path>/photark</path> > </configuration> > </plugin> > > Its building fine. > >
Don't need to comment it out, just set a version so it does not get a SNAPSHOT version of the plugin. I have just committed a fix for this issue. -- Luciano Resende http://people.apache.org/~lresende http://twitter.com/lresende1975 http://lresende.blogspot.com/
