Have a look at the sourcecode of the aar-maven-plugin. It might give
you some hints.

Stefan

2007/5/8, Edward Bush <[EMAIL PROTECTED]>:
Team,

I'm trying to use the classifier parameter to influence the generated
artifact name.  Doesn't seem to be working - I've even tried a
hard-coded value in lieu of a dynamic property.  Is this a bug, or am I
doing something wrong?

Here's how I have the plugin configured:

<plugin>
        <groupId>org.apache.axis2</groupId>
        <artifactId>axis2-aar-maven-plugin</artifactId>
        <version>1.2</version>
        <executions>
                <execution>
                        <phase>compile</phase>
                        <goals>
                                <goal>aar</goal>
                        </goals>
                        <configuration>
                                <classifier>dvel</classifier>

<servicesXmlFile>target/generated-sources/axis2/wsdl2code/resources/serv
ices.xml</servicesXmlFile>

<wsdlFile>target/generated-sources/axis2/wsdl2code/resources/TestService
.wsdl</wsdlFile>

<wsdlFileName>TestService.wsdl</wsdlFileName>
                        </configuration>
                </execution>
        </executions>
</plugin>

Thanks in advance!

Eddie Bush
Software Analyst
Clinical Reference Laboratory
bushe at crlcorp dot 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]

Reply via email to