On 11/01/2010, at 11:37 AM, Marica Tan wrote:
> See http://jira.codehaus.org/browse/CONTINUUM-1883 > > Do we need to change it to target/appserver-base? I'm really not that familiar with how Continuum does it, but if you look at the Archiva webapp POM you can see how the appserver-base directory is managed. I was under the impression, due to the issue you pointed out, that the default location for these directories was ${appserver.base}/data/* ? - Brett > > -- > Marica > > On Fri, Jan 8, 2010 at 2:54 PM, Brett Porter <[email protected]> wrote: > >> Why does it end up there? Do we need to better configure appserver-base >> like in the other webapp? >> >> On 08/01/2010, at 4:48 PM, [email protected] wrote: >> >>> Author: ctan >>> Date: Fri Jan 8 05:48:47 2010 >>> New Revision: 897104 >>> >>> URL: http://svn.apache.org/viewvc?rev=897104&view=rev >>> Log: >>> removed data directory during cleanup >>> >>> Modified: >>> >> continuum/branches/continuum-1.3.x/continuum-buildagent/continuum-buildagent-webapp/pom.xml >>> >>> Modified: >> continuum/branches/continuum-1.3.x/continuum-buildagent/continuum-buildagent-webapp/pom.xml >>> URL: >> http://svn.apache.org/viewvc/continuum/branches/continuum-1.3.x/continuum-buildagent/continuum-buildagent-webapp/pom.xml?rev=897104&r1=897103&r2=897104&view=diff >>> >> ============================================================================== >>> --- >> continuum/branches/continuum-1.3.x/continuum-buildagent/continuum-buildagent-webapp/pom.xml >> (original) >>> +++ >> continuum/branches/continuum-1.3.x/continuum-buildagent/continuum-buildagent-webapp/pom.xml >> Fri Jan 8 05:48:47 2010 >>> @@ -130,6 +130,17 @@ >>> <build> >>> <plugins> >>> <plugin> >>> + <groupId>org.apache.maven.plugins</groupId> >>> + <artifactId>maven-clean-plugin</artifactId> >>> + <configuration> >>> + <filesets> >>> + <fileset> >>> + <directory>${basedir}/data</directory> >>> + </fileset> >>> + </filesets> >>> + </configuration> >>> + </plugin> >>> + <plugin> >>> <groupId>org.mortbay.jetty</groupId> >>> <artifactId>maven-jetty-plugin</artifactId> >>> <configuration> >>> >>> >> >> -- >> Brett Porter >> [email protected] >> http://brettporter.wordpress.com/ >> >> >> >> >> -- Brett Porter [email protected] http://brettporter.wordpress.com/
