You may need to bind the execution of the plugin to one of Maven's standard phases. I'm not using axistools so I'm not entirely sure -- many plugins are bound to phases in the plugin code directly. Perhaps someone else using axistools (successfully) will reply.
Wayne On 11/11/07, urir <[EMAIL PROTECTED]> wrote: > > <plugin> > <groupId>org.codehaus.mojo</groupId> > <artifactId>axistools-maven-plugin</artifactId> > <version>1.1</version> > <configuration> > > <sourceDirectory>src/main/resources/META-INF/wsdl</sourceDirectory> > </configuration> > <executions> > <execution> > <goals> > <goal>wsdl2java</goal> > </goals> > </execution> > </executions> > </plugin> > > > Wayne Fay wrote: > > > > Show us the section of your pom where you are declaring the > > axistools-m-p execution. > > > > Wayne > > > > On 11/11/07, urir <[EMAIL PROTECTED]> wrote: > >> > >> Hi, > >> > >> I am using the axistools-maven-plugin to generate sources from wsdl. > >> The sources are generated into: > >> target\generated-sources\axistools\wsdl2java > >> > >> but in compile stage, those sources are not included if I run 'mvn clean > >> install'. > >> > >> If I run 'mvn clean install' and then 'mvn install' - then the files are > >> included. > >> > >> I am working over daytrader example application from Better Builds with > >> Maven - July 2007. > >> > >> Regards, > >> Uri Ravzin. > >> -- > >> View this message in context: > >> > http://www.nabble.com/Compiler-fails-to-include-generated-sources-by-axistools-maven-plugin-tf4785031s177.html#a13689179 > >> Sent from the Maven - Users mailing list archive at Nabble.com. > >> > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: [EMAIL PROTECTED] > >> For additional commands, e-mail: [EMAIL PROTECTED] > >> > >> > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > -- > View this message in context: > http://www.nabble.com/Compiler-fails-to-include-generated-sources-by-axistools-maven-plugin-tf4785031s177.html#a13699871 > Sent from the Maven - Users mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
