blob: 98c0675cc42a25b5e84c1312e9c0ae143967c671 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Licensed to the Apache Software Foundation (ASF) under one or more
~ contributor license agreements. See the NOTICE file distributed with
~ this work for additional information regarding copyright ownership.
~ The ASF licenses this file to You under the Apache License, Version 2.0
~ (the "License"); you may not use this file except in compliance with
~ the License. You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<!-- @version $Rev$ $Date$ -->
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.geronimo.devtools</groupId>
<artifactId>testsuite</artifactId>
<packaging>pom</packaging>
<version>2.1.1</version>
<name>Geronimo Devtools Testsuite</name>
<parent>
<groupId>org.apache.geronimo.devtools</groupId>
<artifactId>geronimo-eclipse-plugin</artifactId>
<version>2.1.1</version>
</parent>
<build>
<plugins>
<!--
|
| Clean up the eclipse artifacts from previous launches
|
-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clean-plugin</artifactId>
<configuration>
<failOnError>false</failOnError>
<filesets>
<fileset>
<directory>${pom.basedir}</directory>
<includes>
<include>launcher/results</include>
<include>launcher/eclipse</include>
<include>launcher/workspace</include>
</includes>
</fileset>
</filesets>
</configuration>
</plugin>
</plugins>
</build>
<modules>
<module>eclipse</module>
<module>plugins</module>
<module>launcher</module>
</modules>
</project>