| <?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. |
| --> |
| <!-- $Rev$ $Date$ --> |
| <project> |
| |
| <modelVersion>4.0.0</modelVersion> |
| <groupId>org.apache.geronimo.devtools</groupId> |
| <artifactId>geronimo-eclipse-plugin</artifactId> |
| <packaging>pom</packaging> |
| <name>${artifactId}</name> |
| <version>2.0.2</version> |
| |
| <parent> |
| <groupId>org.apache</groupId> |
| <artifactId>apache</artifactId> |
| <version>4</version> |
| </parent> |
| |
| <description>Apache Geronimo Eclipse Plugin and WTP Server Adapter</description> |
| <url>http://geronimo.apache.org/devtools</url> |
| |
| <prerequisites> |
| <maven>2.0.4</maven> |
| </prerequisites> |
| |
| <issueManagement> |
| <system>jira</system> |
| <url>http://issues.apache.org/jira/browse/GERONIMODEVTOOLS</url> |
| </issueManagement> |
| |
| <mailingLists> |
| <mailingList> |
| <name>Geronimo User List</name> |
| <subscribe>users-subscribe@geronimo.apache.org</subscribe> |
| <unsubscribe>users-unsubscribe@geronimo.apache.org</unsubscribe> |
| <archive>http://mail-archives.apache.org/mod_mbox/geronimo-user/</archive> |
| </mailingList> |
| <mailingList> |
| <name>Geronimo Developer List</name> |
| <subscribe>dev-subscribe@geronimo.apache.org</subscribe> |
| <unsubscribe>dev-unsubscribe@geronimo.apache.org</unsubscribe> |
| <archive>http://mail-archives.apache.org/mod_mbox/geronimo-dev/</archive> |
| </mailingList> |
| <mailingList> |
| <name>Source Control List</name> |
| <subscribe>scm-subscribe@geronimo.apache.org</subscribe> |
| <unsubscribe>scm-unsubscribe@geronimo.apache.org</unsubscribe> |
| <archive>http://mail-archives.apache.org/mod_mbox/geronimo-scm/</archive> |
| </mailingList> |
| </mailingLists> |
| |
| <scm> |
| <connection>scm:svn:https://svn.apache.org/repos/asf/geronimo/devtools/eclipse-plugin/tags/2.0.2/</connection> |
| <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/devtools/eclipse-plugin/tags/2.0.2/</developerConnection> |
| <url>https://svn.apache.org/repos/asf/geronimo/devtools/eclipse-plugin/tags/2.0.2/</url> |
| </scm> |
| |
| <organization> |
| <name>Geronimo</name> |
| <url>http://geronimo.apache.org/</url> |
| </organization> |
| |
| <distributionManagement> |
| <site> |
| <id>geronimo-website</id> |
| <url>scp://people.apache.org/www/geronimo.apache.org/maven/devtools/eclipse-plugin</url> |
| </site> |
| </distributionManagement> |
| |
| <properties> |
| <eclipseInstall>${settings.localRepository}/eclipse</eclipseInstall> |
| <org.apache.geronimo.feature_version>2.0.2</org.apache.geronimo.feature_version> |
| <org.apache.geronimo.v10.feature_version>2.0.2</org.apache.geronimo.v10.feature_version> |
| <org.apache.geronimo.v11.feature_version>2.0.2</org.apache.geronimo.v11.feature_version> |
| <org.apache.geronimo.v12.feature_version>2.0.2</org.apache.geronimo.v12.feature_version> |
| <org.apache.geronimo.v20.feature_version>2.0.2</org.apache.geronimo.v20.feature_version> |
| <org.apache.geronimo.installableruntime.tomcat.feature_version>2.0.1</org.apache.geronimo.installableruntime.tomcat.feature_version> |
| <org.apache.geronimo.installableruntime.jetty.feature_version>2.0.1</org.apache.geronimo.installableruntime.jetty.feature_version> |
| </properties> |
| |
| <dependencyManagement> |
| <dependencies> |
| <dependency> |
| <groupId>com.thoughtworks.xstream</groupId> |
| <artifactId>xstream</artifactId> |
| <version>1.2.1</version> |
| </dependency> |
| <dependency> |
| <groupId>xpp3</groupId> |
| <artifactId>xpp3</artifactId> |
| <version>1.1.3.3</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.xmlbeans</groupId> |
| <artifactId>xmlbeans</artifactId> |
| <version>2.3.0</version> |
| </dependency> |
| </dependencies> |
| </dependencyManagement> |
| |
| <build> |
| <defaultGoal>install</defaultGoal> |
| <sourceDirectory>src/</sourceDirectory> |
| <pluginManagement> |
| <plugins> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-antrun-plugin</artifactId> |
| <dependencies> |
| <dependency> |
| <groupId>oro</groupId> |
| <artifactId>oro</artifactId> |
| <version>2.0.8</version> |
| </dependency> |
| <dependency> |
| <groupId>ant</groupId> |
| <artifactId>ant-apache-oro</artifactId> |
| <version>1.6.4</version> |
| </dependency> |
| <dependency> |
| <groupId>ant</groupId> |
| <artifactId>ant-optional</artifactId> |
| <version>1.5.3-1</version> |
| </dependency> |
| </dependencies> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.geronimo.devtools</groupId> |
| <artifactId>maven-eclipsepde-plugin</artifactId> |
| <version>1.0</version> |
| <configuration> |
| <eclipseHome>${settings.localRepository}/eclipse/eclipse/</eclipseHome> |
| </configuration> |
| </plugin> |
| |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-assembly-plugin</artifactId> |
| <version>2.2-beta-1</version> |
| </plugin> |
| |
| <plugin> |
| <groupId>org.apache.geronimo.devtools</groupId> |
| <artifactId>maven-emf-plugin</artifactId> |
| <version>1.0</version> |
| </plugin> |
| </plugins> |
| </pluginManagement> |
| <plugins> |
| <plugin> |
| <artifactId>maven-compiler-plugin</artifactId> |
| <configuration> |
| <source>1.5</source> |
| <target>1.5</target> |
| </configuration> |
| </plugin> |
| </plugins> |
| </build> |
| |
| <repositories> |
| <repository> |
| <id>apache-snapshots</id> |
| <name>Apache Snapshots Repository</name> |
| <url>http://people.apache.org/repo/m2-snapshot-repository</url> |
| <layout>default</layout> |
| <snapshots> |
| <enabled>true</enabled> |
| <updatePolicy>daily</updatePolicy> |
| <checksumPolicy>ignore</checksumPolicy> |
| </snapshots> |
| <releases> |
| <enabled>true</enabled> |
| </releases> |
| </repository> |
| <repository> |
| <id>apache.incubator</id> |
| <name>Apache Incubator Repository</name> |
| <url>http://people.apache.org/repo/m2-incubating-repository/</url> |
| <layout>default</layout> |
| <snapshots> |
| <enabled>false</enabled> |
| <updatePolicy>daily</updatePolicy> |
| <checksumPolicy>ignore</checksumPolicy> |
| </snapshots> |
| <releases> |
| <enabled>true</enabled> |
| </releases> |
| </repository> |
| <repository> |
| <id>codehaus-snapshots</id> |
| <name>Codehaus Snapshots Repository</name> |
| <url>http://snapshots.repository.codehaus.org</url> |
| <layout>default</layout> |
| <snapshots> |
| <enabled>true</enabled> |
| <updatePolicy>daily</updatePolicy> |
| <checksumPolicy>ignore</checksumPolicy> |
| </snapshots> |
| <releases> |
| <enabled>false</enabled> |
| </releases> |
| </repository> |
| </repositories> |
| |
| <pluginRepositories> |
| <pluginRepository> |
| <id>apache.org</id> |
| <name>Maven Plugin Snapshots</name> |
| <url>http://people.apache.org/repo/m2-snapshot-repository</url> |
| <releases> |
| <enabled>false</enabled> |
| </releases> |
| <snapshots> |
| <enabled>true</enabled> |
| </snapshots> |
| </pluginRepository> |
| <pluginRepository> |
| <id>tlc</id> |
| <name>TLC Repository</name> |
| <url>http://commons.ucalgary.ca/pub/m2</url> |
| <releases> |
| <enabled>true</enabled> |
| </releases> |
| <snapshots> |
| <enabled>false</enabled> |
| </snapshots> |
| </pluginRepository> |
| </pluginRepositories> |
| |
| <profiles> |
| <profile> |
| <id>windows</id> |
| <activation> |
| <os> |
| <family>windows</family> |
| </os> |
| </activation> |
| <properties> |
| <eclipsePlatformFamily>win32</eclipsePlatformFamily> |
| </properties> |
| </profile> |
| <profile> |
| <id>unix</id> |
| <activation> |
| <os> |
| <family>unix</family> |
| </os> |
| </activation> |
| <properties> |
| <eclipsePlatformFamily>linux</eclipsePlatformFamily> |
| </properties> |
| </profile> |
| <profile> |
| <id>mac</id> |
| <activation> |
| <os> |
| <family>mac</family> |
| </os> |
| </activation> |
| <properties> |
| <eclipsePlatformFamily>macos</eclipsePlatformFamily> |
| </properties> |
| </profile> |
| </profiles> |
| |
| <modules> |
| <module>eclipse</module> |
| <module>emf</module> |
| <module>plugins</module> |
| <module>features</module> |
| <module>assembly</module> |
| </modules> |
| |
| </project> |