This is what the axistools plugin author left as an example in svn:

<project>
  ...
     <build>
        <plugins>
           <plugin>
              <groupId>org.codehaus.mojo</groupId>
              <artifactId>axistools-maven-plugin</artifactId>
              <configuration>
                 <urls>
                     <url>http://host/server/sample.wsdl</url>
                     <url>http://host/server/sample2.wsdl</url>
                 </urls>
                 <packageSpace>com.company.wsdl</packageSpace>
                 <testCases>true</testCases>
                 <serverSide>true</serverSide>
                 <subPackageByFileName>true</subPackageByFileName>
              </configuration>
          <executions>
            <execution>

          <goals>
            <goal>wsdl2java</goal>
          </goals>
        </execution>
          </executions>
           </plugin>
        </plugins>
        ...
     </build>
  ...
</project>

I got that info by checking out the source and looking into src/site/apt/howto.apt.

Thanks, Jesse! ^_^



Nathan Sowatskey wrote:

http://mojo.codehaus.org/axistools-maven-plugin/index.html

Has anyone figured out how to use this plugin please?

I'd start with knowing what the group and artifact ID are if anyone knows.

Many thanks

Nathan

Nathan Sowatskey - Technical Leader, NMTG CTO Engineering - +34-638-083-675, +34-91-201-2139 - AIM NathanCisco - [EMAIL PROTECTED]

---------------------------------------------------------------------
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]

Reply via email to