/[packages]/cauldron/google-collections/current/SOURCES/google-collections-1.0.pom
ViewVC logotype

Contents of /cauldron/google-collections/current/SOURCES/google-collections-1.0.pom

Parent Directory Parent Directory | Revision Log Revision Log


Revision 132000 - (show annotations) (download)
Fri Aug 5 21:46:48 2011 UTC (12 years, 8 months ago) by gil
File size: 2566 byte(s)
imported package google-collections
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4 <modelVersion>4.0.0</modelVersion>
5 <!--parent>
6 <groupId>com.google</groupId>
7 <artifactId>google</artifactId>
8 <version>1</version>
9 </parent-->
10 <groupId>com.google.collections</groupId>
11 <artifactId>google-collections</artifactId>
12 <version>1.0</version>
13 <packaging>jar</packaging>
14 <name>Google Collections Library</name>
15 <description>Google Collections Library is a suite of new collections and collection-related goodness for Java 5.0</description>
16 <inceptionYear>2007</inceptionYear>
17 <url>http://code.google.com/p/google-collections/</url>
18 <organization>
19 <name>Google</name>
20 <url>http://www.google.com</url>
21 </organization>
22 <licenses>
23 <license>
24 <name>The Apache Software License, Version 2.0</name>
25 <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
26 <distribution>repo</distribution>
27 </license>
28 </licenses>
29 <scm>
30 <url>http://code.google.com/p/google-collections/source/browse/</url>
31 <connection>scm:svn:http://google-collections.googlecode.com/svn/trunk/</connection>
32 </scm>
33 <!-- this is temporarily copied from the parent pom. remove this section when that is used -->
34 <distributionManagement>
35 <repository>
36 <id>google-maven-repository</id>
37 <name>Google Maven Repository</name>
38 <url>dav:https://google-maven-repository.googlecode.com/svn/repository/</url>
39 </repository>
40 <snapshotRepository>
41 <id>google-maven-snapshot-repository</id>
42 <name>Google Maven Snapshot Repository</name>
43 <url>dav:https://google-maven-repository.googlecode.com/svn/snapshot-repository/</url>
44 <uniqueVersion>true</uniqueVersion>
45 </snapshotRepository>
46 </distributionManagement>
47 <dependencies>
48 <dependency>
49 <groupId>org.jsr-305</groupId>
50 <artifactId>jsr-305</artifactId>
51 <version>0</version>
52 <optional>true</optional>
53 </dependency>
54 </dependencies>
55 <build>
56 <sourceDirectory>src</sourceDirectory>
57 <testSourceDirectory>test</testSourceDirectory>
58 <plugins>
59 <plugin>
60 <groupId>org.apache.maven.plugins</groupId>
61 <artifactId>maven-compiler-plugin</artifactId>
62 <configuration>
63 <source>1.5</source>
64 <target>1.5</target>
65 </configuration>
66 </plugin>
67 </plugins>
68 </build>
69 </project>

  ViewVC Help
Powered by ViewVC 1.1.30