Definitely deployed. (snip from archiva-webapp)
<plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-clean-plugin</artifactId> <version>2.1.1</version> <!-- This configuration is added to cleanup from war:inplace --> <configuration> <filesets> <fileset> <directory>${basedir}/</directory> <includes> <include>derby.log</include> </includes> </fileset> <fileset> <directory>${basedir}/src/main/webapp</directory> <includes> <!-- TODO: META-INF shouldn't be required, seems to be an issue with the current war plugin --> <include>META-INF</include> <include>WEB-INF/classes</include> <!-- Classes and Resources from other wars --> <include>WEB-INF/lib</include> <!-- Dependencies from other wars --> <include>WEB-INF/database</include> <!-- Database location configured in application.xml --> <include>WEB-INF/logs</include> <!-- Log file location specified in application.xml --> <include>pss</include> <!-- plexus-security css and javascript --> <include>css/pss</include> <include>WEB-INF/jsp/pss</include> <!-- plexus-security jsps --> <include>WEB-INF/template/pss</include> <!-- plexus-security xwork templates --> </includes> </fileset> </filesets> </configuration> </plugin> - Joakim Jason van Zyl wrote: > On 11 Dec 06, at 8:01 AM 11 Dec 06, Joakim Erdfelt wrote: > >> The fileset support in the clean plugin is most certainly deployed. >> It is used heavily in continuum and archiva to cleanup after the >> war:inplace overlay. >> > > Deployed or released? > > Jason. > >> - Joakim >> >> [EMAIL PROTECTED] wrote: >>> Author: jvanzyl >>> Date: Sun Dec 10 18:59:29 2006 >>> New Revision: 485470 >>> >>> URL: http://svn.apache.org/viewvc?view=rev&rev=485470 >>> Log: >>> o i don't think the fileset stuff is released yet, i'm getting a >>> classloading error >>> >>> Modified: >>> maven/shared/trunk/maven-shared-io/pom.xml >>> >>> Modified: maven/shared/trunk/maven-shared-io/pom.xml >>> URL: >>> http://svn.apache.org/viewvc/maven/shared/trunk/maven-shared-io/pom.xml?view=diff&rev=485470&r1=485469&r2=485470 >>> >>> ============================================================================== >>> >>> --- maven/shared/trunk/maven-shared-io/pom.xml (original) >>> +++ maven/shared/trunk/maven-shared-io/pom.xml Sun Dec 10 18:59:29 2006 >>> @@ -55,8 +55,9 @@ >>> <optional>true</optional> >>> </dependency> >>> </dependencies> >>> - <build> >>> + <build> >>> <plugins> >>> + <!-- >>> <plugin> >>> <artifactId>maven-clean-plugin</artifactId> >>> <configuration> >>> @@ -70,6 +71,7 @@ >>> </filesets> >>> </configuration> >>> </plugin> >>> + --> >>> <plugin> >>> <artifactId>maven-surefire-plugin</artifactId> >>> <configuration> >>> @@ -88,4 +90,4 @@ >>> </plugin> >>> </plugins> >>> </reporting> >>> -</project> >>> \ No newline at end of file >>> +</project> >>> >>> >>> >> >> >> --------------------------------------------------------------------- >> 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]