Nothing to patch locally. The snapshot with this patch is available in snapshot plugin repositories. In order to test this have a look here [1] (first section "How to include the plugin snapshot repositories as part of your build").
If you have any issues let us know, Thanks, -- Olivier [1] http://maven.apache.org/guides/development/guide-plugin-snapshot-repositories.html 2008/1/10, amit kumar <[EMAIL PROTECTED]>: > Hi, > I have downloaded the patches from the link mentioned by you. But I don't > know how to apply them. > > regards, > Amit > > On Jan 10, 2008 6:29 PM, Olivier Lamy <[EMAIL PROTECTED]> wrote: > > > Hi, > > No you don't miss something here. > > It's a know issue [1] and it's fixed in trunk. > > You can try last snapshot to test the fix. > > > > -- > > Olivier > > [1] http://jira.codehaus.org/browse/MJAR-30 > > > > 2008/1/10, amit kumar <[EMAIL PROTECTED]>: > > > HI, > > > Just like WAR can I as well exclude some files from JAR builds as well? > > > > > > I have used this, but not working. > > > > > > </plugin> > > > <plugin> > > > <groupId>org.apache.maven.plugins</groupId> > > > <artifactId>maven-jar-plugin</artifactId> > > > <version>2.1</version> > > > <executions> > > > <execution> > > > <goals> > > > <goal>jar</goal> > > > </goals> > > > </execution> > > > </executions> > > > <configuration> > > > <excludes>**/*.xsd</excludes> > > > <schemaDirectory>src/schema/xsd</schemaDirectory> > > > </configuration> > > > </plugin> > > > > > > Am I missing something? > > > > > > Amit > > > > > > > --------------------------------------------------------------------- > > 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]
