Hi,
I'm using axis 1.4 with Maven and I don't problems. I'll share the pom I'm
using.
I'm using the axistools-maven-plugin.
<plugin>
> <groupId>org.codehaus.mojo</groupId>
> <artifactId>axistools-maven-plugin</artifactId>
> <version>1.3</version>
> <configuration>
> <sourceDirectory>src/wsdl2j/wsdl</sourceDirectory>
> <packageSpace>com.renfe.maximo.ws.gen</packageSpace>
> <testCases>false</testCases>
> <serverSide>true</serverSide>
> <subPackageByFileName>false</subPackageByFileName>
> </configuration>
> <executions>
> <execution>
> <goals>
> <goal>wsdl2java</goal>
> </goals>
> </execution>
> </executions>
> </plugin>
>
And I have these dependencies.
<dependency>
> <groupId>org.apache.axis</groupId>
> <artifactId>axis</artifactId>
> <version>1.4</version>
> <scope>compile</scope>
> </dependency>
> <dependency>
> <groupId>axis</groupId>
> <artifactId>axis-jaxrpc</artifactId>
> <version>1.4</version>
> <scope>compile</scope>
> </dependency>
> <dependency>
> <groupId>commons-discovery</groupId>
> <artifactId>commons-discovery</artifactId>
> <version>0.4</version>
> <scope>compile</scope>
> </dependency>
> <dependency>
> <groupId>wsdl4j</groupId>
> <artifactId>wsdl4j</artifactId>
> <version>1.6.2</version>
> <scope>compile</scope>
> </dependency>
> <dependency>
> <groupId>axis</groupId>
> <artifactId>axis-saaj</artifactId>
> <version>1.4</version>
> </dependency>
>
I've successfully build an Axis WAR file and deployed it on WAS. I'm using
Maven 2.2.1 but I've also tried this successfully with Maven 2.2.0.
Best regards,
--
António Jacob Costa
IBM Certified Deployment Professional - Maximo V6 EAM
MAXIMO Consultant and Software Engineer
LinkedIn: http://www.linkedin.com/in/antoniojacobcosta
--
On Wed, Oct 21, 2009 at 15:48, Kakau <[email protected]> wrote:
>
> Hi!
>
> I'll try adding axis2. In repository I don't find axis-jaxrpc jar (
> http://repo1.maven.org/maven2/org/apache/axis2/ ).
> Do you know if there is axis-jaxrpc jar in axis2 ?
>
> Thanks!
>
>
> mangrar wrote:
> >
> > It is very strange. Why don't you try adding axis2 1.4.1? I'm using it
> and
> > I
> > don't have any problem.
> >
> > 2009/10/20 Wayne Fay <[email protected]>
> >
> >> > I added axis-1.4.jar in pom.xml, but when I enter the command mvn
> clean
> >> > install, the maven just frozen (don't show the problem...). If I added
> >> > axis-1.3.jar in pom.xml, the maven works fine. But I need axis-1.4.jar
> >> :-(
> >>
> >> What does mvn -X clean install show?
> >>
> >> Wayne
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: [email protected]
> >> For additional commands, e-mail: [email protected]
> >>
> >>
> >
> >
> > --
> > "Computer science is not about computers any more than astronomy is about
> > telescopes." E.W. Dijkstra (1930-2002)
> >
> >
>
> --
> View this message in context:
> http://www.nabble.com/Maven-2-and-axis-1.4-tp25980267p25992910.html
> Sent from the Maven - Users mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>