Did you try includeDependencies = false?

           <plugin>
               <groupId>org.apache.axis2</groupId>
               <artifactId>axis2-aar-maven-plugin</artifactId>
               <version>${version}</version>
               <extensions>true</extensions>
               <configuration>

<servicesXmlFile>${basedir}/src/sample/axisversion/META-INF/services.xml</servicesXmlFile>
                   <includeDependencies>false</includeDependencies>
               </configuration>
           </plugin>


On 5/29/07, LuCa <[EMAIL PROTECTED]> wrote:

 I've tried, but it looks like the usage is wrong, cause there is no effect:
 the jars are included anyway....

 < fileSets >
    < fileSet >
         < outputDirectory > target/aar/lib </ outputDirectory >
         < excludes >
                  < exclude > axis2*.jar </ exclude >
         </ excludes >
     </ fileSet >
 </ fileSets>

 At 17:49 29/5/2007, you wrote:

If you look at the documentation, you'll notice where it talks about
 fileSets.  You can use it to manage includes/excludes.  I've not tried
 this, but it should be what you're looking for.

 Eddie Bush
 Software Analyst
 Clinical Reference Laboratory
 bushe at crlcorp dot com

 -----Original Message-----
 From: LuCa [ mailto:[EMAIL PROTECTED]
 Sent: Tuesday, May 29, 2007 3:37 PM
 To: [email protected]
 Subject: [Axis2] axis2-aar-maven-plugin how excludes axis2 jar files
 from .aar?

 When using axis2-aar-maven-plugin to create the .aar deploy file, how
 configure the plugin to exclude the axis2*.jar files from the .aar
 generated?

 tks,
 Luciana


---------------------------------------------------------------------
 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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


--
Davanum Srinivas :: http://davanum.wordpress.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to