2006-04-07 11:57:09 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2006-07-07 08:23:28 -04:00
|
|
|
|
2008-11-25 02:11:35 -05:00
|
|
|
<!--
|
|
|
|
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.
|
|
|
|
-->
|
2006-07-07 08:23:28 -04:00
|
|
|
|
2009-03-01 03:55:40 -05:00
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
2009-04-22 19:04:06 -04:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
2004-08-09 15:02:31 -04:00
|
|
|
<parent>
|
2005-03-23 01:52:55 -05:00
|
|
|
<groupId>org.apache.maven</groupId>
|
2009-04-22 19:04:06 -04:00
|
|
|
<artifactId>maven</artifactId>
|
2010-04-19 12:55:28 -04:00
|
|
|
<version>3.0-SNAPSHOT</version>
|
2004-08-09 15:02:31 -04:00
|
|
|
</parent>
|
2010-05-30 13:52:23 -04:00
|
|
|
|
2004-08-09 15:02:31 -04:00
|
|
|
<artifactId>maven-core</artifactId>
|
2010-05-30 13:52:23 -04:00
|
|
|
|
2005-11-16 06:04:23 -05:00
|
|
|
<name>Maven Core</name>
|
2010-05-30 13:52:23 -04:00
|
|
|
|
2004-08-09 15:02:31 -04:00
|
|
|
<dependencies>
|
2009-03-29 21:17:57 -04:00
|
|
|
<!-- Maven -->
|
2004-08-09 15:02:31 -04:00
|
|
|
<dependency>
|
2005-03-23 01:52:55 -05:00
|
|
|
<groupId>org.apache.maven</groupId>
|
2004-08-09 15:02:31 -04:00
|
|
|
<artifactId>maven-model</artifactId>
|
|
|
|
</dependency>
|
2005-04-22 07:01:33 -04:00
|
|
|
<dependency>
|
2008-11-27 17:32:16 -05:00
|
|
|
<groupId>org.apache.maven</groupId>
|
2009-10-26 16:16:00 -04:00
|
|
|
<artifactId>maven-settings</artifactId>
|
2005-10-14 03:15:39 -04:00
|
|
|
</dependency>
|
2010-06-02 09:56:15 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-repository-metadata</artifactId>
|
|
|
|
</dependency>
|
2008-05-05 09:46:40 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
2009-10-26 16:16:00 -04:00
|
|
|
<artifactId>maven-artifact</artifactId>
|
|
|
|
</dependency>
|
2004-08-09 15:02:31 -04:00
|
|
|
<dependency>
|
2005-03-23 01:52:55 -05:00
|
|
|
<groupId>org.apache.maven</groupId>
|
2009-04-29 00:45:20 -04:00
|
|
|
<artifactId>maven-plugin-api</artifactId>
|
2005-05-31 12:24:34 -04:00
|
|
|
</dependency>
|
2008-11-20 23:49:46 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
2009-04-22 19:04:06 -04:00
|
|
|
<artifactId>maven-model-builder</artifactId>
|
2008-11-20 23:49:46 -05:00
|
|
|
</dependency>
|
2009-03-29 21:17:57 -04:00
|
|
|
<!-- Plexus -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-container-default</artifactId>
|
|
|
|
</dependency>
|
2008-07-10 11:52:53 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-interpolation</artifactId>
|
|
|
|
</dependency>
|
2005-10-12 10:28:09 -04:00
|
|
|
<dependency>
|
2005-10-14 03:15:39 -04:00
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-utils</artifactId>
|
2005-06-23 02:23:17 -04:00
|
|
|
</dependency>
|
2006-01-12 00:50:54 -05:00
|
|
|
<dependency>
|
2006-12-06 19:17:53 -05:00
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-classworlds</artifactId>
|
2006-01-12 00:50:54 -05:00
|
|
|
</dependency>
|
2008-11-25 02:11:35 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-component-annotations</artifactId>
|
|
|
|
</dependency>
|
2009-02-12 17:44:08 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.sonatype.plexus</groupId>
|
|
|
|
<artifactId>plexus-sec-dispatcher</artifactId>
|
|
|
|
</dependency>
|
2009-02-13 10:39:54 -05:00
|
|
|
<dependency>
|
2009-04-22 19:04:06 -04:00
|
|
|
<groupId>commons-jxpath</groupId>
|
|
|
|
<artifactId>commons-jxpath</artifactId>
|
2009-04-26 20:16:42 -04:00
|
|
|
<scope>test</scope>
|
2009-03-29 21:11:02 -04:00
|
|
|
</dependency>
|
2004-08-09 15:02:31 -04:00
|
|
|
</dependencies>
|
2010-05-30 13:52:23 -04:00
|
|
|
|
2007-06-28 16:53:55 -04:00
|
|
|
<build>
|
2009-06-12 17:09:06 -04:00
|
|
|
<resources>
|
|
|
|
<resource>
|
|
|
|
<directory>src/main/resources</directory>
|
|
|
|
<filtering>true</filtering>
|
|
|
|
</resource>
|
|
|
|
</resources>
|
2007-06-28 16:53:55 -04:00
|
|
|
<plugins>
|
2008-11-25 02:11:35 -05:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-component-metadata</artifactId>
|
2008-12-03 18:23:52 -05:00
|
|
|
</plugin>
|
2007-09-07 01:25:49 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.modello</groupId>
|
|
|
|
<artifactId>modello-maven-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<version>1.0.0</version>
|
2008-12-14 17:07:08 -05:00
|
|
|
<models>
|
2009-06-27 14:18:46 -04:00
|
|
|
<model>src/main/mdo/toolchains.mdo</model>
|
2008-12-14 17:07:08 -05:00
|
|
|
</models>
|
2007-09-07 01:25:49 -04:00
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2007-10-31 15:52:38 -04:00
|
|
|
</plugins>
|
|
|
|
</build>
|
2010-05-30 13:52:23 -04:00
|
|
|
|
2009-06-12 17:09:06 -04:00
|
|
|
<profiles>
|
|
|
|
<profile>
|
|
|
|
<id>svn-buildnumber</id>
|
|
|
|
<activation>
|
|
|
|
<file>
|
|
|
|
<exists>.svn</exists>
|
|
|
|
</file>
|
|
|
|
</activation>
|
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>buildnumber-maven-plugin</artifactId>
|
|
|
|
<version>1.0-beta-1</version>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<phase>generate-resources</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>create</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
<configuration>
|
|
|
|
<doCheck>false</doCheck>
|
|
|
|
<doUpdate>false</doUpdate>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
</profile>
|
2009-12-14 10:03:20 -05:00
|
|
|
<profile>
|
|
|
|
<id>non-canonical-buildnumber</id>
|
|
|
|
<activation>
|
|
|
|
<file>
|
|
|
|
<missing>.svn</missing>
|
|
|
|
</file>
|
|
|
|
</activation>
|
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>buildnumber-maven-plugin</artifactId>
|
|
|
|
<version>1.0-beta-1</version>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<phase>generate-resources</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>create</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
<configuration>
|
|
|
|
<doCheck>false</doCheck>
|
|
|
|
<doUpdate>false</doUpdate>
|
|
|
|
<format>NON-CANONICAL_{0,date,yyyy-MM-dd_HH-mm}_{1}</format>
|
|
|
|
<items>
|
|
|
|
<item>timestamp</item>
|
|
|
|
<item>${user.name}</item>
|
|
|
|
</items>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
</profile>
|
|
|
|
</profiles>
|
2005-12-12 13:22:06 -05:00
|
|
|
</project>
|